summaryrefslogtreecommitdiffstats
path: root/libiptc
Commit message (Expand)AuthorAgeFilesLines
* explicitly check for two possible sets of hooks in case of nat and mangleHarald Welte2002-02-132-24/+56
* fix compatibility with mangle2hooks and mangle5hooksHarald Welte2002-02-132-13/+17
* first attempt in trying to make debug code work with mangle2hooks and mangle5...Harald Welte2002-02-132-35/+52
* - don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enableHarald Welte2002-02-133-14/+42
* update debugging code to mangle5hooks changesHarald Welte2002-02-082-2/+8
* Added #include <unistd.h> to eliminate close() warning.Marc Boucher2002-01-192-0/+2
* libiptc socket leaking fixHarald Welte2002-01-071-1/+4
* move defaults to bottom, print reasonable message for CHECK functionsHarald Welte2001-07-301-8/+12
* ipt_get_target is declared non-static in ip_tables.h, so it is non-static hereHarald Welte2001-05-261-2/+2
* release-diff for 1.2.1v1.2.1Harald Welte2001-03-161-0/+2
* added iptables --set-countersHarald Welte2001-01-231-2/+2
* libiptc counter functionHarald Welte2001-01-053-5/+143
* Libc5 can't do IPv6.Rusty Russell2000-12-191-3/+7
* two libiptc bugs fixed, including the 'segv while doing more than oneHarald Welte2000-10-301-4/+5
* Fix allocation (base new alloc on current size, not original size).Rusty Russell2000-09-191-1/+1
* Fix typo.Rusty Russell2000-09-141-1/+1
* Add drop table supportRusty Russell2000-09-141-2/+12
* Added DROPPING chain.Rusty Russell2000-09-142-1/+7
* Finally fixed sparc64 counter bug (I hope).Rusty Russell2000-09-041-22/+14
* More debugging.Rusty Russell2000-09-041-2/+2
* More debugging.Rusty Russell2000-09-041-0/+5
* More debugging.Rusty Russell2000-09-041-1/+19
* Stop shadowing parameter.Rusty Russell2000-08-261-6/+6
* Handle *really* large index values without segfaulting.Rusty Russell2000-08-261-2/+6
* Better message for table does not exist.Rusty Russell2000-08-231-0/+1
* Finally resolve dependency problems. (Olivier Baudron's report)Rusty Russell2000-08-121-3/+3
* Modifications for new header (entries -> entrytable, for alignment reasons)Rusty Russell2000-07-072-20/+20
* More PPC alignment fixes.Rusty Russell2000-07-031-2/+2
* Made error message clearer.Rusty Russell2000-06-051-1/+1
* Philip Blundell's IPv6 patches.Rusty Russell2000-06-022-5/+20
* Minor change for debugging.Rusty Russell2000-05-311-1/+1
* Philip Blundell's IPv6 fixes.Philip Blundell2000-05-153-12/+132
* IPv6 FixesRusty Russell2000-05-101-22/+26
* Philip Blundell's IPv6 fixes.Philip Blundell2000-05-101-12/+13
* Alignment assertion fix.Rusty Russell2000-05-101-1/+3
* IPv6 enhancements.Rusty Russell2000-05-024-617/+977
* Alignment fixes (requires kernel patch).Rusty Russell2000-04-271-47/+52
* Fixed dependencies for libiptc.aRusty Russell2000-04-271-1/+1
* More fixes and testsuite enhancements.Rusty Russell2000-04-231-62/+7
* Caching speedups.Rusty Russell2000-04-231-151/+280
* Improved iptc_set_policy error messages.Marc Boucher2000-04-221-3/+8
* Fix minor compilation problems in match_different() and is_same().Marc Boucher2000-04-221-2/+2
* Changes to allow matching (for delete) on part of a rule, for rules whichRusty Russell2000-04-191-23/+38
* Fix for match_different to correctly traverse the second ruleRusty Russell2000-03-291-9/+20
* libiptc caching to speed up find_label().Rusty Russell2000-03-241-5/+32
* James Morris's problem with libiptc when listing the builtinJames Morris2000-03-241-1/+1
* Makefile fixes for release.v1.0.0-alphaRusty Russell2000-03-201-7/+7
* reorganized tree after kernel mergeMarc Boucher2000-03-202-0/+1844