OpenBSD CVS

src/usr.bin/nc/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / nc

Current tag: OPENBSD_6_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] data/        
[DIR] scripts/        
[TXT] Makefile  1.7   8 years  beck   Add TLS suppport to nc. Provides a useful little test and script tool. ok jsing@...
[TXT] atomicio.c  1.11   11 years  deraadt   remove some unnecessary sys/param.h inclusions
[TXT] atomicio.h  1.2   16 years  tobias   Synced atomicio implementation in nc and sendbug with ssh. OK djm@, joris@, ray...
[TXT] nc.1  1.93   5 years  jmc   too many words in previous;
[TXT] netcat.c  1.203   5 years  jsing   Correctly handle tls_read() and tls_write() failures. Otherwise a TLS error (fo...
[TXT] socks.c  1.27   5 years  mestre   Revert back previous commit and stop including strings.h Use memset(3) instead ...