summaryrefslogtreecommitdiffstats
path: root/libexec/ftp-proxy/ftp-proxy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* code is not being used; toss into Atticderaadt2005-11-241-1373/+0
* Check snprintf return value for -1.cloder2005-03-051-8/+9
* const correctness, string literals are const char *, no functional changedhartmei2005-02-241-4/+4
* Fix -S flag for non-root; from Ewen McNeill (closes PR 4066)millert2005-01-191-2/+2
* options sort and sync usage();jmc2004-11-191-4/+4
* addr -> address in usage() for consistency.brad2004-07-111-2/+2
* The 'reverse ftp-proxy' mode adds a command line option -R todhartmei2004-07-061-6/+49
* #include fixes, from Max Laier, ok beck@ henning@dhartmei2004-03-141-2/+2
* Add a -a address option to set the address which the proxy will usebeck2004-01-221-5/+14
* pf spelling policedavid2003-08-221-2/+2
* correctly handle multiline responses with leading space followed by numberhenning2003-07-291-1/+3
* missing protosderaadt2003-06-281-3/+8
* delinting from beckderaadt2003-06-231-17/+14
* cmdline options in alphabetical order in usage() and manpagedavid2003-03-201-4/+4
* Honour TCP_WRAPPERS mk.conf setting; ok millert@djm2003-01-231-3/+14
* various tweaks. someone mailed in a huge diff that was so wrong in soderaadt2002-12-191-56/+65
* accidental commitderaadt2002-12-191-66/+58
* missing .Ppderaadt2002-12-191-58/+66
* typos/grammar/better wordsjufi2002-07-071-3/+3
* KNFderaadt2002-07-031-10/+10
* no newlines in syslogbeck2002-06-091-24/+24
* KNF during an audit; found an improperly initialized sockaddrderaadt2002-05-231-31/+19
* Pass full length to strlcat(). From Brian Poole.dhartmei2002-03-121-5/+6
* print proper host name for the proxy's peer; bob okmickey2002-01-101-4/+4
* RFC 959 wasn't clear about what happens around a PASV reply, and inbeck2001-12-141-5/+8
* fix multi-line contunuations - ok deraadt@beck2001-10-101-2/+13
* Drop privs to named group, not group with same name as user.beck2001-09-211-2/+2
* -Make ftp-proxy drop privs to user "proxy" by default.beck2001-09-051-5/+6
* remove unneeded code (this is done later)beck2001-08-281-10/+1
* oh, some cleanups etc etcderaadt2001-08-281-77/+58
* -Functionify some of the main loop, so it isn't so horrificly deep and isbeck2001-08-221-233/+305
* unsmokecrack - thanks millertbeck2001-08-191-22/+20
* decruftify with prejudicebeck2001-08-191-37/+25
* decruftifybeck2001-08-191-29/+8
* Argh. I must be wearing a stupid sign todaybeck2001-08-191-2/+2
* bye bye atoi.beck2001-08-191-8/+21
* oopsbeck2001-08-191-3/+3
* I'm a knuckle-dragging moron, the fd_set is overflowable - make it sobeck2001-08-191-28/+39
* 1564 lines of cleanupderaadt2001-08-191-271/+221
* KNFbeck2001-08-191-11/+5
* gratuitous KNFism's, don't have it looking like it's your first daybeck2001-08-191-13/+8
* transparent ftp proxy, based on Obtuse Systems juniper stuff with muchbeck2001-08-191-0/+1320