Age | Commit message (Expand) | Author |
2006-11-16 | make RFC2292/3542 selection automagically happen. | Jun-ichiro itojun Hagino |
2006-11-15 | remove KAME_SCOPEID #ifdef. | Jun-ichiro itojun Hagino |
2006-11-14 | memory requirements are relevant only for mount_mfs; ok jmc@ | Otto Moerbeek |
2006-11-13 | briefly describe phases 1 and 2, and use these terms more | Jason McIntyre |
2006-11-13 | previous was not quite right; | Jason McIntyre |
2006-11-13 | fix a macro mistake; | Jason McIntyre |
2006-11-13 | Handle rules with addresses from mismatched address families correctly. | Ryan Thomas McBride |
2006-11-11 | Fix memory leak, from Charles Longeau, many okays | Pedro Martelletto |
2006-11-11 | EXAMPLES was getting too lengthy, so trim some of the ones that were | Jason McIntyre |
2006-11-10 | landisk has no kbd(8) | Theo de Raadt |
2006-11-10 | Add -nwid command to allow wireless interfaces to not prefer a specific | Michael Knudsen |
2006-11-10 | enable -g again | Alexander von Gernler |
2006-11-10 | check both rule sourace and destination when grouping sa's | Mathieu Sauve-Frankel |
2006-11-10 | When using -vv, also show grouped SAs. | Hans-Joerg Hoexer |
2006-11-10 | Fix grouping for SAs. Now all combinations of SAs are possible, | Hans-Joerg Hoexer |
2006-11-10 | Do not count sa, ike and tcpmd5 rules twice. Fixes PR 5263. | Hans-Joerg Hoexer |
2006-11-10 | Print the interface that each queue is bound to in the pfctl -sq output | Joel Knight |
2006-11-09 | trim SEE ALSO: there is no need to list every pseudo-device | Jason McIntyre |
2006-11-09 | desireable -> desirable; | Jason McIntyre |
2006-11-09 | support public keys w/o SubjectPublicKeyInfo (format: BEGIN RSA PUBLIC KEY) | Markus Friedl |
2006-11-09 | oops | Theo de Raadt |
2006-11-08 | sh machines also have a /usr/mdec/mbr | Theo de Raadt |
2006-11-08 | add a -y flag, for non-interactive use | Theo de Raadt |
2006-11-07 | Only try to recursively print rules if they are actually anchors. | Ryan Thomas McBride |
2006-11-07 | Unbreak authpf by handling non-inline anchors separately from the { } anchors | Ryan Thomas McBride |
2006-11-05 | Don't open a transaction for a ruleset unless it's a brace ruleset that | Ryan Thomas McBride |
2006-11-03 | storing return value of strtol() in int variable was not safe, | Alexander von Gernler |
2006-11-03 | correctify example; | Jason McIntyre |
2006-11-02 | Check for newline before truncating. | Ray Lai |
2006-11-02 | Error out on empty string passed as device name. | Ray Lai |
2006-11-01 | sync usage(); ok mcbride | Jason McIntyre |
2006-11-01 | tweaks; | Jason McIntyre |
2006-11-01 | Don't recures ALL the time. | Ryan Thomas McBride |
2006-11-01 | KNF unrelated to previous commit. | Ryan Thomas McBride |
2006-11-01 | Add support for aggressive mode (from the k2k6 IPsec hackathon). | Ryan Thomas McBride |
2006-11-01 | Document recursive printing of anchors via -a '*' or -a 'anchor/*'. | Ryan Thomas McBride |
2006-10-31 | Allow a user to recursively print anchors including those without | Ryan Thomas McBride |
2006-10-31 | Document new behaviour of the -o (ruleset optimization) flag. | Ryan Thomas McBride |
2006-10-31 | Allow 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 the | Ryan Thomas McBride |
2006-10-29 | Fix TAILQ usage, preventing crashes | Pedro Martelletto |
2006-10-28 | Load all rules into memory before loading into the kernel, and add support | Ryan Thomas McBride |
2006-10-28 | prefer `buses' to `busses' for the noun plural; | Jason McIntyre |
2006-10-27 | Sometimes a compromise is needed. | Marc Balmer |
2006-10-27 | Fix a small typo in the manpage and while here add some space between | Marc Balmer |
2006-10-26 | - sort options | Jason McIntyre |
2006-10-25 | Remove some unneeded externs. OK canacar@ | Moritz Jodeit |
2006-10-25 | allow pflogd to listen on alternate pflog interfaces | Henning Brauer |
2006-10-25 | make absolutely sure logif is 0 unless set specifically, even if log is 0. | Henning Brauer |
2006-10-25 | teach the optimizer about logif, with & ok frantzen | Henning Brauer |