index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
pfctl
Age
Commit message (
Expand
)
Author
2003-01-25
Permit initialisation of a table content from a file in pf.conf.
Cedric Berger
2003-01-25
Correctly check illegal constructs with tables. Better error messages.
Cedric Berger
2003-01-25
tables are just tables; implementation details (radix) don't need to be
Henning Brauer
2003-01-25
if a table name ist too long, it's actually nice to tell so instead of just
Henning Brauer
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
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
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
Automatically create tables for the "add" and "replace" table commands.
Cedric Berger
2003-01-21
Support for TCP window scaling (RFC 1323). ok frantzen@
Daniel Hartmeier
2003-01-21
remove redundant if
Camiel Dobbelaar
2003-01-20
Cut & paste madness. We were (un)lucky it worked before!
Cedric Berger
2003-01-20
unused var; found by dhartmei@ and camield@
Henning Brauer
2003-01-20
no named parameters in prototypes
Camiel Dobbelaar
2003-01-20
Remove unused argument from print_name() and fix two other nits
Camiel Dobbelaar
2003-01-20
Improve pfctl -vvs{r,n} output with rule containing tables.
Cedric Berger
2003-01-19
Simplify and KNF anchoropt processing.
Camiel Dobbelaar
2003-01-19
The -s option to show anchors is 'A' or 'Anchors', not 'a' (which is used
Daniel Hartmeier
2003-01-19
Spin off label string expansion into a separate function. Clarifies
Camiel Dobbelaar
2003-01-19
Quote label in rule output.
Camiel Dobbelaar
2003-01-18
Move freeaddrinfo() so it doesn't get called with an uninitialized
Daniel Hartmeier
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
2003-01-18
KNF after ryan...
Henning Brauer
2003-01-18
Cleanup PF_OPT_NOACTION with tables. No changes on current behaviour,
Cedric Berger
2003-01-18
Little cleanup from Andrey Matveev <andrushock@korovino.net>
Cedric Berger
2003-01-18
Add missing token string and assignment to make static-port work for real.
Ryan Thomas McBride
2003-01-17
KNF
Markus Friedl
2003-01-17
bandwith -> bandwidth
Camiel Dobbelaar
2003-01-15
what a bogus message
Theo de Raadt
2003-01-15
Typo in yyerror().
Mike Pechkin
2003-01-15
Repair table "load" command.
Cedric Berger
2003-01-14
unified IP parser:
Henning Brauer
2003-01-14
A bit of consistency in error messages. Before regress commit :)
Cedric Berger
2003-01-13
err() on all memory allocation failures
Camiel Dobbelaar
2003-01-11
Whitespace KNF
Ryan Thomas McBride
2003-01-11
use errx instead of handcrufting the same with fprintf and exit
Henning Brauer
2003-01-11
-use inet_net_pton to parse IPv4 addresses, gains us support for CIDR (10/8)
Henning Brauer
2003-01-11
whitespace KNF _AGAIN_
Henning Brauer
2003-01-10
Fix adding and deleting addresses in a table when there is a conflict with
Cedric Berger
2003-01-10
Be a bit more strict when parsing options.
Cedric Berger
2003-01-10
More details about the -T flag. Suggested by Rukh <openbsd@rukh.net>
Cedric Berger
2003-01-10
no return after err(3), errx -> err after calloc failure
Henning Brauer
2003-01-10
print queue length for PRIQ, works now
Henning Brauer
[next]