summaryrefslogtreecommitdiff
path: root/share/man/man5/pf.conf.5
AgeCommit message (Collapse)Author
2003-05-17document tagsDavid Krause
ok henning@
2003-05-16tweak;Jason McIntyre
ok dhartmei@
2003-05-16TCP SYN proxy. Instead of 'keep state' or 'modulate state', one can useDaniel Hartmeier
'synproxy state' for TCP connections. pf will complete the TCP handshake with the active endpoint before passing any packets to the passive end- point, preventing spoofed SYN floods from reaching the passive endpoint. No additional memory requirements, no cookies needed, random initial sequence numbers, uses the existing sequence number modulators to translate packets after the handshakes. ok frantzen@
2003-05-16removed unnecessary macros:Jason McIntyre
- don't need .Pp before/after .Sh - don't need .Ns before punctuation ok krw@ millert@ david@
2003-05-15tweak;Jason McIntyre
ok frantzen@
2003-05-15document scrub opt "reassemble tcp"Mike Frantzen
2003-05-12Use an example that acutally makes some sense.Daniel Hartmeier
2003-05-12Adaptive timeout value scaling. Allows to reduce timeout values as theDaniel Hartmeier
number of state table entries grows, so entries time out faster before the table fills up. Works both globally and per-rule. ok frantzen@
2003-05-11document the dynamic min-ttl TCP scrub behaviorMike Frantzen
2003-05-10'return' now causes an ICMP unreachable for non-TCP/UDP/ICMP protocols.Daniel Hartmeier
2003-05-10uppercase all non-literals in BNF.. might make some stuff more clear ;)Philipp Buehler
commitski henning@
2003-05-10quote non-alphabetic literalsPhilipp Buehler
'over the desk' oks..
2003-05-10BNF for load anchor stuffHenning Brauer
2003-05-06fix formatting in the BNFHenning Brauer
2003-05-01BNF update for label on antispoofHenning Brauer
2003-04-29document hfscHenning Brauer
mostly from Berk D. Demir <bdd at ieee.org> with tweaks by me some nits and ok jmc@
2003-04-29port 8081 -> 8021 for ftp-proxy in the examples, so it matches pf.confDaniel Hartmeier
and inetd.conf defaults
2003-04-25added two missing .El macros;Jason McIntyre
ok henning@
2003-04-19BNF update for hfscHenning Brauer
2003-04-19mention hfsc.Henning Brauer
this needs more work.
2003-04-05document queue .. on $interfaceHenning Brauer
ok jmc@
2003-04-01'flags X' is not valid (BNF lied)Philipp Buehler
henning@ ok
2003-04-01anchors in BNFPhilipp Buehler
(from loki at niteshade . net)
2003-03-22Cleanup for release:David Krause
remove some unneeded escaping of spaces "\ " indent by 6 spaces in a few places to match the rest of the file fix a few lines that were improperly wrapped or not wrapped to the next line update sample rule expansion to match current state of pfctl output fix spacing in a few places fix a small typo found by jmc@ updated a few example rules so that they parse with current pfctl ok henning@ jmc@
2003-03-20replace some .Pp inside .Bd -literal block with empty lineDavid Krause
remove an uneeded .Pp kill whitespace at eol ok jmc@
2003-03-13and bandwidth is bits per secondHenning Brauer
2003-03-13bits not bytes; fk@spoiled.orgTheo de Raadt
2003-03-12fair amount of clarifications, extensions, and correctionsHenning Brauer
from joel knight <enabled at myrealbox.com>, some tweaks by me, some by jmc@ ok dhartmei@ mcbride@ cedric@
2003-03-10small changes to mike's random-id section;Jason McIntyre
ok frantzen@
2003-03-10use Pa for paths moreTheo de Raadt
2003-03-10few minor tweaksTheo de Raadt
2003-03-10removal of .Ic for examples.Jason McIntyre
this was messing the postscript output.
2003-03-09- document that scrub 'no-df' is sometimes necessary for "certain" OS's NFSMike Frantzen
- suggest 'random-id' with 'no-df' since "certain" OSes set ip->ip_id to zero ok deraadt@ henning@
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
also fixes a few misspellings of the month ok henning@ jmc@
2003-03-04Add a paragraph explaining possible unwanted side-effects of redirectingDaniel Hartmeier
to the loopback address.
2003-03-04more oopsTheo de Raadt
2003-03-04oopsTheo de Raadt
2003-03-04wrap Ic in Xo/Xc until fixedTheo de Raadt
2003-03-04leave my cave to clarify the caveats of state modulationMike Frantzen
mdoc incantations from jmc@ ok henning@ deraadt@
2003-03-04show example of string concat in macro assignTheo de Raadt
2003-03-04fix .Bl width, pt out by theoHenning Brauer
2003-03-04Fix limit BNF part, since we don't quote token literals, use limit-item,Daniel Hartmeier
and limit-list is already a list (due to the recursive definition) which can also consist of just one entry, so no need for {}. Found by Maik Kuendig
2003-03-04update BNF for 'queue ( q_def, q_pri )' and similar in filteroptsPhilipp Buehler
ok henning@
2003-03-04other.single was missing in the BNF section, from Maik KuendigDaniel Hartmeier
2003-03-04format nicerHenning Brauer
2003-03-04liesHenning Brauer
2003-03-04make the label example actually work... (missing quotes)Henning Brauer
2003-03-04fix .Bl width in translation sectionHenning Brauer
2003-03-04fix width in set block-policy listHenning Brauer
2003-03-04pfctl -T create is no moreHenning Brauer