Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-16 | tweak previous; | Jason McIntyre | |
2011-05-12 | Make it clear that ftp-proxy needs to make outbound connections. | Ryan Thomas McBride | |
ok claudio | |||
2011-04-28 | divert-to is picky about the address family so adjust the rule | Mike Belopuhov | |
2011-04-28 | switch ftp-proxy over to divert-to instead of rdr-to. this avoids | Mike Belopuhov | |
an expensive state lookup (via natlook ioctl) and shrinks the code. tested by me and sthen, ok reyk sthen | |||
2009-11-21 | If tagging is used use match rules instead of pass rules. This is needed | Claudio Jeker | |
so that later pass rules will not overwrite the nat-to/rdr-to settings. Because of this there must be an expilicit "pass .. tagged proxytag .." rule after the ftp-proxy anchor. OK henning@ | |||
2009-09-07 | rdr -> rdr-to | Jason McIntyre | |
from Karl-Heinz Wild | |||
2009-09-01 | Bring manpage up to speed with the changes that just happend or at least | Claudio Jeker | |
try to. | |||
2008-02-26 | Don't pass quick when tagging, so the tag can be used outside | Henning Brauer | |
the ftp-proxy anchor. Exotic setups with route-to etc. can be implemented this way. from camield, ok reyk beck canacar and manpage polished by jmc | |||
2007-08-01 | - -T before -t | Jason McIntyre | |
- use .Bk/.Ek | |||
2007-08-01 | allow ftp-proxy to add tag statements to teh rules it inserts | Henning Brauer | |
clever, nice and easy diff from bsd@openbsd.rutgers.edu, ok pyr reyk | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-12-30 | Convert three instances of atoi() to strtonum() and apply sane upper bounds. | Camiel Dobbelaar | |
Triggered by Rik/harry Bobbaers on bugs@. ok mbalmer@ ray@ | |||
2006-10-23 | no need to use "keep state" and "flags S/SA" in pf rules, | Jason McIntyre | |
now that it is the default; ok henning mcbride camield (ftp-proxy bits) deraadt | |||
2006-08-30 | document that ftp-proxy cannot function at a raised securelevel | Camiel Dobbelaar | |
ok jmc marco | |||
2005-11-20 | .Sh SECURITY -> .Sh CAVEATS | Jason McIntyre | |
ok camield@ | |||
2005-06-07 | Introduce verbose option to control the logging of the pf rules. | Camiel Dobbelaar | |
ok beck mpf | |||
2005-05-31 | tweaks; | Jason McIntyre | |
2005-05-26 | Import new FTP proxy. Handles IPv6 and all FTP modes. It was | Camiel Dobbelaar | |
previously known as pftpx. Not connected to the builds yet. ok beck |