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
/
pfctl_table.c
Age
Commit message (
Expand
)
Author
2003-07-03
Bye bye atexit(), bye bye globals...
Cedric Berger
2003-07-03
This patch finally cleanup pfctl_table.c. No more global buffer,
Cedric Berger
2003-06-29
Replace assert(3) calls with warnx(3), if the warning is relevant at all.
Daniel Hartmeier
2003-06-27
Reorg part I: move 3 functions out of pf_table.c to pf_radix.c
Cedric Berger
2003-06-08
A table in an anchor creates a real anchor: pfctl -sA works.
Cedric Berger
2003-05-24
Properly reset buffers after each "table" command.
Cedric Berger
2003-04-30
Allow tables to be loaded into anchors.
Cedric Berger
2003-04-27
Update the pfioc_table IOCTL structure.
Cedric Berger
2003-04-25
check asprintf return value for error as well, some implementations do
Peter Valchev
2003-04-05
ease netmask handling a bit
Henning Brauer
2003-03-27
lotsa const char *
Henning Brauer
2003-03-07
Only show non-active tables when the -g flag is given.
Cedric Berger
2003-02-14
remove explicit table creation ( -T create ), it's useless.
Henning Brauer
2003-02-05
Do not scare ppl too much.
Cedric Berger
2003-02-04
use size_t for struct size and offset calculations.
Cedric Berger
2003-02-04
Cleanup buffer before reuse. Consistency + defensive programming.
Cedric Berger
2003-02-03
remove loadopt global definition and cleanup a bit.
Cedric Berger
2003-02-03
More cleanup in tables thanks to Andrey Matveev:
Cedric Berger
2003-01-25
Another nice cleanup patch from Andrey Matveev
Cedric Berger
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
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-18
va_end() missing. Thanks to Andrey Matveev.
Cedric Berger
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-14
unified IP parser:
Henning Brauer
2003-01-14
A bit of consistency in error messages. Before regress commit :)
Cedric Berger
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-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-09
knf
Daniel Hartmeier
2003-01-09
strlcpy return checks.
Daniel Hartmeier
2003-01-09
Add support for active/inactive tablesets in the kernel.
Cedric Berger
2003-01-07
Remove table name hashing (pass the name in each ioctl instead), and
Daniel Hartmeier
2003-01-04
I do not know where this policy of "one .h file for every .c file" comes
Theo de Raadt
2003-01-03
Make good use of the 'else' keyword.
Cedric Berger
2003-01-03
knf
Theo de Raadt
2003-01-03
KNF
Theo de Raadt
2003-01-03
zero sockaddr before use
Theo de Raadt
2003-01-03
I am ready to strange the person who put a new strcpy() into our
Theo de Raadt
2003-01-03
Remove _ before static functions & variables.
Cedric Berger
2003-01-03
KNF
Theo de Raadt
2003-01-03
Initialize hints addrinfo in a safe way.
Cedric Berger
2003-01-03
knf
Theo de Raadt
2003-01-03
Bring in userland code for accessing PF radix tables.
Cedric Berger