Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | code is not being used; toss into Attic | 2005-11-24 | 6 | -2318/+0 | |
| | |||||
* | avoid a nasty line split; | 2005-09-23 | 1 | -2/+3 | |
| | | | | ok deraadt@ ian@ | ||||
* | let IAP/IP/IAC thru. This lets the server receive an ABORT command with | 2005-08-17 | 1 | -1/+2 | |
| | | | | | | the attached urgent data. And so ftp ^C works. okay beck@, millert@ | ||||
* | Check snprintf return value for -1. | 2005-03-05 | 1 | -8/+9 | |
| | | | | OK otto, henning, hshoexer, krw, beck | ||||
* | const correctness, string literals are const char *, no functional change | 2005-02-24 | 2 | -6/+6 | |
| | | | | from Joerg Sonnenberger joerg(at)britannica(dot)bec(dot)de | ||||
* | Fix -S flag for non-root; from Ewen McNeill (closes PR 4066) | 2005-01-19 | 1 | -2/+2 | |
| | | | | OK dhartmei@ and hshoexer@ | ||||
* | options sort and sync usage(); | 2004-11-19 | 2 | -11/+13 | |
| | | | | from wiz@netbsd | ||||
* | more unsigned char | 2004-09-16 | 1 | -4/+4 | |
| | |||||
* | addr -> address in usage() for consistency. | 2004-07-11 | 1 | -2/+2 | |
| | |||||
* | The 'reverse ftp-proxy' mode adds a command line option -R to | 2004-07-06 | 4 | -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; | 2004-03-16 | 1 | -2/+2 | |
| | |||||
* | #include fixes, from Max Laier, ok beck@ henning@ | 2004-03-14 | 1 | -2/+2 | |
| | |||||
* | Make example "rdr pass" not just "rdr"; OK beck@ | 2004-02-24 | 1 | -2/+2 | |
| | |||||
* | Add a -a address option to set the address which the proxy will use | 2004-01-22 | 3 | -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.net | 2003-12-22 | 1 | -2/+3 | |
| | |||||
* | remove -Werror from userland builds, to give us a chance to | 2003-11-20 | 1 | -2/+2 | |
| | | | | | use more verbose warning options if desired. ok millert@, henning@, david@ | ||||
* | macro cleanup and some typos; | 2003-09-05 | 1 | -52/+70 | |
| | |||||
* | typo from naddy@; | 2003-09-05 | 1 | -2/+2 | |
| | |||||
* | pf spelling police | 2003-08-22 | 1 | -2/+2 | |
| | | | | ok dhartmei@ jmc@ | ||||
* | correctly handle multiline responses with leading space followed by number | 2003-07-29 | 1 | -1/+3 | |
| | | | | PR3378 mayonez@ssnet.xim.pl, thanks! | ||||
* | missing protos | 2003-06-28 | 3 | -5/+14 | |
| | |||||
* | delinting from beck | 2003-06-23 | 1 | -17/+14 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | removed unnecessary punctuation from SEE ALSO; | 2003-05-10 | 1 | -2/+2 | |
| | |||||
* | Duplicate include. Pointed out by andrushock at korovino dot net | 2003-04-27 | 1 | -2/+1 | |
| | |||||
* | cmdline options in alphabetical order in usage() and manpage | 2003-03-20 | 2 | -55/+55 | |
| | | | | | | and make sure they are consistent ok dhartmei@ henning@ | ||||
* | .Xr typos; | 2003-03-06 | 1 | -3/+3 | |
| | | | | ok deraadt@ | ||||
* | date should be written formally: .Dd Month day, year | 2003-03-06 | 1 | -2/+2 | |
| | | | | ok henning@ jmc@ | ||||
* | start new sentence on a new line | 2003-02-26 | 1 | -4/+6 | |
| | | | | ok mpech@ | ||||
* | typos; | 2003-01-31 | 1 | -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. | 2003-01-26 | 1 | -6/+1 | |
| | |||||
* | Honour TCP_WRAPPERS mk.conf setting; ok millert@ | 2003-01-23 | 3 | -6/+19 | |
| | |||||
* | better example rules from David Krause, Thanks! | 2002-12-21 | 1 | -3/+4 | |
| | | | | ok dhartmei@ | ||||
* | various tweaks. someone mailed in a huge diff that was so wrong in so | 2002-12-19 | 3 | -69/+78 | |
| | | | | many ways, and i wasted 2 hours finding the gems in it... | ||||
* | accidental commit | 2002-12-19 | 3 | -79/+71 | |
| | |||||
* | missing .Pp | 2002-12-19 | 4 | -72/+81 | |
| | |||||
* | typo; David Krause | 2002-12-01 | 1 | -2/+2 | |
| | |||||
* | I fucked up. The manpage was correct before my last commit. | 2002-11-27 | 1 | -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> | 2002-11-27 | 1 | -15/+20 | |
| | | | | Thanks! | ||||
* | Add 'proto tcp' to example rdr rule, it's required now. | 2002-10-11 | 1 | -2/+2 | |
| | | | | Found by grange@efnet. | ||||
* | use port 8021 in examples | 2002-10-04 | 1 | -3/+3 | |
| | | | | | | inspired by a PR from rjmooney@aboveground.cx ok deraadt@ | ||||
* | improvements; rjmooney@aboveground.cx | 2002-10-04 | 1 | -10/+10 | |
| | |||||
* | spaces | 2002-07-24 | 1 | -2/+2 | |
| | |||||
* | clean up docs a bit | 2002-07-24 | 1 | -11/+19 | |
| | |||||
* | typos/grammar/better words | 2002-07-07 | 1 | -3/+3 | |
| | | | | in comments. | ||||
* | KNF | 2002-07-03 | 1 | -10/+10 | |
| | |||||
* | nat.conf(5) no longer exist, reference to pf.conf(5) instead | 2002-06-17 | 1 | -3/+3 | |
| | |||||
* | Some nat.conf(5) -> pf.conf(5) changes. | 2002-06-16 | 1 | -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 syslog | 2002-06-09 | 3 | -30/+30 | |
| | |||||
* | add example using per-user pf rules to allow backchannel connections | 2002-06-08 | 1 | -1/+9 | |
| | | | | to the proxy. |