Module Name:src
Committed By: christos
Date: Thu Feb 9 21:25:06 UTC 2017
Modified Files:
src/usr.bin/nc: Makefile
Log Message:
no more warnings for ld.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/nc/Makefile
Please note that diffs are not pu
Module Name:src
Committed By: christos
Date: Thu Feb 9 21:23:49 UTC 2017
Modified Files:
src/usr.bin/nc: netcat.c
Log Message:
use mkstemp to prevent linker warning.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/nc/netcat.c
Please note that di
Module Name:src
Committed By: joerg
Date: Thu Feb 9 20:39:42 UTC 2017
Modified Files:
src/usr.bin/nc: Makefile
Log Message:
Turn off fatal linker warnings for now due to mktemp.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/nc/Makefile
Please
Module Name:src
Committed By: joerg
Date: Thu Feb 9 20:37:58 UTC 2017
Modified Files:
src/usr.bin/nc: netcat.c socks.c
Log Message:
Mark help as static+dead. Don't use __attribute__.
XXX needs a lot more static love. Uses mktemp and doesn't link.
To generate a diff of t
Module Name:src
Committed By: christos
Date: Thu Feb 9 17:27:30 UTC 2017
Modified Files:
src/usr.bin/nc: netcat.c
Log Message:
the tls ifdef was a bit too aggressive.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/nc/netcat.c
Please note that d
Module Name:src
Committed By: wiz
Date: Mon Feb 6 16:08:56 UTC 2017
Modified Files:
src/usr.bin/nc: nc.1
Log Message:
Use full month name in Dd.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/nc/nc.1
Please note that diffs are not public domain
Module Name:src
Committed By: christos
Date: Mon Feb 6 16:03:41 UTC 2017
Modified Files:
src/usr.bin/nc: Makefile atomicio.c nc.1 netcat.c socks.c
Log Message:
- Disable crypto for now, and functionality that we don't provide.
- Fix warnings
To generate a diff of this c