summaryrefslogtreecommitdiffstats
path: root/libexec/ftp-proxy (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* KNF during an audit; found an improperly initialized sockaddrderaadt2002-05-236-118/+85
* o End a sentence with a period, not a comma; Hans-Joerg Hoexermillert2002-05-191-7/+8
* We need ftp-proxy only on loopback.mpech2002-03-271-2/+2
* Pass full length to strlcat(). From Brian Poole.dhartmei2002-03-121-5/+6
* Fix memory leak in get_proxy_env().mpech2002-02-151-9/+3
* missing perioditojun2002-02-011-2/+2
* 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
* kill more registers;mpech2001-12-071-6/+6
* comment typo, and $OpenBSD$ (thanks pval)beck2001-12-061-1/+2
* Fix realloc in getline so we exit on failure - in this context it's sillybeck2001-12-061-4/+10
* use .Nm morederaadt2001-12-061-5/+8
* don't use "you" in a man page.beck2001-12-061-5/+4
* *** empty log message ***beck2001-12-061-7/+7
* typodhartmei2001-12-051-3/+3
* Explain that filter rules need to let pass connections to the proxy portsdhartmei2001-12-051-1/+20
* Ignore leading whitespace in commands. From Frank Denis. Closes PR 2226.dhartmei2001-12-031-0/+5
* Remove the last line, pf does support IPv6 now.dhartmei2001-12-031-3/+1
* 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
* IPv6 support from Ryan McBride (mcbride@countersiege.com)frantzen2001-09-151-4/+6
* -Make ftp-proxy drop privs to user "proxy" by default.beck2001-09-053-12/+15
* s/pf_natlook/pfioc_natlook (ioctl parameter struct)dhartmei2001-09-051-2/+2
* remove unneeded code (this is done later)beck2001-08-281-10/+1
* oh, some cleanups etc etcderaadt2001-08-284-100/+76
* oopsbeck2001-08-221-3/+3
* Fixes for my worst abuses of nroff from mpech@beck2001-08-221-30/+42
* Duh.beck2001-08-221-8/+10
* -Functionify some of the main loop, so it isn't so horrificly deep and isbeck2001-08-222-234/+326
* 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-194-367/+294
* 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-196-0/+2157