Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | John McCann points out via bugzilla that iptables happily accepts this | Phil Oester | 2005-02-01 | 1 | -1/+6 |
| | | | | | | | | | | | | | syntax on DNAT/SNAT: --to x.x.x.x:y:z but doesn't actually make use of the second port. Clear up the confusion by only accepting a dash between the ports. This closes bugzilla #265. Signed-off-by: Phil Oester <kernel@linuxace.com> | ||||
* | fix name of 'extra_opts' structure member (Nikolai Malykh) | Nikolai Malykh | 2005-01-22 | 1 | -1/+1 |
| | |||||
* | Make it compile on current kernels, the future isn't here yet. | Martin Josefsson | 2005-01-05 | 1 | -0/+6 |
| | |||||
* | Testsuite found an issue: multiport accepts -p ! tcp. | Rusty Russell | 2005-01-03 | 1 | -0/+4 |
| | |||||
* | Pablo Neira: | Pablo Neira | 2005-01-03 | 1 | -1/+199 |
| | | | | Multiport revision 1 userspace support. | ||||
* | Extension revision number support (if kernel supports the getsockopts). | Rusty Russell | 2005-01-03 | 1 | -14/+126 |
| | | | | | Enhance MARK match with second revision. Committed in anticipation of the kernel patch being applied. | ||||
* | Prevent user from using --helper multiple times (Nicolas Bouliane ↵ | Nicolas Bouliane | 2005-01-02 | 1 | -0/+3 |
| | | | | <nib@cookinglinux.org>) | ||||
* | Add --log-uid option (John Lange <john.lange@open-it.ca>) | John Lange | 2005-01-02 | 2 | -1/+20 |
| | |||||
* | Fix compile error introduced by C99 conversion. | Rusty Russell | 2004-12-29 | 1 | -1/+0 |
| | |||||
* | Pablo Neira: extensions conversion to C99 structure initialization | Pablo Neira | 2004-12-28 | 69 | -939/+893 |
| | | | | (I removed the revision stuff for the moment, but this needs to go in before the code moves too much --RR) | ||||
* | Use string_to_number. Don't check for no optarg: we set has_arg to 1 in ↵ | Rusty Russell | 2004-12-22 | 1 | -5/+5 |
| | | | | option array, so getopt does that for us. | ||||
* | Nicolas Bouliane: I was writing an nfsim .sim for the match tos, when I ↵ | Nicolas Bouliane | 2004-12-20 | 1 | -0/+5 |
| | | | | realized that when we enter --tos twice the second overwrite the first. | ||||
* | ROUTE --tee target extension (Patrick Schaaf) | Patrick Schaaf | 2004-12-14 | 4 | -13/+84 |
| | |||||
* | ipset 2 related updates (JK) | Joszef Kadlecsik | 2004-12-01 | 5 | -83/+243 |
| | |||||
* | fix some compiler warnings and errors | Harald Welte | 2004-11-18 | 1 | -17/+24 |
| | |||||
* | sync with latest patch-o-matic-ng update (support direction and mode parameters) | Harald Welte | 2004-11-18 | 1 | -11/+84 |
| | |||||
* | minor syntax fixes | Harald Welte | 2004-10-20 | 1 | -13/+18 |
| | |||||
* | - add hashlimit to makefile | Harald Welte | 2004-10-20 | 2 | -2/+2 |
| | | | | - fix typo in libipt_hashlimit | ||||
* | hashlimit port of userspace plugin | Harald Welte | 2004-10-20 | 1 | -0/+365 |
| | |||||
* | Mention owner brokenness in manpage | Patrick McHardy | 2004-10-03 | 2 | -0/+4 |
| | |||||
* | note owner match brokenness in helptext, closes bugzilla #244 (Phil Oester) | Phil Oester | 2004-10-01 | 1 | -0/+2 |
| | |||||
* | Add comment about time not adhering DST (Phil Oester) (Closes: #75) | Phil Oester | 2004-09-26 | 1 | -0/+1 |
| | |||||
* | realm: fix inversion (Simon Lodal) | Simon Lodal | 2004-09-22 | 1 | -2/+3 |
| | |||||
* | Fix half-working ipv6 limit invert check (Phil Oester) | Phil Oester | 2004-09-21 | 1 | -7/+6 |
| | |||||
* | Fix half-working dstlimit invert check (Phil Oester) | Phil Oester | 2004-09-21 | 1 | -26/+12 |
| | |||||
* | limit match does not support invert, warn about it. Closes bugzilla #95 ↵ | Phil Oester | 2004-09-21 | 1 | -7/+6 |
| | | | | (Phil Oester) | ||||
* | Add comment match extension (Brad Fisher) | Brad Fisher | 2004-09-20 | 2 | -1/+128 |
| | |||||
* | fix psd option parsing (Phil Oester) | Phil Oester | 2004-09-18 | 1 | -5/+0 |
| | |||||
* | Print error when '!' is used with multiport. Based on patch by Phil Oester. | Patrick McHardy | 2004-09-18 | 3 | -0/+21 |
| | |||||
* | port physdev to ip6tables (Bart De Schuymer) | Bart De Schuymer | 2004-09-12 | 3 | -1/+275 |
| | |||||
* | Fix number parsing (Piotr Gasidlo) | Piotr Gasidło | 2004-09-02 | 1 | -1/+1 |
| | |||||
* | add missing spaces in 'save' printout (youza@post.cz) (Closes: #235) | Youza Youzovic | 2004-08-24 | 1 | -4/+4 |
| | |||||
* | Cleanup ttl-match option parsing, fixes bugzilla #183 (Phil Oester) | Phil Oester | 2004-08-23 | 1 | -11/+6 |
| | |||||
* | Fix conntrack-match typo, fixes bugzilla #194 (Phil Oester) | Phil Oester | 2004-08-23 | 1 | -1/+1 |
| | |||||
* | Limit ttl-value to 0-255 (Maciej Soltysiak <solt@dns.toxicfilms.tv>) | Maciej Soltysiak | 2004-07-28 | 1 | -5/+7 |
| | |||||
* | Check that TTL is between 0 and 255 (Nicolas Bouliane) | Nicolas Bouliane | 2004-07-27 | 1 | -6/+8 |
| | |||||
* | update to ipt_account 0.1.16 (Piotr Gasid?o) | Piotr Gasidło | 2004-07-23 | 1 | -19/+53 |
| | |||||
* | In C, we declare variables at the top of function (Olivier Clerget) | Harald Welte | 2004-07-16 | 1 | -1/+2 |
| | |||||
* | Giving --dst-range twice to iprange did not ring the bell | Nicolas Bouliane | 2004-07-12 | 1 | -1/+1 |
| | | | | Bug reported and fixed by Nicolas Bouliane | ||||
* | fix syntax of help message | Harald Welte | 2004-07-11 | 2 | -4/+4 |
| | |||||
* | Add addrtype match to list of unconditionally built extensions | Patrick McHardy | 2004-06-28 | 2 | -6/+1 |
| | |||||
* | Semicolon were missing in the added assigment lines | Joszef Kadlecsik | 2004-06-17 | 1 | -4/+4 |
| | |||||
* | Fix for empty extra match/target man page list processing | Joszef Kadlecsik | 2004-06-17 | 1 | -4/+8 |
| | |||||
* | With a 64bit kernel only the high 32bits of nfmark was used regardless of | Martin Josefsson | 2004-05-26 | 4 | -24/+104 |
| | | | | | | | 32/64bit userspace. This makes it quite hard to interoperate with 'tc'. Sync ipv6 versions with ipv4 versions. Tested on x86 and sparc64 with both 32bit and 64bit userspace. | ||||
* | Get rid of some warnings when compiling 64bit. | Martin Josefsson | 2004-05-26 | 4 | -8/+8 |
| | |||||
* | Fix 64bit kernel / 32bit userspace issue. | Martin Josefsson | 2004-05-26 | 2 | -5/+28 |
| | | | | Sync header with kernel. | ||||
* | Fix 64bit kernel / 32bit userspace issue. | Martin Josefsson | 2004-05-26 | 3 | -7/+33 |
| | |||||
* | What is this doing here? Go away. | Martin Josefsson | 2004-05-26 | 1 | -5/+0 |
| | |||||
* | don't use signed things... | Martin Josefsson | 2004-05-08 | 1 | -3/+3 |
| | |||||
* | Fabrice's time match update + Tom Eastep's conntrack mach fix applied (JK) | Joszef Kadlecsik | 2004-05-05 | 3 | -47/+286 |
| |