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_4_0_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.8   18 years  otto   type correctness; from Ray Lai in PR 5011; ok millert@
[TXT] atomicio.h  1.1   18 years  avsm   Switch atomicio to a simpler interface which returns size_t and uses 0 to signal...
[TXT] nc.1  1.43   18 years  jmc   use "proxy_protocol" as the arg to -X, not "proxy_version"; from ray lai;
[TXT] netcat.c  1.88   17 years  ray   strtoul() -> strtonum(). Also change iflag to unsigned int, since sleep takes a...
[TXT] socks.c  1.16   18 years  djm   implement HTTP proxy authentication support, very useful in a ssh_config ProxyCo...