summaryrefslogtreecommitdiffstats
path: root/libexec/ftp-proxy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* code is not being used; toss into Atticderaadt2005-11-246-2318/+0
|
* avoid a nasty line split;jmc2005-09-231-2/+3
| | | | ok deraadt@ ian@
* let IAP/IP/IAC thru. This lets the server receive an ABORT command withespie2005-08-171-1/+2
| | | | | | the attached urgent data. And so ftp ^C works. okay beck@, millert@
* Check snprintf return value for -1.cloder2005-03-051-8/+9
| | | | OK otto, henning, hshoexer, krw, beck
* const correctness, string literals are const char *, no functional changedhartmei2005-02-242-6/+6
| | | | from Joerg Sonnenberger joerg(at)britannica(dot)bec(dot)de
* Fix -S flag for non-root; from Ewen McNeill (closes PR 4066)millert2005-01-191-2/+2
| | | | OK dhartmei@ and hshoexer@
* options sort and sync usage();jmc2004-11-192-11/+13
| | | | from wiz@netbsd
* 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
| | | | | | | | | | | | | 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@
* 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
| | | | | | 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@
* 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
| | | | | use more verbose warning options if desired. ok millert@, henning@, david@
* 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
| | | | ok dhartmei@ jmc@
* correctly handle multiline responses with leading space followed by numberhenning2003-07-291-1/+3
| | | | PR3378 mayonez@ssnet.xim.pl, thanks!
* 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
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* 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
| | | | | | and make sure they are consistent ok dhartmei@ henning@
* .Xr typos;jmc2003-03-061-3/+3
| | | | ok deraadt@
* date should be written formally: .Dd Month day, yeardavid2003-03-061-2/+2
| | | | ok henning@ jmc@
* start new sentence on a new linedavid2003-02-261-4/+6
| | | | ok mpech@
* typos;jmc2003-01-311-2/+2
| | | | | | | eeprom(8): added .Ar to fields, removed references to sun3 sshd(8): help and ok markus@ help and ok millert@
* 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
| | | | ok dhartmei@
* various tweaks. someone mailed in a huge diff that was so wrong in soderaadt2002-12-193-69/+78
| | | | many ways, and i wasted 2 hours finding the gems in it...
* 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
| | | | | | | | noticed by Daniel. To unconfuse it a bit, add a little clarification. ok dhartmei@
* corrections and clarifications from Han Boetes <han at mijncomputer dot nl>henning2002-11-271-15/+20
| | | | Thanks!
* Add 'proto tcp' to example rdr rule, it's required now.dhartmei2002-10-111-2/+2
| | | | Found by grange@efnet.
* use port 8021 in exampleshenning2002-10-041-3/+3
| | | | | | inspired by a PR from rjmooney@aboveground.cx ok deraadt@
* 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
| | | | in comments.
* 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
| | | | | Some nat.conf(5) references remain in the text, since it looks better than .Pa /etc/nat.conf and there is still a softlink.
* no newlines in syslogbeck2002-06-093-30/+30
|
* add example using per-user pf rules to allow backchannel connectionsbeck2002-06-081-1/+9
| | | | to the proxy.