summaryrefslogtreecommitdiff
path: root/libexec/ftp-proxy/ftp-proxy.c
AgeCommit message (Expand)Author
2004-11-19options sort and sync usage();Jason McIntyre
2004-07-11addr -> address in usage() for consistency.Brad Smith
2004-07-06The 'reverse ftp-proxy' mode adds a command line option -R toDaniel Hartmeier
2004-03-14#include fixes, from Max Laier, ok beck@ henning@Daniel Hartmeier
2004-01-22Add a -a address option to set the address which the proxy will useBob Beck
2003-08-22pf spelling policeDavid Krause
2003-07-29correctly handle multiline responses with leading space followed by numberHenning Brauer
2003-06-28missing protosTheo de Raadt
2003-06-23delinting from beckTheo de Raadt
2003-03-20cmdline options in alphabetical order in usage() and manpageDavid Krause
2003-01-23Honour TCP_WRAPPERS mk.conf setting; ok millert@Damien Miller
2002-12-19various tweaks. someone mailed in a huge diff that was so wrong in soTheo de Raadt
2002-12-19accidental commitTheo de Raadt
2002-12-19missing .PpTheo de Raadt
2002-07-07typos/grammar/better wordsJan-Uwe Finck
2002-07-03KNFTheo de Raadt
2002-06-09no newlines in syslogBob Beck
2002-05-23KNF during an audit; found an improperly initialized sockaddrTheo de Raadt
2002-03-12Pass full length to strlcat(). From Brian Poole.Daniel Hartmeier
2002-01-10print proper host name for the proxy's peer; bob okMichael Shalayeff
2001-12-14RFC 959 wasn't clear about what happens around a PASV reply, and inBob Beck
2001-10-10 fix multi-line contunuations - ok deraadt@Bob Beck
2001-09-21 Drop privs to named group, not group with same name as user.Bob Beck
2001-09-05-Make ftp-proxy drop privs to user "proxy" by default.Bob Beck
2001-08-28remove unneeded code (this is done later)Bob Beck
2001-08-28oh, some cleanups etc etcTheo de Raadt
2001-08-22-Functionify some of the main loop, so it isn't so horrificly deep and isBob Beck
2001-08-19unsmokecrack - thanks millertBob Beck
2001-08-19decruftify with prejudiceBob Beck
2001-08-19decruftifyBob Beck
2001-08-19Argh. I must be wearing a stupid sign todayBob Beck
2001-08-19bye bye atoi.Bob Beck
2001-08-19oopsBob Beck
2001-08-19I'm a knuckle-dragging moron, the fd_set is overflowable - make it soBob Beck
2001-08-191564 lines of cleanupTheo de Raadt
2001-08-19KNFBob Beck
2001-08-19gratuitous KNFism's, don't have it looking like it's your first dayBob Beck
2001-08-19transparent ftp proxy, based on Obtuse Systems juniper stuff with muchBob Beck