summaryrefslogtreecommitdiffstats
path: root/libexec/ftp-proxy (follow)
Commit message (Expand)AuthorAgeFilesLines
* code is not being used; toss into Atticderaadt2005-11-246-2318/+0
* avoid a nasty line split;jmc2005-09-231-2/+3
* let IAP/IP/IAC thru. This lets the server receive an ABORT command withespie2005-08-171-1/+2
* Check snprintf return value for -1.cloder2005-03-051-8/+9
* const correctness, string literals are const char *, no functional changedhartmei2005-02-242-6/+6
* Fix -S flag for non-root; from Ewen McNeill (closes PR 4066)millert2005-01-191-2/+2
* options sort and sync usage();jmc2004-11-192-11/+13
* more unsigned charderaadt2004-09-161-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-064-15/+80
* typos from Andrey Matveev;jmc2004-03-161-2/+2
* #include fixes, from Max Laier, ok beck@ henning@dhartmei2004-03-141-2/+2
* Make example "rdr pass" not just "rdr"; OK beck@millert2004-02-241-2/+2
* Add a -a address option to set the address which the proxy will usebeck2004-01-223-19/+53
* use socklen_t; andrushock@korovino.netderaadt2003-12-221-2/+3
* remove -Werror from userland builds, to give us a chance toavsm2003-11-201-2/+2
* macro cleanup and some typos;jmc2003-09-051-52/+70
* typo from naddy@;jmc2003-09-051-2/+2
* pf spelling policedavid2003-08-221-2/+2
* correctly handle multiline responses with leading space followed by numberhenning2003-07-291-1/+3
* missing protosderaadt2003-06-283-5/+14
* delinting from beckderaadt2003-06-231-17/+14
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* removed unnecessary punctuation from SEE ALSO;jmc2003-05-101-2/+2
* Duplicate include. Pointed out by andrushock at korovino dot nettdeval2003-04-271-2/+1
* cmdline options in alphabetical order in usage() and manpagedavid2003-03-202-55/+55
* .Xr typos;jmc2003-03-061-3/+3
* date should be written formally: .Dd Month day, yeardavid2003-03-061-2/+2
* start new sentence on a new linedavid2003-02-261-4/+6
* typos;jmc2003-01-311-2/+2
* Removing leading spaces can result in a failure with multiline commands. Ok millert.couderc2003-01-261-6/+1
* Honour TCP_WRAPPERS mk.conf setting; ok millert@djm2003-01-233-6/+19
* better example rules from David Krause, Thanks!henning2002-12-211-3/+4
* various tweaks. someone mailed in a huge diff that was so wrong in soderaadt2002-12-193-69/+78
* accidental commitderaadt2002-12-193-79/+71
* missing .Ppderaadt2002-12-194-72/+81
* typo; David Krausehenning2002-12-011-2/+2
* I fucked up. The manpage was correct before my last commit.henning2002-11-271-6/+9
* corrections and clarifications from Han Boetes <han at mijncomputer dot nl>henning2002-11-271-15/+20
* Add 'proto tcp' to example rdr rule, it's required now.dhartmei2002-10-111-2/+2
* use port 8021 in exampleshenning2002-10-041-3/+3
* improvements; rjmooney@aboveground.cxderaadt2002-10-041-10/+10
* spacesderaadt2002-07-241-2/+2
* clean up docs a bitderaadt2002-07-241-11/+19
* typos/grammar/better wordsjufi2002-07-071-3/+3
* KNFderaadt2002-07-031-10/+10
* nat.conf(5) no longer exist, reference to pf.conf(5) insteadpvalchev2002-06-171-3/+3
* Some nat.conf(5) -> pf.conf(5) changes.miod2002-06-161-3/+2
* no newlines in syslogbeck2002-06-093-30/+30
* add example using per-user pf rules to allow backchannel connectionsbeck2002-06-081-1/+9