index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ftp-proxy
/
filter.c
Age
Commit message (
Expand
)
Author
2015-01-21
Include <netinet/in.h> before <net/pfvar.h>. In a future change when
Theo de Raadt
2012-09-18
prio 0 is valid, therefore, I chose an "impossible" value for prio meaning
Henning Brauer
2012-07-07
rename prio in struct pf_rule and related structs to set_prio so it is
Henning Brauer
2012-04-30
Check for nat_range_high before creating the PF nat rule.
Christiano F. Haesbaert
2012-03-06
catch up with "on rdomain" changes; ok claudio
Mike Belopuhov
2011-06-22
fix whitespace
Stuart Henderson
2011-04-28
switch ftp-proxy over to divert-to instead of rdr-to. this avoids
Mike Belopuhov
2011-03-25
Use the rdomain information returned by DIOCNATLOOK to install the
Claudio Jeker
2010-01-13
pfr.rule.*.addr.type must be initialized to PF_ADDR_NONE for things that
Claudio Jeker
2010-01-12
First pass at removing the 'pf_pool' mechanism for translation and routing
Ryan Thomas McBride
2009-11-22
Move from the PF_RULESET_FILTER world order to PF_TRANS_RULESET
Theo de Raadt
2009-11-21
If tagging is used use match rules instead of pass rules. This is needed
Claudio Jeker
2009-09-01
Bring ftp-proxy in sync with the massive pf change just commited by Henning.
Claudio Jeker
2008-06-13
Better error messages. Include the function causing the problem and do not
Claudio Jeker
2008-02-26
Don't pass quick when tagging, so the tag can be used outside
Henning Brauer
2007-08-01
allow ftp-proxy to add tag statements to teh rules it inserts
Henning Brauer
2006-12-01
forgot to update the comment as well
Camiel Dobbelaar
2006-12-01
use flags S/SA for consistency with the rest of pf
Camiel Dobbelaar
2005-06-07
add OpenBSD cvs tags, prompted by xsa@
Camiel Dobbelaar
2005-06-07
Introduce verbose option to control the logging of the pf rules.
Camiel Dobbelaar
2005-05-26
Import new FTP proxy. Handles IPv6 and all FTP modes. It was
Camiel Dobbelaar