summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More PPC alignment fixes.rusty2000-07-031-2/+2
|
* Aligning matchsize and targetsize now responsibility of extension writersrusty2000-07-0325-64/+77
| | | | (PPC fix).
* Document that we (now) allow mac match in FORWARDrusty2000-07-031-1/+2
|
* More to do.rusty2000-06-241-0/+1
|
* updated port range specification to match existing codejamesm2000-06-231-7/+5
|
* REJECT enhancements.rusty2000-06-201-1/+7
|
* Marco Masetti's -C insists on -o and -i bug report.rusty2000-06-171-9/+21
|
* new TODO pointsrusty2000-06-171-6/+15
|
* doco was very out of date and basically uselessjamesm2000-06-091-118/+0
|
* M.P.Anand Babu's fix for iptables rename chain without new chain bug.jamesm2000-06-092-0/+10
|
* Phil's missing file 8)rusty2000-06-081-0/+68
|
* Made error message clearer.rusty2000-06-051-1/+1
|
* Phil Blundell's new ipv6 extensions.rusty2000-06-043-0/+976
|
* Phil Blundell: ICMP, TCP and UDP extensions + rule deletion bug.rusty2000-06-043-5/+11
|
* Philip Blundell's IPv6 patches.rusty2000-06-026-7/+2058
|
* Minor change for debugging.rusty2000-05-312-2/+2
|
* port-unreachable, not net-unreachable mistake in REJECT doco.rusty2000-05-311-1/+1
|
* Added explicit mention of make install.rusty2000-05-311-0/+4
|
* Philip Blundell's IPv6 fixes.rusty2000-05-156-23/+179
|
* Fixed protocol-by-number loading.svn_t_rel-1-1-0rusty2000-05-121-2/+2
|
* IPv6 Fixesrusty2000-05-101-22/+26
| | | | Alignment fixes.
* Philip Blundell's IPv6 fixes.rusty2000-05-102-17/+19
|
* Alignment assertion fix.rusty2000-05-101-1/+3
|
* -p 6 should load tcp extension.rusty2000-05-101-7/+22
|
* Clarified where things can be (`... or user-defined chains called from...').rusty2000-05-101-3/+5
|
* Stuff.rusty2000-05-021-0/+1
|
* IPv6 enhancements.rusty2000-05-028-634/+1246
|
* Module loading now can be compulsory.rusty2000-05-022-39/+39
|
* Dependency fixes.rusty2000-05-022-5/+10
|
* Updated.rusty2000-04-271-7/+10
|
* Alignment fixes (requires kernel patch).rusty2000-04-275-80/+95
|
* Fixed dependencies for libiptc.arusty2000-04-271-1/+1
|
* Dependencies for libiptc.a fixed.rusty2000-04-271-0/+6
|
* New files.rusty2000-04-241-0/+8
|
* More fixes and testsuite enhancements.rusty2000-04-235-81/+27
|
* Caching speedups.rusty2000-04-231-151/+280
|
* New fix for -j <match> and -m <target>.rusty2000-04-231-56/+88
|
* Fix for -j match coredumping reported by Erik Tews <erik.tews@gmx.net>.marc2000-04-221-3/+5
|
* Fix for iptables -C coredump due to check_packet() being called with fw=NULLmarc2000-04-221-2/+4
|
* 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
|
* Added #include <linux/stddef.h> for offsetof().marc2000-04-221-0/+1
|
* RIchard Gooch's INSTALL file (minorly modified).rusty2000-04-221-0/+29
|
* Changes to allow matching (for delete) on part of a rule, for rules whichrusty2000-04-1921-31/+74
| | | | change in the kernel (eg. ipt_limit).
* Added linux/types.h for non-glibc systems.rusty2000-04-191-0/+1
|
* Put ports in network order.rusty2000-04-192-15/+18
|
* --protocol now valid.rusty2000-04-192-15/+54
| | | | Also added mask support for rules which alter inside kernel.
* Fixed version, added distclean, and fixed distrib target.rusty2000-04-191-3/+5
|
* Fixed typo.marc2000-04-071-1/+1
|
* Fixed save() to properly interpret ports in host byte order and use ':'marc2000-04-072-16/+16
| | | | as range separator.