Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | INVALID state incorrectly explained (Cedric Blancher, Maciej Soltysiak) | Cedric Blancher | 2003-06-29 | 1 | -1/+3 |
| | |||||
* | fix ipv6_prefix_length endianness bugs (Closes: #103) | Harald Welte | 2003-06-24 | 1 | -1/+1 |
| | |||||
* | Fix printing of odd ip6tables netmasks (Closes: #103) | Harald Welte | 2003-06-24 | 1 | -3/+6 |
| | |||||
* | Add my recent performance optimization work, might destabilize iptables. | Harald Welte | 2003-06-24 | 1 | -13/+108 |
| | | | | | Please report bugs to bugzilla, we need to fix this up before releasing the next iptables version. | ||||
* | implement chain cache ussing relative offsets instead of absolute entry | Harald Welte | 2003-06-23 | 1 | -50/+73 |
| | | | | | | pointers. This is needed for my current libiptc optimization work, since it needs the chain cache to still be correct after it has been reallocated to a different address. | ||||
* | Add new connbytes match, include a warning (Martin Devera <devik@cdi.cz>) | Martin Devera | 2003-06-19 | 2 | -0/+136 |
| | |||||
* | fix saving of inverted parameters (same as in ipv4 libipt_owner.c) | Harald Welte | 2003-06-19 | 1 | -1/+1 |
| | |||||
* | fix NETFILTER_VERSION -> IPTABLES_VERSION (Oliver Fudd ofudd@speed-test.net) | Oliver Fudd | 2003-06-19 | 1 | -2/+2 |
| | |||||
* | Fix save-invert printout (David Zambonini, me) | Dave Zambonini | 2003-06-14 | 2 | -12/+22 |
| | |||||
* | Fix save function (Hime Aguiar e Oliveira Jr.) | Hime Junior | 2003-06-14 | 2 | -4/+9 |
| | |||||
* | Fix possible doubleclose of sockfd. | Martin Josefsson | 2003-06-13 | 1 | -2/+7 |
| | | | | This shouldn't break anything, things were already broken. | ||||
* | Fix libipt_recent.c save() (Sven Strickroth) | Sven Strickroth | 2003-06-01 | 1 | -4/+5 |
| | |||||
* | Fix '-L format bug' (Edward J. Huff) (Closes: #93) | Harald Welte | 2003-05-31 | 1 | -2/+2 |
| | |||||
* | add new IPMARK target (Grzegorz Janoszka) | Grzegorz Janoszka | 2003-05-31 | 2 | -0/+173 |
| | |||||
* | add XOR patch by Tim Vandermeersch | Tim Vandermeersch | 2003-05-31 | 2 | -0/+114 |
| | |||||
* | finally commit the overly delayed RFC1812 admin prohibited option | Harald Welte | 2003-05-24 | 3 | -3/+26 |
| | |||||
* | Userspace files of the raw patch (JK). | Joszef Kadlecsik | 2003-05-21 | 6 | -0/+195 |
| | |||||
* | Martin added as Core Team Member (Jozsef) | Joszef Kadlecsik | 2003-05-12 | 1 | -2/+2 |
| | |||||
* | Cleanups (Stephane Ouellette) | Stephane Ouellette | 2003-05-07 | 1 | -53/+32 |
| | |||||
* | Add addrtype match (Patrick McHardy) | Patrick McHardy | 2003-05-07 | 2 | -0/+219 |
| | |||||
* | Fix the previous fix | Martin Josefsson | 2003-05-05 | 3 | -14/+5 |
| | | | | No more segfaults or compilewarnings. | ||||
* | fix trivial typo | Harald Welte | 2003-05-03 | 1 | -1/+1 |
| | |||||
* | add (untested) sctp userspace support for even more untested kernel part (in ↵ | Harald Welte | 2003-05-03 | 2 | -0/+427 |
| | | | | pom soon) | ||||
* | add nth match for ipv6 (Maciej Soltysiak) | Maciej Soltysiak | 2003-05-03 | 2 | -0/+241 |
| | |||||
* | add random6 patch (Maciej Soltysiak) | Maciej Soltysiak | 2003-05-03 | 2 | -0/+155 |
| | |||||
* | fix saving of inverted owner match parameters (Martin Josefsson) | Martin Josefsson | 2003-05-03 | 1 | -1/+1 |
| | |||||
* | fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin ↵ | Martin Josefsson | 2003-05-02 | 10 | -22/+61 |
| | | | | Josefsson) | ||||
* | rename iplimit to connlimit | Harald Welte | 2003-04-30 | 3 | -25/+25 |
| | |||||
* | Fix typo in libipt_string (Nancy Fudd). (Closes: #89) | Harald Welte | 2003-04-30 | 1 | -1/+1 |
| | |||||
* | Fix libiptc memory hole during iptc_chain_next() (Tomas Lejdar) | Tomáš Lejdar | 2003-04-30 | 1 | -2/+4 |
| | |||||
* | the following two patches move the call to check_inverse() to a saner | Stephane Ouellette | 2003-04-27 | 2 | -6/+8 |
| | | | | place and surround the condition name by double-quotes in save(). (Stephane Ouellette) | ||||
* | - Remove unneeded fputc() in help(). | Stephane Ouellette | 2003-04-27 | 1 | -34/+42 |
| | | | | | | | | | - C99 initializers. - In parse(), print an error message when multiple strings are specified on the command line. - Remove print_string(). This fixes save() when used with iptables-save/iptables-restore. (Stephane Ouellette) | ||||
* | ipt_physdev update (--physdev-is-{in,out,bridged}) by Bart de Schuymer | Bart De Schuymer | 2003-04-27 | 3 | -41/+108 |
| | |||||
* | iprange match support added (Jozsef Kadlecsik) | Joszef Kadlecsik | 2003-04-23 | 2 | -0/+197 |
| | |||||
* | add fix to string match (Michael Rash) | Michael Rash | 2003-04-21 | 1 | -2/+24 |
| | |||||
* | add ipt_recent version 0.3.1 to CVS | Stephen Frost | 2003-04-14 | 1 | -33/+36 |
| | |||||
* | apply ipv6 port of ownercmd patch (Patrick McHardy) | Patrick McHardy | 2003-04-13 | 1 | -0/+41 |
| | |||||
* | version 1.2.8 upcoming | Harald Welte | 2003-04-13 | 1 | -2/+2 |
| | |||||
* | add a few notes about how to deal with CVS COMMIT access | Harald Welte | 2003-04-13 | 1 | -0/+24 |
| | |||||
* | no space between '#!' and '/bin/sh'v1.2.8 | Harald Welte | 2003-04-13 | 1 | -1/+1 |
| | |||||
* | todo update | Harald Welte | 2003-04-13 | 2 | -15/+7 |
| | |||||
* | IPv6 port of the fuzzy match added. | Joszef Kadlecsik | 2003-04-11 | 2 | -0/+159 |
| | |||||
* | CLASSIFY target added. | Joszef Kadlecsik | 2003-04-11 | 2 | -0/+133 |
| | |||||
* | unused print_dscp removed, structures converted to C99 (Stephane Ouellette) | Stephane Ouellette | 2003-04-11 | 1 | -25/+15 |
| | |||||
* | fix stupid typo (Maciej Soltysiak) | Maciej Soltysiak | 2003-03-31 | 1 | -1/+1 |
| | |||||
* | compile with old kernel, new userspacev1.2.8-freeze | Harald Welte | 2003-03-30 | 1 | -1/+1 |
| | |||||
* | fix a compiler warning | Harald Welte | 2003-03-30 | 1 | -0/+11 |
| | |||||
* | fix error message if invalid flag is specified (Aaron Sethman) (Closes: #65) | Harald Welte | 2003-03-30 | 2 | -2/+2 |
| | |||||
* | fix parse error (Stephane Ouellette) | Stephane Ouellette | 2003-03-26 | 2 | -8/+8 |
| | |||||
* | make gcc happy | Harald Welte | 2003-03-06 | 1 | -3/+3 |
| |