summaryrefslogtreecommitdiff
path: root/libexec/ftp-proxy
AgeCommit message (Collapse)Author
2005-03-05Check snprintf return value for -1.Chad Loder
OK otto, henning, hshoexer, krw, beck
2005-02-24const correctness, string literals are const char *, no functional changeDaniel Hartmeier
from Joerg Sonnenberger joerg(at)britannica(dot)bec(dot)de
2005-01-19Fix -S flag for non-root; from Ewen McNeill (closes PR 4066)Todd C. Miller
OK dhartmei@ and hshoexer@
2004-11-19options sort and sync usage();Jason McIntyre
from wiz@netbsd
2004-09-16more unsigned charTheo de Raadt
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
ftp-proxy which proxies connection from external ftp clients to an internal ftp server, supporting client passive mode (where server listens on a random port for data connections, and the client connects to the server for data connections). This is the reverse mode to normal operation, where ftp-proxy proxies connections from local clients to external servers, supporting client active mode. ok beck@, henning@
2004-03-16typos from Andrey Matveev;Jason McIntyre
2004-03-14#include fixes, from Max Laier, ok beck@ henning@Daniel Hartmeier
2004-02-24Make example "rdr pass" not just "rdr"; OK beck@Todd C. Miller
2004-01-22Add a -a address option to set the address which the proxy will useBob Beck
to bind the local end of outgoing connections, and some man page cleanup. Based on diff provided in pr 3538 by Karl O. Pinc <kop@meme.com> Closes pr 3538. ok dhartmei@
2003-12-22use socklen_t; andrushock@korovino.netTheo de Raadt
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
use more verbose warning options if desired. ok millert@, henning@, david@
2003-09-05macro cleanup and some typos;Jason McIntyre
2003-09-05typo from naddy@;Jason McIntyre
2003-08-22pf spelling policeDavid Krause
ok dhartmei@ jmc@
2003-07-29correctly handle multiline responses with leading space followed by numberHenning Brauer
PR3378 mayonez@ssnet.xim.pl, thanks!
2003-06-28missing protosTheo de Raadt
2003-06-23delinting from beckTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-10removed unnecessary punctuation from SEE ALSO;Jason McIntyre
2003-04-27Duplicate include. Pointed out by andrushock at korovino dot netThierry Deval
2003-03-20cmdline options in alphabetical order in usage() and manpageDavid Krause
and make sure they are consistent ok dhartmei@ henning@
2003-03-06.Xr typos;Jason McIntyre
ok deraadt@
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
ok henning@ jmc@
2003-02-26start new sentence on a new lineDavid Krause
ok mpech@
2003-01-31typos;Jason McIntyre
eeprom(8): added .Ar to fields, removed references to sun3 sshd(8): help and ok markus@ help and ok millert@
2003-01-26Removing leading spaces can result in a failure with multiline commands. Ok ↵Damien Couderc
millert.
2003-01-23Honour TCP_WRAPPERS mk.conf setting; ok millert@Damien Miller
2002-12-21better example rules from David Krause, Thanks!Henning Brauer
ok dhartmei@
2002-12-19various tweaks. someone mailed in a huge diff that was so wrong in soTheo de Raadt
many ways, and i wasted 2 hours finding the gems in it...
2002-12-19accidental commitTheo de Raadt
2002-12-19missing .PpTheo de Raadt
2002-12-01typo; David KrauseHenning Brauer
2002-11-27I fucked up. The manpage was correct before my last commit.Henning Brauer
noticed by Daniel. To unconfuse it a bit, add a little clarification. ok dhartmei@
2002-11-27corrections and clarifications from Han Boetes <han at mijncomputer dot nl>Henning Brauer
Thanks!
2002-10-11Add 'proto tcp' to example rdr rule, it's required now.Daniel Hartmeier
Found by grange@efnet.
2002-10-04use port 8021 in examplesHenning Brauer
inspired by a PR from rjmooney@aboveground.cx ok deraadt@
2002-10-04improvements; rjmooney@aboveground.cxTheo de Raadt
2002-07-24spacesTheo de Raadt
2002-07-24clean up docs a bitTheo de Raadt
2002-07-07typos/grammar/better wordsJan-Uwe Finck
in comments.
2002-07-03KNFTheo de Raadt
2002-06-17nat.conf(5) no longer exist, reference to pf.conf(5) insteadPeter Valchev
2002-06-16Some nat.conf(5) -> pf.conf(5) changes.Miod Vallat
Some nat.conf(5) references remain in the text, since it looks better than .Pa /etc/nat.conf and there is still a softlink.
2002-06-09no newlines in syslogBob Beck
2002-06-08add example using per-user pf rules to allow backchannel connectionsBob Beck
to the proxy.
2002-05-23KNF during an audit; found an improperly initialized sockaddrTheo de Raadt
2002-05-19 o End a sentence with a period, not a comma; Hans-Joerg HoexerTodd C. Miller
o Start all sentences on a new line (me)
2002-03-27We need ftp-proxy only on loopback.Mike Pechkin
todd@, beck@ ok