summaryrefslogtreecommitdiff
path: root/net/netcat/patches
AgeCommit message (Collapse)AuthorFilesLines
2002-10-08Update netcat to netcat-1.10nb1abs5-96/+105
Merge two netcat.c patches into a single patch file, remove unneccessary call to res_init() and pass correct make options for Linux and (untested) Solaris.
2002-08-21Include <string.h> in a few places to stop some warnings on alpha (andsimonb3-0/+36
other 64-bit platforms?).
1999-09-07Document the -b option.is1-3/+11
1999-09-07Fixes to allow testing with IPv4 broadcast addresses:is2-0/+64
- use inet_ntoa instead of inet_addr, so that an error is different from a possible return value - add "-b" option, to switch on SO_BROADCAST (to allow sending broadcasts)