summaryrefslogtreecommitdiffstats
path: root/iptables.c
Commit message (Expand)AuthorAgeFilesLines
* remove '-C' check function;Harald Welte2002-05-071-63/+7
* remove check of find_proto(), since do_command() can be called multiple times,Harald Welte2002-05-041-2/+0
* make find_target() and find_match() honor LOAD_MUST_SUCCEED when NO_SHARED_LIBSMarc Boucher2002-03-241-0/+8
* Fix 'iptables -p !' bug (segfault when `!' used without argument)Harald Welte2002-03-141-12/+13
* add bugfix in case we are using a protocol number (-p N) which has no matchin...Harald Welte2002-02-181-3/+8
* Export addr_to_anyname(), mask_to_dotted(), parse_hostnetworkmask()Marc Boucher2001-12-061-4/+5
* no warning for . in interface names (vlan)Harald Welte2001-11-271-1/+3
* Added (and tested!) terabyte printing.Rusty Russell2001-08-151-1/+5
* - added patch to support statically linking of iptablesHarald Welte2001-08-061-0/+18
* string_to_number fixHarald Welte2001-07-231-15/+18
* Added support for iptables-restore module-load-on-demand (a. van schie)Harald Welte2001-06-161-1/+1
* hopefully fixed the multiple-interface iptables-save problemHarald Welte2001-05-231-17/+8
* fixes '_' in interface names bug (iptables)Harald Welte2001-05-121-1/+1
* Kilo/Mega/Giga otput in chain-summary fixedHarald Welte2001-03-251-23/+29
* fix the match-loading at protocol specification time (Sven Koch)Sven Koch2001-03-021-0/+3
* fixed problems with multiple do_command() calls and match ordering (Sven Koch)Sven Koch2001-02-271-10/+33
* ip6tables-save/-restore by Kis-Szabo AndrasAndrás Kis-Szabó2001-02-261-0/+3
* Added Laurence J. Lane's CR at end of /proc/sys/modprobe removal patch.Rusty Russell2001-02-091-0/+3
* added 'iptables --set-counters' and fixed counter-restore in iptables-restoreHarald Welte2001-01-231-3/+33
* Spelling fix and whitespace clean.Rusty Russell2001-01-071-6/+6
* o serveral changes / additions to libiptc:Harald Welte2001-01-051-1/+1
* Add Harald's (munged) modprobe patch.Harald Welte2000-12-191-0/+77
* Define IPPROTO_ESP and IPPROTO_AH in case of primitive headers.Rusty Russell2000-12-191-0/+8
* make iptables-restore and iptables-save work again!Harald Welte2000-12-011-11/+37
* Missing ;Rusty Russell2000-09-011-1/+1
* Fixes for targets with no print() function.Rusty Russell2000-09-011-0/+2
* Harald Welte's dynamic loading fix.Harald Welte2000-08-301-9/+5
* Jan Echternach's string_to_number bignum fixes.Jan Echternach2000-08-271-0/+2
* Jan Echternach's patch for bignumsJan Echternach2000-08-261-4/+5
* Revert Harald's LOAD_MUST_SUCCEED to -j (may be chain name).Rusty Russell2000-08-241-1/+2
* Report error when a shared target can't be opened - Hawald Welte.Harald Welte2000-08-111-3/+5
* Added -m documentation.Rusty Russell2000-08-111-4/+6
* Don't reverse matches on command line (matters for -m limit).Rusty Russell2000-07-071-3/+7
* Aligning matchsize and targetsize now responsibility of extension writersRusty Russell2000-07-031-13/+26
* Marco Masetti's -C insists on -o and -i bug report.Rusty Russell2000-06-171-9/+21
* M.P.Anand Babu's fix for iptables rename chain without new chain bug.M.P.Anand Babu2000-06-091-0/+5
* Minor change for debugging.Rusty Russell2000-05-311-1/+1
* Fixed protocol-by-number loading.v1.1.0Rusty Russell2000-05-121-2/+2
* -p 6 should load tcp extension.Rusty Russell2000-05-101-7/+22
* Module loading now can be compulsory.Rusty Russell2000-05-021-37/+36
* Alignment fixes (requires kernel patch).Rusty Russell2000-04-271-29/+35
* New fix for -j <match> and -m <target>.Rusty Russell2000-04-231-56/+88
* Fix for -j match coredumping reported by Erik Tews <erik.tews@gmx.net>.Erik Tews2000-04-221-3/+5
* Fix for iptables -C coredump due to check_packet() being called with fw=NULLMarc Boucher2000-04-221-2/+4
* --protocol now valid.Rusty Russell2000-04-191-14/+53
* Makefile fixes for release.v1.0.0-alphaRusty Russell2000-03-201-10/+10
* reorganized tree after kernel mergeMarc Boucher2000-03-201-0/+1963