Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unifies libip[6]t_NFLOG into libxt_NFLOG | Yasuyuki KOZAKAIYasuyuki KOZAKAI | 2007-08-04 | 1 | -162/+0 |
| | |||||
* | Revert commit 6990. | Yasuyuki KOZAKAI | 2007-08-04 | 1 | -0/+162 |
| | | | | That log is not correct and .NF_LOG-testx has incorrect mode. | ||||
* | Unifies libip[6]t_state into libxt_state | Yasuyuki KOZAKAIYasuyuki KOZAKAI | 2007-08-04 | 1 | -162/+0 |
| | |||||
* | Make the option structures const. | Jan Engelhardt | 2007-07-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | The option struct needs to be terminated, otherwise ip{,6}tables | Jan Engelhardt | 2007-07-30 | 1 | -0/+1 |
| | | | | | | will access illegal memory in merge_options(). Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Fixes warning on compilation of iptables matches/targets | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -3/+3 |
| | | | | | | | | | This changes the type of arguments as follows - ipt_ip * -> void * - ipt_entry * -> void * This patch doesn't change multiport, DNAT, SNAT, MASQUERADE, REDIRECT because these need more changes (casting void * variable with intended type) | ||||
* | Fix cut and paste error breaking use of groups != 0 | Patrick McHardy | 2007-03-06 | 1 | -6/+6 |
| | |||||
* | Add target extensions for new NFLOG target | Patrick McHardy | 2006-12-03 | 1 | -0/+161 |