summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl_table.c
AgeCommit message (Expand)Author
2004-02-26Fix pfctl -sa output. Found by David Krause, ok mcbride@Cedric Berger
2004-02-19Makes pfctl -ss and pfctl -sq use optional -i argument.Cedric Berger
2004-02-17add -i flag, use it for -sI as a start. ok henning@, ok+test mcbride@Cedric Berger
2004-02-10KNFDaniel Hartmeier
2004-02-10lotsoflotsoflotsof KNFHenning Brauer
2004-01-29Clean up 'pfctl -s all' output.Ryan Thomas McBride
2003-12-31spacing. note this, cedricTheo de Raadt
2003-12-31Many improvements to the handling of interfaces in PF.Cedric Berger
2003-08-29Document interactions between tables and anchors.Cedric Berger
2003-07-31Make table tickets per-ruleset instead of global.Cedric Berger
2003-07-11Better parsing and -v support for tables:Cedric Berger
2003-07-03Bye bye atexit(), bye bye globals...Cedric Berger
2003-07-03This patch finally cleanup pfctl_table.c. No more global buffer,Cedric Berger
2003-06-29Replace assert(3) calls with warnx(3), if the warning is relevant at all.Daniel Hartmeier
2003-06-27Reorg part I: move 3 functions out of pf_table.c to pf_radix.cCedric Berger
2003-06-08A table in an anchor creates a real anchor: pfctl -sA works.Cedric Berger
2003-05-24Properly reset buffers after each "table" command.Cedric Berger
2003-04-30Allow tables to be loaded into anchors.Cedric Berger
2003-04-27Update the pfioc_table IOCTL structure.Cedric Berger
2003-04-25check asprintf return value for error as well, some implementations doPeter Valchev
2003-04-05ease netmask handling a bitHenning Brauer
2003-03-27lotsa const char *Henning Brauer
2003-03-07Only show non-active tables when the -g flag is given.Cedric Berger
2003-02-14remove explicit table creation ( -T create ), it's useless.Henning Brauer
2003-02-05Do not scare ppl too much.Cedric Berger
2003-02-04use size_t for struct size and offset calculations.Cedric Berger
2003-02-04Cleanup buffer before reuse. Consistency + defensive programming.Cedric Berger
2003-02-03remove loadopt global definition and cleanup a bit.Cedric Berger
2003-02-03More cleanup in tables thanks to Andrey Matveev:Cedric Berger
2003-01-25Another nice cleanup patch from Andrey MatveevCedric Berger
2003-01-25Fix NOACTION with table statements.Cedric Berger
2003-01-25Permit initialisation of a table content from a file in pf.conf.Cedric Berger
2003-01-23Little cleanup thanks to Andrey MatveevCedric Berger
2003-01-22Automatically create tables for the "add" and "replace" table commands.Cedric Berger
2003-01-18va_end() missing. Thanks to Andrey Matveev.Cedric Berger
2003-01-18Cleanup PF_OPT_NOACTION with tables. No changes on current behaviour,Cedric Berger
2003-01-18Little cleanup from Andrey Matveev <andrushock@korovino.net>Cedric Berger
2003-01-14unified IP parser:Henning Brauer
2003-01-14A bit of consistency in error messages. Before regress commit :)Cedric Berger
2003-01-11use errx instead of handcrufting the same with fprintf and exitHenning Brauer
2003-01-11-use inet_net_pton to parse IPv4 addresses, gains us support for CIDR (10/8)Henning Brauer
2003-01-10Fix adding and deleting addresses in a table when there is a conflict withCedric Berger
2003-01-10Be a bit more strict when parsing options.Cedric Berger
2003-01-09knfDaniel Hartmeier
2003-01-09strlcpy return checks.Daniel Hartmeier
2003-01-09Add support for active/inactive tablesets in the kernel.Cedric Berger
2003-01-07Remove table name hashing (pass the name in each ioctl instead), andDaniel Hartmeier
2003-01-04I do not know where this policy of "one .h file for every .c file" comesTheo de Raadt
2003-01-03Make good use of the 'else' keyword.Cedric Berger
2003-01-03knfTheo de Raadt