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_7_0


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.96   3 years  jmc   one of the examples needs an -N (and explanation); diff from robert scheck disc...
[TXT] netcat.c  1.218   2 years  beck   Change the error reporting pattern throughout the tree when unveil fails to repo...
[TXT] socks.c  1.30   4 years  millert   Fix an out of bound read/write when using a proxy. From Lucas AT sexy DOT is. O...