summaryrefslogtreecommitdiff
path: root/share/man/man5
AgeCommit message (Collapse)Author
2004-05-16document LP64_ARCHSPeter Valchev
2004-05-09route-to -> reply-to in one case where it was swapped, fromDaniel Hartmeier
Christopher Pascoe
2004-05-06document comment characters; jmc okTheo de Raadt
2004-05-05Use RFC1323 PAWS timestamps as a logical extension to the conventional TCPMike Frantzen
sequence numbers by taking advantage of the maximum 1KHz clock as an upperbound on the timestamp. Typically gains 10 to 18 bits of additional security against blind data insertion attacks. More if the TS Echo wasn't optional :-( Enabled with: scrub on !lo0 all reassemble tcp ok dhartmei@. documentation help from jmc@
2004-04-24Add "probability xxx" rule modifier. ok deraadt@Cedric Berger
2004-04-16list/display fixes, and whitespace;Jason McIntyre
2004-04-04- fix an .El in the wrong placeJason McIntyre
- add a .Pp - kill a stray space - new sentence, new line from Joel Knight;
2004-03-31vender -> vendor, from John Bajana-BacalleDaniel Hartmeier
2004-02-24correct includes;Jason McIntyre
ok deraadt@ fgsch@
2004-02-24'source-track' not 'source-tracking'Ryan Thomas McBride
2004-02-19escape full stops where necessary to kill erroneous double spaces;Jason McIntyre
softly, softly, catchy monkey...
2004-02-18sync the list of variables held in SUBST_VARS;Xavier Santolaria
ok espie@.
2004-02-10make Nm match Dt;Jason McIntyre
2004-02-10slight sync with header;Jason McIntyre
ok otto@
2004-02-09help makewhatis produce correct entries.Marc Espie
okay deraadt@
2004-02-08Update FD_SETSIZE value to 1024. Spotted by and ok jmc@Otto Moerbeek
2004-02-08kill whitespace at EOL;Jason McIntyre
new sentence, new line;
2004-02-07document per-${PKGPATH} settings.Marc Espie
document that WRKOBJDIR is always defined, but can be left empty now.
2004-02-07document new show=name1 name2...Marc Espie
2004-02-04upper case ip;Jason McIntyre
2004-02-04Document 'set limit src-nodes'Ryan Thomas McBride
2004-02-01s/an union/a union/Jason McIntyre
2004-02-01Grok union like struct in genassym.cf. Will be needed shortly.Miod Vallat
2004-01-30have to specify a + to enable yp support.Otto Moerbeek
ok miod@ jmc@
2004-01-29more consistent; from Okan Demirmen;Jason McIntyre
ok deraadt@
2004-01-28be explicit about fake hooks.Marc Espie
prompted by Sam Smith...
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
discussed with todd@
2004-01-22document PKG_ARCHMarc Espie
2004-01-18document port specific systrace.filterNikolay Sturm
2004-01-12FILESDIR no longer holds "at least the checksum file"Jolan Luff
from Andrew Dalgleish
2004-01-06group-locked -> group-bound, from J. KnightCedric Berger
2004-01-04typoJolan Luff
2003-12-31typos;Jason McIntyre
2003-12-31Many improvements to the handling of interfaces in PF.Cedric Berger
1) PF should do the right thing when unplugging/replugging or cloning/ destroying NICs. 2) Rules can be loaded in the kernel for not-yet-existing devices (USB, PCMCIA, Cardbus). For example, it is valid to write: "pass in on kue0" before kue USB is plugged in. 3) It is possible to write rules that apply to group of interfaces (drivers), like "pass in on ppp all" 4) There is a new ":peer" modifier that completes the ":broadcast" and ":network" modifiers. 5) There is a new ":0" modifier that will filter out interface aliases. Can also be applied to DNS names to restore original PF behaviour. 6) The dynamic interface syntax (foo) has been vastly improved, and now support multiple addresses, v4 and v6 addresses, and all userland modifiers, like "pass in from (fxp0:network)" 7) Scrub rules now support the !if syntax. 8) States can be bound to the specific interface that created them or to a group of interfaces for example: - pass all keep state (if-bound) - pass all keep state (group-bound) - pass all keep state (floating) 9) The default value when only keep state is given can be selected by using the "set state-policy" statement. 10) "pfctl -ss" will now print the interface scope of the state. This diff change the pf_state structure slighltly, so you should recompile your userland tools (pfctl, authpf, pflogd, tcpdump...) Tested on i386, sparc, sparc64 by Ryan Tested on macppc, sparc64 by Daniel ok deraadt@ mcbride@
2003-12-18document `b0' and `b1' attributes;Jason McIntyre
2003-12-15- kill whitespace at EOLJason McIntyre
- new sentence, new line - kill blank line - missing .El - missing escape - ip -> IP - greate -> create
2003-12-15Add support to track stateful connections by source ip. This allows usRyan Thomas McBride
to: - Ensure that clients get a consistent IP mapping with load-balanced translation/routing rules - Limit the number of simultaneous connections a client can make - Limit the number of clients which can connect through a rule ok dhartmei@ deraadt@
2003-12-11Add id_t type as per POSIX and use it for [gs]etpriority(2).Todd C. Miller
OK henning@ and deraadt@
2003-12-11POSIX says rlim_t should be unsigned so make it u_quad_t. Also addTodd C. Miller
POSIX-mandated RLIM_SAVED_MAX and RLIM_SAVED_CUR defines. On OpenBSD these are identical to RLIM_INFINITY as allowed by POSIX. OK deraadt@
2003-11-29allow ':' (range including boundaries) to be used whereever '><' (rangeDaniel Hartmeier
excluding boundaries) is legal. already supported by kernel, requires only removal of three error messages. ok henning@
2003-11-24fix load anchor BNF.Henning Brauer
from Joel Knight
2003-11-18more literal confusion, "(" ")" vs. ( )Daniel Hartmeier
the parentheses are required when using two queue arguments, and optional when using one.
2003-11-18un-quote "return" where it's meant to reference a bnf productionDaniel Hartmeier
and not a literal.
2003-11-14update BNF for set debug too, again catched by mpech@Henning Brauer
2003-11-14document "set debug"Henning Brauer
ok jmc@ cedric@
2003-11-08Add 'no-sync' state option to prevent state transition messages for statesRyan Thomas McBride
created by this rule from appearing on the pfsync(4) interface. e.g. pass in proto tcp to self flags S/SA keep state (no-sync) ok cedric@ henning@ dhartmei@
2003-11-07Add some missing mentions of 'synproxy state'Ryan Thomas McBride
ok jmc@
2003-11-07- slight cleanupJason McIntyre
- document some of the stuff in core.h - corrections from miod@ and myself;
2003-11-07document line length and group membership limits;Jason McIntyre
kill a stray .Pp; help and ok millert@
2003-11-06document that label macros can now be used in tags as wellHenning Brauer
with help from and ok jmc@