Upgrade netcat a lot. Make -e able to take the rest of the command line as
authorRob Landley <rob@landley.net>
Mon, 10 Jul 2006 19:45:20 +0000 (19:45 -0000)
committerRob Landley <rob@landley.net>
Mon, 10 Jul 2006 19:45:20 +0000 (19:45 -0000)
commit1cca9484db69971f652dfef48778da0dc56dad12
tree71cb84ae857702f57bdced4a1e99b877499bfd4a
parent5d8843e451c01d8abfe6b5be772637310e9e581e
Upgrade netcat a lot.  Make -e able to take the rest of the command line as
what to exec.  Add -f mode and a brief explanation of how to use it to replace
minicom.  Add -l -l mode so you can turn any command into a server.  And group
all of netcat's command line options under two CONFIG entries, so if you
disable both it doesn't use getopt at all.
include/libbb.h
include/usage.h
networking/Config.in
networking/nc.c