Re: [Openocd-development] [patch] let the TCP ports be disabled (security)

2009-06-13 Thread Zach Welch
On Fri, 2009-06-12 at 22:52 -0700, David Brownell wrote: > OpenOCD doesn't actually *need* to be keeping all TCP ports > active ... creating security issues in some network configs. > > Instead, let config file specify e.g. "tcl_port 0" (or gdb_port, > telnet_port) to disable that particular remot

[Openocd-development] [patch] let the TCP ports be disabled (security)

2009-06-12 Thread David Brownell
OpenOCD doesn't actually *need* to be keeping all TCP ports active ... creating security issues in some network configs. Instead, let config file specify e.g. "tcl_port 0" (or gdb_port, telnet_port) to disable that particular remote access method. --- doc/openocd.texi | 10 ++