Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop -W from CFLAGS and some tiny code cleanups | Jan Engelhardt | 2008-04-06 | 1 | -1/+1 |
| | | | | | - change "unsigned" to explicit "unsigned int" - remove some casts | ||||
* | fix gcc warnings | Max Kellermann | 2008-01-29 | 1 | -1/+1 |
| | | | | Max Kellermann <max@duempel.org> | ||||
* | Converts the iptables build infrastructure to autotools. | Jan Engelhardt | 2008-01-20 | 1 | -0/+81 |
- Can build both static and dynamic at the same time - iptables-static will be a multi-binary, semi-static (link against libc but w/o dynamic plugins) - Always build IPv6 modules - consider INSTALL Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> |