Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) | Peter Riley | 2007-09-02 | 1 | -3/+2 |
* | Make @msg argument a const char *, just like printf(). | Jan Engelhardt | 2007-08-01 | 1 | -1/+1 |
* | Make xtables_target->extra_opts const (xtables_match->extra_opts already is) | Jan Engelhardt | 2007-07-30 | 1 | -1/+1 |
* | Moves all declarations in iptables_common.h to xtables.h. | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -0/+31 |
* | Moves IPPROTO_* and IP[6]T_LIB_DIR definitions to xtables.h | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -0/+14 |
* | Moves some duplicated functions in ip[6]tables.c to xtables.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -0/+17 |
* | Introduces xtables match/target registration | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -0/+173 |
* | Moves ip[6]tables_insmod() to xtables.c as xtables_insmod() | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -0/+3 |
* | Moves common fw_malloc() and fw_calloc() to xtables.c | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -0/+3 |
* | Adds xtables.[ch] and change Makefile to compile it | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -0/+4 |