antoine 2008-05-10 18:50:45 UTC
FreeBSD src repository
Modified files:
contrib/netcat nc.1 netcat.c
Log:
Document freebsd extensions to netcat a bit better:
- sort the options
- document -o and -O everywhere
Reviewed by:delphij
Approved by:rwatson (mentor
Bruce M Simpson wrote:
bms 2008-04-01 13:54:24 UTC
FreeBSD src repository
Modified files:
contrib/netcat nc.1 netcat.c
Log:
Add an -O option to disable TCP options, for protocol testing purposes.
Do this for active and passive (-l switch) TCP sessions.
MFC aft
bms 2008-04-01 13:54:24 UTC
FreeBSD src repository
Modified files:
contrib/netcat nc.1 netcat.c
Log:
Add an -O option to disable TCP options, for protocol testing purposes.
Do this for active and passive (-l switch) TCP sessions.
MFC after: 1 week
Revis
delphij 2007-05-31 07:23:11 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
contrib/netcat nc.1 netcat.c socks.c
Log:
MFC: netcat from OpenBSD 4.1-RELEASE.
Revision ChangesPath
1.4.2.3 +3 -3 src/contrib/netcat/nc.1
1.3.4.2
delphij 2007-03-28 01:57:03 UTC
FreeBSD src repository
Modified files:
contrib/netcat nc.1 netcat.c
Log:
Resolve conflicts.
Revision ChangesPath
1.7 +3 -3 src/contrib/netcat/nc.1
1.5 +24 -27src/contrib/netcat/netcat.c
_
delphij 2006-05-21 15:52:24 UTC
FreeBSD src repository
Modified files:
contrib/netcat nc.1 netcat.c
Log:
Resolve conflicts.
Revision ChangesPath
1.6 +57 -30src/contrib/netcat/nc.1
1.4 +99 -54src/contrib/netcat/netcat.c
_