summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ftp-proxy/ftp-proxy.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Standardize argument naming for "sourceaddr" and unify the wording a bit,schwarze2020-02-121-5/+6
| | | | similar to what deraadt@ recently did in other manual pages.
* fix typo; from semariederaadt2017-01-151-3/+3
|
* no need for af on divert-to rule; from/ok mikebjmc2016-01-041-3/+3
|
* switch to new _ftp_proxy user; ok dlgderaadt2015-12-011-3/+3
|
* Document that ftp-proxy breaks explicit RFC4217 FTP TLS. While here,stsp2015-01-091-3/+7
| | | | | chroot and privdrop is a feature, not a bug, so move it out of CAVEATS. ok sthen
* log all, not log-all; ok henningjmc2012-06-251-3/+3
|
* tweak previous;jmc2011-05-161-4/+4
|
* Make it clear that ftp-proxy needs to make outbound connections.mcbride2011-05-121-3/+6
| | | | ok claudio
* divert-to is picky about the address family so adjust the rulemikeb2011-04-281-2/+2
|
* switch ftp-proxy over to divert-to instead of rdr-to. this avoidsmikeb2011-04-281-4/+4
| | | | | an expensive state lookup (via natlook ioctl) and shrinks the code. tested by me and sthen, ok reyk sthen
* If tagging is used use match rules instead of pass rules. This is neededclaudio2009-11-211-3/+6
| | | | | | 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@
* rdr -> rdr-tojmc2009-09-071-4/+4
| | | | from Karl-Heinz Wild
* Bring manpage up to speed with the changes that just happend or at leastclaudio2009-09-011-23/+14
| | | | try to.
* Don't pass quick when tagging, so the tag can be used outsidehenning2008-02-261-8/+18
| | | | | | 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
* - -T before -tjmc2007-08-011-6/+8
| | | | - use .Bk/.Ek
* allow ftp-proxy to add tag statements to teh rules it insertshenning2007-08-011-2/+7
| | | | clever, nice and easy diff from bsd@openbsd.rutgers.edu, ok pyr reyk
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Convert three instances of atoi() to strtonum() and apply sane upper bounds.camield2006-12-301-3/+4
| | | | | | Triggered by Rik/harry Bobbaers on bugs@. ok mbalmer@ ray@
* no need to use "keep state" and "flags S/SA" in pf rules,jmc2006-10-231-5/+5
| | | | | | now that it is the default; ok henning mcbride camield (ftp-proxy bits) deraadt
* document that ftp-proxy cannot function at a raised securelevelcamield2006-08-301-1/+9
| | | | ok jmc marco
* .Sh SECURITY -> .Sh CAVEATSjmc2005-11-201-6/+6
| | | | ok camield@
* Introduce verbose option to control the logging of the pf rules.camield2005-06-071-5/+10
| | | | ok beck mpf
* tweaks;jmc2005-05-311-5/+7
|
* Import new FTP proxy. Handles IPv6 and all FTP modes. It wascamield2005-05-261-0/+167
previously known as pftpx. Not connected to the builds yet. ok beck