Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-31 | typos; | Jason McIntyre | |
eeprom(8): added .Ar to fields, removed references to sun3 sshd(8): help and ok markus@ help and ok millert@ | |||
2003-01-31 | o When checking for root, look at effective, not real uid; checking the | Todd C. Miller | |
real uid made sense when route(8) was setuid root but it no longer is. o ANSIfy deraadt@ OK | |||
2003-01-30 | in these two cases strdup makes more sense than asprintf, pointed out by | Henning Brauer | |
camield@ | |||
2003-01-30 | add support for :network and :broadcast modifiers to interface names. | Henning Brauer | |
sample: pass in on dc0 from dc0:network to any keep state block in on dc0 from any to dc0:broadcast ok theo daniel | |||
2003-01-29 | typos; | Jason McIntyre | |
many tweaks by millert@ (thanks) thanks mpech@ for help with adduser(8) ok millert@ | |||
2003-01-28 | typos; added white boldface to examples | Jason McIntyre | |
ok deraadt@ | |||
2003-01-27 | bit KNF | Henning Brauer | |
2003-01-27 | KNF | Theo de Raadt | |
2003-01-27 | When -a is specified, the operation affects an anchor only, so don't try | Daniel Hartmeier | |
to replace queues (or options) which are global and can't be loaded into an anchor. Found by j@pureftpd.org. | |||
2003-01-25 | Another nice cleanup patch from Andrey Matveev | Cedric Berger | |
KNF + remove/reorg headers. | |||
2003-01-25 | Match changes for rdr port ranges made to pf.c: | Ryan Thomas McBride | |
- fixes behaviour of rdr on le0 from foo to bar port 1:20 -> (lo0) port 22 - makes calculated mapping more explicit for the -> (lo0) port 22:* case testing from dhartmei@ ok dhartmei@ | |||
2003-01-25 | Fix NOACTION with table statements. | Cedric Berger | |
2003-01-25 | Permit initialisation of a table content from a file in pf.conf. | Cedric Berger | |
Cleaning up of the table options parsing, more flexible. idea+cleanup deraadt@, ok dhartmei@, pass all regress tests. | |||
2003-01-25 | Correctly check illegal constructs with tables. Better error messages. | Cedric Berger | |
ok dhartmei@ pass all regress tests. | |||
2003-01-25 | tables are just tables; implementation details (radix) don't need to be | Henning Brauer | |
mentioned. accidently already slipped in w/ my last commit; this one is forced. ok theo | |||
2003-01-25 | if a table name ist too long, it's actually nice to tell so instead of just | Henning Brauer | |
aborting with a syntax error | |||
2003-01-25 | kill whitespace at EOL | Henning Brauer | |
2003-01-24 | document pfctl -vvsq | Henning Brauer | |
2003-01-24 | make rate2str include the unit in the ouput even if it is 0b. was irrelevant | Henning Brauer | |
before as you cannot specify "bandwidth 0b" on a rule; now that rate2str is used for the stats output it does matter. | |||
2003-01-24 | pfctl -vvsq shows bandwidth and packets/s for PRIQ now too | Henning Brauer | |
2003-01-24 | let pfctl -vvsq loop and display measured bandwidth and packets/s per queue. | Henning Brauer | |
cbq only for now. | |||
2003-01-24 | export rate2str | Henning Brauer | |
2003-01-24 | tune internal APIs a bit | Henning Brauer | |
2003-01-24 | bring in 3 yet unused helper functions before I lose 'em again | Henning Brauer | |
2003-01-23 | Little cleanup thanks to Andrey Matveev | Cedric Berger | |
2003-01-22 | Typo. | Hakan Olsson | |
2003-01-22 | Automatically create tables for the "add" and "replace" table commands. | Cedric Berger | |
Requested by deraadt@, pass all regress tests. | |||
2003-01-21 | Support for TCP window scaling (RFC 1323). ok frantzen@ | Daniel Hartmeier | |
2003-01-21 | kern.watchdog; ok deraadt@ | Markus Friedl | |
2003-01-21 | remove redundant if | Camiel Dobbelaar | |
ok dhartmei | |||
2003-01-21 | add kern.watchdog sysctl and generic watchdog interface; | Markus Friedl | |
based on feedback and discussions with mickey, henric, fgsch and jakob. ok art@, mickey@, jakob@, henric@ | |||
2003-01-20 | Cut & paste madness. We were (un)lucky it worked before! | Cedric Berger | |
2003-01-20 | typos; alan@alanday.com | Theo de Raadt | |
2003-01-20 | unused var; found by dhartmei@ and camield@ | Henning Brauer | |
2003-01-20 | no named parameters in prototypes | Camiel Dobbelaar | |
ok dhartmei cedric henning | |||
2003-01-20 | Remove unused argument from print_name() and fix two other nits | Camiel Dobbelaar | |
found by lint. ok henning | |||
2003-01-20 | Improve pfctl -vvs{r,n} output with rule containing tables. | Cedric Berger | |
Shows the number of entries in the table or if the table is not active. ok dhartmei@, no objections. | |||
2003-01-19 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-19 | Simplify and KNF anchoropt processing. | Camiel Dobbelaar | |
ok dhartmei henning | |||
2003-01-19 | The -s option to show anchors is 'A' or 'Anchors', not 'a' (which is used | Daniel Hartmeier | |
to show 'all' information). | |||
2003-01-19 | Spin off label string expansion into a separate function. Clarifies | Camiel Dobbelaar | |
and tightens all expand_label functions. ok dhartmei henning | |||
2003-01-19 | Quote label in rule output. | Camiel Dobbelaar | |
ok henning dhartmei | |||
2003-01-18 | minor tweaking; andrushock@korovino.net | Theo de Raadt | |
2003-01-18 | Move freeaddrinfo() so it doesn't get called with an uninitialized | Daniel Hartmeier | |
pointer (which segfaults). From Julien Bordet. | |||
2003-01-18 | va_end() missing. Thanks to Andrey Matveev. | Cedric Berger | |
2003-01-18 | quite some KNF for the older parts | Henning Brauer | |
2003-01-18 | host() overhaul: | Henning Brauer | |
-split off host_if, host_v4, host_v6, host_dns -kill the return-everywhere nightmare -bit better error messages makes the code more read-, understand- and maintainable; no fucntional changes. ok cedric@ dhartmei@ mcbride@ | |||
2003-01-18 | KNF after ryan... | Henning Brauer | |
2003-01-18 | Cleanup PF_OPT_NOACTION with tables. No changes on current behaviour, | Cedric Berger | |
but do something useful when the user has no access to /dev/pf. Tested on i386, sparc64. ok henning@ | |||
2003-01-18 | Little cleanup from Andrey Matveev <andrushock@korovino.net> | Cedric Berger | |
Thanks! |