summaryrefslogtreecommitdiffstats
path: root/libiptc/libiptc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* added iptables --set-counterslaforge2001-01-231-2/+2
|
* libiptc counter functionlaforge2001-01-051-5/+137
|
* 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
|
* Added DROPPING chain.rusty2000-09-141-1/+4
|
* 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
|
* Modifications for new header (entries -> entrytable, for alignment reasons)rusty2000-07-071-19/+19
|
* More PPC alignment fixes.rusty2000-07-031-2/+2
|
* Made error message clearer.rusty2000-06-051-1/+1
|
* Minor change for debugging.rusty2000-05-311-1/+1
|
* Philip Blundell's IPv6 fixes.rusty2000-05-151-8/+8
|
* IPv6 Fixesrusty2000-05-101-22/+26
| | | | Alignment fixes.
* IPv6 enhancements.rusty2000-05-021-616/+267
|
* Alignment fixes (requires kernel patch).rusty2000-04-271-47/+52
|
* More fixes and testsuite enhancements.rusty2000-04-231-62/+7
|
* Caching speedups.rusty2000-04-231-151/+280
|
* Improved iptc_set_policy error messages.marc2000-04-221-3/+8
|
* Fix minor compilation problems in match_different() and is_same().marc2000-04-221-2/+2
|
* Changes to allow matching (for delete) on part of a rule, for rules whichrusty2000-04-191-23/+38
| | | | change in the kernel (eg. ipt_limit).
* Fix for match_different to correctly traverse the second rulerusty2000-03-291-9/+20
| | | | Nasty hack to enable us to delete rules with -m limit
* libiptc caching to speed up find_label().rusty2000-03-241-5/+32
| | | | Makefile distrib target for userspace.
* James Morris's problem with libiptc when listing the builtinrusty2000-03-241-1/+1
| | | | queue target.
* Makefile fixes for release.svn_t_nf-post-merge-1-0-0alpharusty2000-03-201-7/+7
| | | | Whitespace cleanups.
* reorganized tree after kernel mergesvn_t_netfiltermarc2000-03-201-0/+1828