Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix even more possibly not zero-terminated strings after copy (Karsten Desler) | Karsten Desler | 2004-01-31 | 1 | -1/+2 |
| | |||||
* | oops, don't commit this to the stable tree | Harald Welte | 2004-01-06 | 1 | -547/+641 |
| | |||||
* | commit all current changes | Harald Welte | 2004-01-06 | 1 | -642/+548 |
| | |||||
* | sorry, this one didn't make it in 1.2.9rc1 :( | Harald Welte | 2003-10-07 | 1 | -0/+13 |
| | |||||
* | add support for the raw table to userspace | Harald Welte | 2003-10-07 | 1 | -0/+13 |
| | |||||
* | fix rule deletion in modified libiptc (Martin Josefsson) | Martin Josefsson | 2003-07-05 | 1 | -5/+9 |
| | |||||
* | fix ipv6_prefix_length endianness bugs (Closes: #103) | Harald Welte | 2003-06-24 | 1 | -1/+1 |
| | |||||
* | Add my recent performance optimization work, might destabilize iptables. | Harald Welte | 2003-06-24 | 1 | -13/+108 |
| | | | | | Please report bugs to bugzilla, we need to fix this up before releasing the next iptables version. | ||||
* | implement chain cache ussing relative offsets instead of absolute entry | Harald Welte | 2003-06-23 | 1 | -50/+73 |
| | | | | | | pointers. This is needed for my current libiptc optimization work, since it needs the chain cache to still be correct after it has been reallocated to a different address. | ||||
* | Fix possible doubleclose of sockfd. | Martin Josefsson | 2003-06-13 | 1 | -2/+7 |
| | | | | This shouldn't break anything, things were already broken. | ||||
* | fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin ↵ | Martin Josefsson | 2003-05-02 | 3 | -16/+30 |
| | | | | Josefsson) | ||||
* | Fix libiptc memory hole during iptc_chain_next() (Tomas Lejdar) | Tomáš Lejdar | 2003-04-30 | 1 | -2/+4 |
| | |||||
* | make DO_IPV6 work again.. | Harald Welte | 2003-03-04 | 1 | -1/+1 |
| | |||||
* | 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 |
| |