Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | REJECT enhancements. | Rusty Russell | 2000-06-20 | 1 | -1/+7 |
| | |||||
* | Marco Masetti's -C insists on -o and -i bug report. | Rusty Russell | 2000-06-17 | 1 | -9/+21 |
| | |||||
* | new TODO points | Rusty Russell | 2000-06-17 | 1 | -6/+15 |
| | |||||
* | doco was very out of date and basically useless | James Morris | 2000-06-09 | 1 | -118/+0 |
| | |||||
* | M.P.Anand Babu's fix for iptables rename chain without new chain bug. | M.P.Anand Babu | 2000-06-09 | 2 | -0/+10 |
| | |||||
* | Phil's missing file 8) | Philip Blundell | 2000-06-08 | 1 | -0/+68 |
| | |||||
* | Made error message clearer. | Rusty Russell | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | Phil Blundell's new ipv6 extensions. | Philip Blundell | 2000-06-04 | 3 | -0/+976 |
| | |||||
* | Phil Blundell: ICMP, TCP and UDP extensions + rule deletion bug. | Philip Blundell | 2000-06-04 | 3 | -5/+11 |
| | |||||
* | Philip Blundell's IPv6 patches. | Rusty Russell | 2000-06-02 | 6 | -7/+2058 |
| | |||||
* | Minor change for debugging. | Rusty Russell | 2000-05-31 | 2 | -2/+2 |
| | |||||
* | port-unreachable, not net-unreachable mistake in REJECT doco. | Rusty Russell | 2000-05-31 | 1 | -1/+1 |
| | |||||
* | Added explicit mention of make install. | Rusty Russell | 2000-05-31 | 1 | -0/+4 |
| | |||||
* | Philip Blundell's IPv6 fixes. | Philip Blundell | 2000-05-15 | 6 | -23/+179 |
| | |||||
* | Fixed protocol-by-number loading.v1.1.0 | Rusty Russell | 2000-05-12 | 1 | -2/+2 |
| | |||||
* | IPv6 Fixes | Rusty Russell | 2000-05-10 | 1 | -22/+26 |
| | | | | Alignment fixes. | ||||
* | Philip Blundell's IPv6 fixes. | Philip Blundell | 2000-05-10 | 2 | -17/+19 |
| | |||||
* | Alignment assertion fix. | Rusty Russell | 2000-05-10 | 1 | -1/+3 |
| | |||||
* | -p 6 should load tcp extension. | Rusty Russell | 2000-05-10 | 1 | -7/+22 |
| | |||||
* | Clarified where things can be (`... or user-defined chains called from...'). | Rusty Russell | 2000-05-10 | 1 | -3/+5 |
| | |||||
* | Stuff. | Rusty Russell | 2000-05-02 | 1 | -0/+1 |
| | |||||
* | IPv6 enhancements. | Rusty Russell | 2000-05-02 | 8 | -634/+1246 |
| | |||||
* | Module loading now can be compulsory. | Rusty Russell | 2000-05-02 | 2 | -39/+39 |
| | |||||
* | Dependency fixes. | Rusty Russell | 2000-05-02 | 2 | -5/+10 |
| | |||||
* | Updated. | Rusty Russell | 2000-04-27 | 1 | -7/+10 |
| | |||||
* | Alignment fixes (requires kernel patch). | Rusty Russell | 2000-04-27 | 5 | -80/+95 |
| | |||||
* | Fixed dependencies for libiptc.a | Rusty Russell | 2000-04-27 | 1 | -1/+1 |
| | |||||
* | Dependencies for libiptc.a fixed. | Rusty Russell | 2000-04-27 | 1 | -0/+6 |
| | |||||
* | New files. | Rusty Russell | 2000-04-24 | 1 | -0/+8 |
| | |||||
* | More fixes and testsuite enhancements. | Rusty Russell | 2000-04-23 | 5 | -81/+27 |
| | |||||
* | Caching speedups. | Rusty Russell | 2000-04-23 | 1 | -151/+280 |
| | |||||
* | New fix for -j <match> and -m <target>. | Rusty Russell | 2000-04-23 | 1 | -56/+88 |
| | |||||
* | Fix for -j match coredumping reported by Erik Tews <erik.tews@gmx.net>. | Erik Tews | 2000-04-22 | 1 | -3/+5 |
| | |||||
* | Fix for iptables -C coredump due to check_packet() being called with fw=NULL | Marc Boucher | 2000-04-22 | 1 | -2/+4 |
| | |||||
* | Improved iptc_set_policy error messages. | Marc Boucher | 2000-04-22 | 1 | -3/+8 |
| | |||||
* | Fix minor compilation problems in match_different() and is_same(). | Marc Boucher | 2000-04-22 | 1 | -2/+2 |
| | |||||
* | Added #include <linux/stddef.h> for offsetof(). | Marc Boucher | 2000-04-22 | 1 | -0/+1 |
| | |||||
* | RIchard Gooch's INSTALL file (minorly modified). | Richard Gooch | 2000-04-22 | 1 | -0/+29 |
| | |||||
* | Changes to allow matching (for delete) on part of a rule, for rules which | Rusty Russell | 2000-04-19 | 21 | -31/+74 |
| | | | | change in the kernel (eg. ipt_limit). | ||||
* | Added linux/types.h for non-glibc systems. | Rusty Russell | 2000-04-19 | 1 | -0/+1 |
| | |||||
* | Put ports in network order. | Rusty Russell | 2000-04-19 | 2 | -15/+18 |
| | |||||
* | --protocol now valid. | Rusty Russell | 2000-04-19 | 2 | -15/+54 |
| | | | | Also added mask support for rules which alter inside kernel. | ||||
* | Fixed version, added distclean, and fixed distrib target. | Rusty Russell | 2000-04-19 | 1 | -3/+5 |
| | |||||
* | Fixed typo. | Marc Boucher | 2000-04-07 | 1 | -1/+1 |
| | |||||
* | Fixed save() to properly interpret ports in host byte order and use ':' | Marc Boucher | 2000-04-07 | 2 | -16/+16 |
| | | | | as range separator. | ||||
* | Fix for match_different to correctly traverse the second rule | Rusty Russell | 2000-03-29 | 1 | -9/+20 |
| | | | | Nasty hack to enable us to delete rules with -m limit | ||||
* | Removed distrib: targets. | Rusty Russell | 2000-03-24 | 1 | -23/+0 |
| | |||||
* | libiptc caching to speed up find_label(). | Rusty Russell | 2000-03-24 | 2 | -8/+63 |
| | | | | Makefile distrib target for userspace. | ||||
* | Testsuite update. | Rusty Russell | 2000-03-24 | 2 | -12/+4 |
| | |||||
* | James Morris's problem with libiptc when listing the builtin | James Morris | 2000-03-24 | 1 | -1/+1 |
| | | | | queue target. |