summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2006-11-01Document recursive printing of anchors via -a '*' or -a 'anchor/*'.Ryan Thomas McBride
2006-10-31Allow a user to recursively print anchors including those withoutRyan Thomas McBride
2006-10-31Document new behaviour of the -o (ruleset optimization) flag.Ryan Thomas McBride
2006-10-31Allow pfctl ruleset optimizer to be controlled from the ruleset.Ryan Thomas McBride
2006-10-31- don't allow anchors with _* names to be cleared or loaded from theRyan Thomas McBride
2006-10-29Fix TAILQ usage, preventing crashesPedro Martelletto
2006-10-28Load all rules into memory before loading into the kernel, and add supportRyan Thomas McBride
2006-10-28prefer `buses' to `busses' for the noun plural;Jason McIntyre
2006-10-27Sometimes a compromise is needed.Marc Balmer
2006-10-27Fix a small typo in the manpage and while here add some space betweenMarc Balmer
2006-10-26- sort optionsJason McIntyre
2006-10-25Remove some unneeded externs. OK canacar@Moritz Jodeit
2006-10-25allow pflogd to listen on alternate pflog interfacesHenning Brauer
2006-10-25make absolutely sure logif is 0 unless set specifically, even if log is 0.Henning Brauer
2006-10-25teach the optimizer about logif, with & ok frantzenHenning Brauer
2006-10-25and another nit, $$.log should be set to 0 explicitely on quick without logHenning Brauer
2006-10-25add pflog to list of clonable devices; ok henningJason McIntyre
2006-10-25urgs, $$.quick needs to be set to 0 explicitely on log (without quick)Henning Brauer
2006-10-25allow the log interface to be selected likeHenning Brauer
2006-10-24Ignore NUL lines returned by fgets(3), so we don'tMoritz Jodeit
2006-10-24Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1].Moritz Jodeit
2006-10-23no need to use "keep state" and "flags S/SA" in pf rules,Jason McIntyre
2006-10-20OpenBSD no longer supports using an older FreeBSD MBR partition.David Hill
2006-10-19note that all rules using enc0 should specify: keep state (if-bound)Jason McIntyre
2006-10-19Add WATTHOUR and AMPHOURMarco Peereboom
2006-10-18Replace gcc __attribute with __dead. Recompile yields no binary change.Chad Loder
2006-10-18do not name FILE * variables "fd" since it is confusingTheo de Raadt
2006-10-17Don't automatically set 'flags S/SA' on stateless rules.Ryan Thomas McBride
2006-10-16More details on multipath.Ryan Thomas McBride
2006-10-16tab needed instead of space to format this correctly;Jason McIntyre
2006-10-16Add multipath variables.Ryan Thomas McBride
2006-10-15Proper link state descriptions in print_rtmsg() RTM_IFINFO case.Ryan Thomas McBride
2006-10-15build fdisk on landiskDale Rahn
2006-10-14Friends don't let friends look for disklabels in Free/NetBSD MBRKenneth R Westerback
2006-10-14Friends don't let friends look for disklabels in Free/NetBSD MBRKenneth R Westerback
2006-10-13Fix another potentially unsafe instance of foo[strlen(foo) - 1] = '\0'.Chad Loder
2006-10-12Should be correct for landisk.Dale Rahn
2006-10-11quotes around filename, pr 5253, sthen@zephyr.spacehopper.orgTheo de Raadt
2006-10-11Allow the 'quick' keyword on an anchor. IFF there is a matching rule insideRyan Thomas McBride
2006-10-10fgets(3) returns NULL on error, not 0. No functional change, but it makesChad Loder
2006-10-06Print 'flags any' correctly and handle anchors.Ryan Thomas McBride
2006-10-06'no state' should only be printed on pass rules, though.Ryan Thomas McBride
2006-10-06Print out 'no state' when the rule is not stateful.Ryan Thomas McBride
2006-10-06Oops, flags S/SA doesn't work on fragments.Ryan Thomas McBride
2006-10-06Make 'flags S/SA keep state' the implicit for filter rules, based onRyan Thomas McBride
2006-10-05Reword sentence to fix grammar nit.Tom Cosgrove
2006-10-04sort the smartoffline subcommands;Jason McIntyre
2006-10-04DIAGNOSTICS -> CAVEATS because:Jason McIntyre
2006-10-03move the advice about smart, readattr, and sec* to before the commandJason McIntyre
2006-10-03provide a summary of the available commands, since there's a ton ofJason McIntyre