Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed destination netmask comparison bug in is_same() | Marc Boucher | 2002-06-12 | 1 | -1/+1 |
| | |||||
* | globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵ | Harald Welte | 2002-05-29 | 1 | -2/+2 |
| | | | | naming | ||||
* | explicitly check for two possible sets of hooks in case of nat and mangle | Harald Welte | 2002-02-13 | 2 | -24/+56 |
| | |||||
* | fix compatibility with mangle2hooks and mangle5hooks | Harald Welte | 2002-02-13 | 2 | -13/+17 |
| | |||||
* | first attempt in trying to make debug code work with mangle2hooks and ↵ | Harald Welte | 2002-02-13 | 2 | -35/+52 |
| | | | | mangle5hooks | ||||
* | - don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enable | Harald Welte | 2002-02-13 | 3 | -14/+42 |
| | | | | | | | | libiptc debugging. This is to make people at RedHat and Mandrake happy. - add debugging code for mangle5hooks table (will break debugging of iptables >= 1.2.6 on old kernels <= 2.4.18-pre6. *sigh* | ||||
* | update debugging code to mangle5hooks changes | Harald Welte | 2002-02-08 | 2 | -2/+8 |
| | |||||
* | Added #include <unistd.h> to eliminate close() warning. | Marc Boucher | 2002-01-19 | 2 | -0/+2 |
| | |||||
* | libiptc socket leaking fix | Harald Welte | 2002-01-07 | 1 | -1/+4 |
| | |||||
* | move defaults to bottom, print reasonable message for CHECK functions | Harald Welte | 2001-07-30 | 1 | -8/+12 |
| | |||||
* | ipt_get_target is declared non-static in ip_tables.h, so it is non-static here | Harald Welte | 2001-05-26 | 1 | -2/+2 |
| | |||||
* | release-diff for 1.2.1v1.2.1 | Harald Welte | 2001-03-16 | 1 | -0/+2 |
| | | | | | | | - added libipulog / libiptc to devel target - added changelog for 1.2.1 - updated index.html for 1.2.1 - added reference to Oskar Andreasson's tutorial | ||||
* | added iptables --set-counters | Harald Welte | 2001-01-23 | 1 | -2/+2 |
| | |||||
* | libiptc counter function | Harald Welte | 2001-01-05 | 3 | -5/+143 |
| | |||||
* | Libc5 can't do IPv6. | Rusty Russell | 2000-12-19 | 1 | -3/+7 |
| | |||||
* | two libiptc bugs fixed, including the 'segv while doing more than one | Harald Welte | 2000-10-30 | 1 | -4/+5 |
| | | | | action per commit' one. | ||||
* | Fix allocation (base new alloc on current size, not original size). | Rusty Russell | 2000-09-19 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Rusty Russell | 2000-09-14 | 1 | -1/+1 |
| | |||||
* | Add drop table support | Rusty Russell | 2000-09-14 | 1 | -2/+12 |
| | |||||
* | Added DROPPING chain. | Rusty Russell | 2000-09-14 | 2 | -1/+7 |
| | |||||
* | Finally fixed sparc64 counter bug (I hope). | Rusty Russell | 2000-09-04 | 1 | -22/+14 |
| | |||||
* | More debugging. | Rusty Russell | 2000-09-04 | 1 | -2/+2 |
| | |||||
* | More debugging. | Rusty Russell | 2000-09-04 | 1 | -0/+5 |
| | |||||
* | More debugging. | Rusty Russell | 2000-09-04 | 1 | -1/+19 |
| | |||||
* | Stop shadowing parameter. | Rusty Russell | 2000-08-26 | 1 | -6/+6 |
| | |||||
* | Handle *really* large index values without segfaulting. | Rusty Russell | 2000-08-26 | 1 | -2/+6 |
| | |||||
* | Better message for table does not exist. | Rusty Russell | 2000-08-23 | 1 | -0/+1 |
| | |||||
* | Finally resolve dependency problems. (Olivier Baudron's report) | Rusty Russell | 2000-08-12 | 1 | -3/+3 |
| | |||||
* | Modifications for new header (entries -> entrytable, for alignment reasons) | Rusty Russell | 2000-07-07 | 2 | -20/+20 |
| | |||||
* | More PPC alignment fixes. | Rusty Russell | 2000-07-03 | 1 | -2/+2 |
| | |||||
* | Made error message clearer. | Rusty Russell | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | Philip Blundell's IPv6 patches. | Rusty Russell | 2000-06-02 | 2 | -5/+20 |
| | |||||
* | Minor change for debugging. | Rusty Russell | 2000-05-31 | 1 | -1/+1 |
| | |||||
* | Philip Blundell's IPv6 fixes. | Philip Blundell | 2000-05-15 | 3 | -12/+132 |
| | |||||
* | IPv6 Fixes | Rusty Russell | 2000-05-10 | 1 | -22/+26 |
| | | | | Alignment fixes. | ||||
* | Philip Blundell's IPv6 fixes. | Philip Blundell | 2000-05-10 | 1 | -12/+13 |
| | |||||
* | Alignment assertion fix. | Rusty Russell | 2000-05-10 | 1 | -1/+3 |
| | |||||
* | IPv6 enhancements. | Rusty Russell | 2000-05-02 | 4 | -617/+977 |
| | |||||
* | Alignment fixes (requires kernel patch). | Rusty Russell | 2000-04-27 | 1 | -47/+52 |
| | |||||
* | Fixed dependencies for libiptc.a | Rusty Russell | 2000-04-27 | 1 | -1/+1 |
| | |||||
* | More fixes and testsuite enhancements. | Rusty Russell | 2000-04-23 | 1 | -62/+7 |
| | |||||
* | Caching speedups. | Rusty Russell | 2000-04-23 | 1 | -151/+280 |
| | |||||
* | Improved iptc_set_policy error messages. | Marc Boucher | 2000-04-22 | 1 | -3/+8 |
| | |||||
* | Fix minor compilation problems in match_different() and is_same(). | Marc Boucher | 2000-04-22 | 1 | -2/+2 |
| | |||||
* | Changes to allow matching (for delete) on part of a rule, for rules which | Rusty Russell | 2000-04-19 | 1 | -23/+38 |
| | | | | change in the kernel (eg. ipt_limit). | ||||
* | Fix for match_different to correctly traverse the second rule | Rusty Russell | 2000-03-29 | 1 | -9/+20 |
| | | | | Nasty hack to enable us to delete rules with -m limit | ||||
* | libiptc caching to speed up find_label(). | Rusty Russell | 2000-03-24 | 1 | -5/+32 |
| | | | | Makefile distrib target for userspace. | ||||
* | James Morris's problem with libiptc when listing the builtin | James Morris | 2000-03-24 | 1 | -1/+1 |
| | | | | queue target. | ||||
* | Makefile fixes for release.v1.0.0-alpha | Rusty Russell | 2000-03-20 | 1 | -7/+7 |
| | | | | Whitespace cleanups. | ||||
* | reorganized tree after kernel merge | Marc Boucher | 2000-03-20 | 2 | -0/+1844 |