summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ftp-proxy/filter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include <netinet/in.h> before <net/pfvar.h>. In a future change whenderaadt2015-01-211-3/+3
* prio 0 is valid, therefore, I chose an "impossible" value for prio meaninghenning2012-09-181-2/+1
* rename prio in struct pf_rule and related structs to set_prio so it ishenning2012-07-071-2/+2
* Check for nat_range_high before creating the PF nat rule.haesbaert2012-04-301-2/+2
* catch up with "on rdomain" changes; ok claudiomikeb2012-03-061-3/+4
* fix whitespacesthen2011-06-221-5/+5
* switch ftp-proxy over to divert-to instead of rdr-to. this avoidsmikeb2011-04-281-81/+1
* Use the rdomain information returned by DIOCNATLOOK to install theclaudio2011-03-251-12/+20
* pfr.rule.*.addr.type must be initialized to PF_ADDR_NONE for things thatclaudio2010-01-131-1/+4
* First pass at removing the 'pf_pool' mechanism for translation and routingmcbride2010-01-121-18/+10
* Move from the PF_RULESET_FILTER world order to PF_TRANS_RULESETderaadt2009-11-221-6/+6
* If tagging is used use match rules instead of pass rules. This is neededclaudio2009-11-211-2/+5
* Bring ftp-proxy in sync with the massive pf change just commited by Henning.claudio2009-09-011-114/+48
* Better error messages. Include the function causing the problem and do notclaudio2008-06-131-2/+2
* Don't pass quick when tagging, so the tag can be used outsidehenning2008-02-261-5/+8
* allow ftp-proxy to add tag statements to teh rules it insertshenning2007-08-011-3/+6
* forgot to update the comment as wellcamield2006-12-011-2/+2
* use flags S/SA for consistency with the rest of pfcamield2006-12-011-2/+2
* add OpenBSD cvs tags, prompted by xsa@camield2005-06-071-0/+2
* Introduce verbose option to control the logging of the pf rules.camield2005-06-071-4/+9
* Import new FTP proxy. Handles IPv6 and all FTP modes. It wascamield2005-05-261-0/+380