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_5_6_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] data/        
[DIR] scripts/        
[TXT] Makefile  1.6   22 years  jakob   add very basic proxy support using socks5 client code from niklas@. ok ericj@.
[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.67   10 years  claudio   Once more, the default routing table id is inherited from the process like for a...
[TXT] netcat.c  1.122   9 years  guenther   Make sure the correct errno is reported by warn* or err* and not the errno of an...
[TXT] socks.c  1.20   12 years  espie   fix format strings for size_t ok okan@