OpenBSD CVS

src/usr.sbin/ftp-proxy/


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.sbin / ftp-proxy


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.3   18 years  deraadt   repair missing DPADD requests
[TXT] filter.c  1.21   10 years  deraadt   Include <netinet/in.h> before <net/pfvar.h>. In a future change when ports is r...
[TXT] filter.h  1.7   14 years  mikeb   switch ftp-proxy over to divert-to instead of rdr-to. this avoids an expensive ...
[TXT] ftp-proxy.8  1.26   4 months  kn   Replace chroot(2) and custom rdaemon() with daemon(3) and unveil(2) Employ the ...
[TXT] ftp-proxy.c  1.41   4 months  kn   unbreak build; typofix d{ea -> ae}mon; noticed by bluhm