Age | Commit message (Expand) | Author |
2003-01-09 | Add support for active/inactive tablesets in the kernel. | Cedric Berger |
2003-01-07 | Add function to search for and remove stale rulesets from other authpf | Daniel Hartmeier |
2003-01-07 | Remove pfr_unwrap_table workaround, it's no longer needed. | Daniel Hartmeier |
2003-01-06 | nicer syslog | Theo de Raadt |
2003-01-06 | some cleanup; andrushock@korovino.net | Theo de Raadt |
2003-01-06 | Typo: s/to be use if/to be used if/ s/Standford/Stanford/ | Chad Loder |
2003-01-06 | only do kvm_openfiles for -v, all others use sysctl | Theo de Raadt |
2003-01-06 | minor tweaks | Theo de Raadt |
2003-01-05 | Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for table | Daniel Hartmeier |
2003-01-04 | Remove some debug output. -moj | Mats O Jansson |
2003-01-04 | workaround until pf fixes this | Theo de Raadt |
2003-01-03 | Bring in userland code for accessing PF radix tables. | Cedric Berger |
2003-01-03 | Fix BE64 bug with (time_t *)&timeval.tv_sec; from Rob Seastrom | Jason Wright |
2003-01-01 | Support all possible rule types ("scrub" rules can log packets being | Ryan Thomas McBride |
2003-01-01 | Scrub and filter rules are separated now, adjust authpf accordingly. | Daniel Hartmeier |
2002-12-31 | amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as | Miod Vallat |
2002-12-31 | Prepare for the removal of amiga and sun3 platforms from the tree. | Miod Vallat |
2002-12-29 | Mention $user_id, like $user_ip. | Daniel Hartmeier |
2002-12-29 | Set a macro $user_id to the user name, just like $user_ip is already set | Daniel Hartmeier |
2002-12-25 | no more -O1 needed on alpha | Henning Brauer |
2002-12-24 | forgot this as well. reorder. | Federico G. Schwindt |
2002-12-24 | reorder .Xr. | Federico G. Schwindt |
2002-12-23 | avoid null deref in calling option_erro(); pt out by hunter@comsys.com.ua | Michael Shalayeff |
2002-12-23 | no need to ntohs the ports | Michael Shalayeff |
2002-12-22 | spelink; Wouter Clarie in PR 3047 | Henning Brauer |
2002-12-22 | o check for empty $SHELL and add missing __dead (Andrey Matveev) | Todd C. Miller |
2002-12-22 | fix cutnpaste; from hunter@comsys.com.ua | Michael Shalayeff |
2002-12-22 | KNF | Henning Brauer |
2002-12-22 | Instead of inserting and removing rules at the top/bottom of the main | Daniel Hartmeier |
2002-12-21 | typos; torh@bogus.net | Theo de Raadt |
2002-12-20 | use bcopy instead of struct assignment | Michael Shalayeff |
2002-12-20 | Don't bother free()ing memory when we are just headed for exit(). | Todd C. Miller |
2002-12-19 | redundant memset | Henning Brauer |
2002-12-19 | KNF | Henning Brauer |
2002-12-18 | Fix tree breakage; match changes to struct pfctl (now contains an array | Ryan Thomas McBride |
2002-12-17 | Match merge of pf_nat/pf_binat/pf_rdr structs into pf_rule | Ryan Thomas McBride |
2002-12-16 | remove a paragraph about rc.wscons, it did not happen from david krause | Michael Shalayeff |
2002-12-16 | s/maxium/maximum/g ; Jesper Louis Andersen | Todd C. Miller |
2002-12-16 | Make systat(1), iostat(8) and vmstat(8) automatically update their disk | Thierry Deval |
2002-12-15 | mroe speling; torh | Henning Brauer |
2002-12-15 | spellingmania; torh | Henning Brauer |
2002-12-13 | ansi & knf | Theo de Raadt |
2002-12-12 | until someone complains, let only root play | Theo de Raadt |
2002-12-12 | can now get _ttylist via sysctl; millert ok | Theo de Raadt |
2002-12-11 | fix buffer overflow in the FIX_PRECISION macro | Henning Brauer |
2002-12-11 | handle snprintf < 0 | Theo de Raadt |
2002-12-11 | typos in comments; David Krause | Henning Brauer |
2002-12-10 | Add 2 missing pw_abort() calls when pw_mkdb() fails and remove the | Todd C. Miller |
2002-12-10 | -O1 on alpha for now | Henning Brauer |
2002-12-09 | Use strlcpy rather than unsafe string functions, especially in unreadable code. | Miod Vallat |