Age | Commit message (Expand) | Author |
2005-03-05 | Check snprintf return value for -1. | Chad Loder |
2005-02-24 | const correctness, string literals are const char *, no functional change | Daniel Hartmeier |
2005-01-19 | Fix -S flag for non-root; from Ewen McNeill (closes PR 4066) | Todd C. Miller |
2004-11-19 | options sort and sync usage(); | Jason McIntyre |
2004-09-16 | more unsigned char | Theo de Raadt |
2004-07-11 | addr -> address in usage() for consistency. | Brad Smith |
2004-07-06 | The 'reverse ftp-proxy' mode adds a command line option -R to | Daniel Hartmeier |
2004-03-16 | typos from Andrey Matveev; | Jason McIntyre |
2004-03-14 | #include fixes, from Max Laier, ok beck@ henning@ | Daniel Hartmeier |
2004-02-24 | Make example "rdr pass" not just "rdr"; OK beck@ | Todd C. Miller |
2004-01-22 | Add a -a address option to set the address which the proxy will use | Bob Beck |
2003-12-22 | use socklen_t; andrushock@korovino.net | Theo de Raadt |
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy |
2003-09-05 | macro cleanup and some typos; | Jason McIntyre |
2003-09-05 | typo from naddy@; | Jason McIntyre |
2003-08-22 | pf spelling police | David Krause |
2003-07-29 | correctly handle multiline responses with leading space followed by number | Henning Brauer |
2003-06-28 | missing protos | Theo de Raadt |
2003-06-23 | delinting from beck | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-10 | removed unnecessary punctuation from SEE ALSO; | Jason McIntyre |
2003-04-27 | Duplicate include. Pointed out by andrushock at korovino dot net | Thierry Deval |
2003-03-20 | cmdline options in alphabetical order in usage() and manpage | David Krause |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause |
2003-02-26 | start new sentence on a new line | David Krause |
2003-01-31 | typos; | Jason McIntyre |
2003-01-26 | Removing leading spaces can result in a failure with multiline commands. Ok m... | Damien Couderc |
2003-01-23 | Honour TCP_WRAPPERS mk.conf setting; ok millert@ | Damien Miller |
2002-12-21 | better example rules from David Krause, Thanks! | Henning Brauer |
2002-12-19 | various tweaks. someone mailed in a huge diff that was so wrong in so | Theo de Raadt |
2002-12-19 | accidental commit | Theo de Raadt |
2002-12-19 | missing .Pp | Theo de Raadt |
2002-12-01 | typo; David Krause | Henning Brauer |
2002-11-27 | I fucked up. The manpage was correct before my last commit. | Henning Brauer |
2002-11-27 | corrections and clarifications from Han Boetes <han at mijncomputer dot nl> | Henning Brauer |
2002-10-11 | Add 'proto tcp' to example rdr rule, it's required now. | Daniel Hartmeier |
2002-10-04 | use port 8021 in examples | Henning Brauer |
2002-10-04 | improvements; rjmooney@aboveground.cx | Theo de Raadt |
2002-07-24 | spaces | Theo de Raadt |
2002-07-24 | clean up docs a bit | Theo de Raadt |
2002-07-07 | typos/grammar/better words | Jan-Uwe Finck |
2002-07-03 | KNF | Theo de Raadt |
2002-06-17 | nat.conf(5) no longer exist, reference to pf.conf(5) instead | Peter Valchev |
2002-06-16 | Some nat.conf(5) -> pf.conf(5) changes. | Miod Vallat |
2002-06-09 | no newlines in syslog | Bob Beck |
2002-06-08 | add example using per-user pf rules to allow backchannel connections | Bob Beck |
2002-05-23 | KNF during an audit; found an improperly initialized sockaddr | Theo de Raadt |
2002-05-19 | o End a sentence with a period, not a comma; Hans-Joerg Hoexer | Todd C. Miller |
2002-03-27 | We need ftp-proxy only on loopback. | Mike Pechkin |