summaryrefslogtreecommitdiffstats
path: root/libiptc
Commit message (Collapse)AuthorAgeFilesLines
* sorry, this one didn't make it in 1.2.9rc1 :(laforge2003-10-071-0/+13
|
* add support for the raw table to userspacelaforge2003-10-071-0/+13
|
* fix rule deletion in modified libiptc (Martin Josefsson)laforge2003-07-051-5/+9
|
* fix ipv6_prefix_length endianness bugs (Closes: #103)laforge2003-06-241-1/+1
|
* Add my recent performance optimization work, might destabilize iptables.laforge2003-06-241-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 entrylaforge2003-06-231-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.gandalf2003-06-131-2/+7
| | | | This shouldn't break anything, things were already broken.
* fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin ↵laforge2003-05-023-16/+30
| | | | Josefsson)
* Fix libiptc memory hole during iptc_chain_next() (Tomas Lejdar)laforge2003-04-301-2/+4
|
* make DO_IPV6 work again..laforge2003-03-041-1/+1
|
* Fixed destination netmask comparison bug in is_same()marc2002-06-121-1/+1
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵laforge2002-05-291-2/+2
| | | | naming
* explicitly check for two possible sets of hooks in case of nat and manglelaforge2002-02-132-24/+56
|
* fix compatibility with mangle2hooks and mangle5hookslaforge2002-02-132-13/+17
|
* first attempt in trying to make debug code work with mangle2hooks and ↵laforge2002-02-132-35/+52
| | | | mangle5hooks
* - don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enablelaforge2002-02-133-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 changeslaforge2002-02-082-2/+8
|
* Added #include <unistd.h> to eliminate close() warning.marc2002-01-192-0/+2
|
* libiptc socket leaking fixlaforge2002-01-071-1/+4
|
* move defaults to bottom, print reasonable message for CHECK functionslaforge2001-07-301-8/+12
|
* ipt_get_target is declared non-static in ip_tables.h, so it is non-static herelaforge2001-05-261-2/+2
|
* release-diff for 1.2.1svn_t_iptables_1_2_1laforge2001-03-161-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-counterslaforge2001-01-231-2/+2
|
* libiptc counter functionlaforge2001-01-053-5/+143
|
* Libc5 can't do IPv6.rusty2000-12-191-3/+7
|
* two libiptc bugs fixed, including the 'segv while doing more than onelaforge2000-10-301-4/+5
| | | | action per commit' one.
* Fix allocation (base new alloc on current size, not original size).rusty2000-09-191-1/+1
|
* Fix typo.rusty2000-09-141-1/+1
|
* Add drop table supportrusty2000-09-141-2/+12
|
* Added DROPPING chain.rusty2000-09-142-1/+7
|
* Finally fixed sparc64 counter bug (I hope).rusty2000-09-041-22/+14
|
* More debugging.rusty2000-09-041-2/+2
|
* More debugging.rusty2000-09-041-0/+5
|
* More debugging.rusty2000-09-041-1/+19
|
* Stop shadowing parameter.rusty2000-08-261-6/+6
|
* Handle *really* large index values without segfaulting.rusty2000-08-261-2/+6
|
* Better message for table does not exist.rusty2000-08-231-0/+1
|
* Finally resolve dependency problems. (Olivier Baudron's report)rusty2000-08-121-3/+3
|
* Modifications for new header (entries -> entrytable, for alignment reasons)rusty2000-07-072-20/+20
|
* More PPC alignment fixes.rusty2000-07-031-2/+2
|
* Made error message clearer.rusty2000-06-051-1/+1
|
* Philip Blundell's IPv6 patches.rusty2000-06-022-5/+20
|
* Minor change for debugging.rusty2000-05-311-1/+1
|
* Philip Blundell's IPv6 fixes.rusty2000-05-153-12/+132
|
* IPv6 Fixesrusty2000-05-101-22/+26
| | | | Alignment fixes.
* Philip Blundell's IPv6 fixes.rusty2000-05-101-12/+13
|
* Alignment assertion fix.rusty2000-05-101-1/+3
|
* IPv6 enhancements.rusty2000-05-024-617/+977
|
* Alignment fixes (requires kernel patch).rusty2000-04-271-47/+52
|
* Fixed dependencies for libiptc.arusty2000-04-271-1/+1
|