2007-07-24 |
Yasuyuki KOZAKAI | Introduces DEST_IPT_LIBDIR to simplify $(DESTDIR)$... |
commit | commitdiff | tree |
2007-07-24 |
Yasuyuki KOZAKAI | Fixes warning on compilation, part 2 |
commit | commitdiff | tree |
2007-07-24 |
Yasuyuki KOZAKAI | Fixes warning on compilation of ip6tables matches/targets |
commit | commitdiff | tree |
2007-07-24 |
Yasuyuki KOZAKAI | Fixes warning on compilation of iptables matches/targets |
commit | commitdiff | tree |
2007-07-24 |
Yasuyuki KOZAKAI | Replaces ip6t_entry_* with xt_entry_* in matches/targets |
commit | commitdiff | tree |
2007-07-24 |
Yasuyuki KOZAKAI | Replaces ipt_entry_* with xt_entry_* in matches/targets |
commit | commitdiff | tree |
2007-07-24 |
Yasuyuki KOZAKAI | Moves IPPROTO_* and IP[6]T_LIB_DIR definitions to xtables.h |
commit | commitdiff | tree |
2007-07-24 |
Yasuyuki KOZAKAI | Moves some duplicated functions in ip[6]tables.c to... |
commit | commitdiff | tree |
2007-07-24 |
Yasuyuki KOZAKAI | Introduces xtables match/target registration |
commit | commitdiff | tree |
2007-07-24 |
Yasuyuki KOZAKAI | Moves ip[6]tables_insmod() to xtables.c as xtables_insmod() |
commit | commitdiff | tree |
2007-07-24 |
Yasuyuki KOZAKAI | Moves common fw_malloc() and fw_calloc() to xtables.c |
commit | commitdiff | tree |
2007-07-24 |
Yasuyuki KOZAKAI | Adds xtables.[ch] and change Makefile to compile it |
commit | commitdiff | tree |
2007-07-17 |
Sam Liddicott | iptables-xml |
commit | commitdiff | tree |
2007-07-16 |
Patrick McHardyYasuy... | Ignore generated files |
commit | commitdiff | tree |
2007-07-16 |
Patrick McHardyYasuy... | Adds missing explanations about FIN in mask part of... |
commit | commitdiff | tree |
2007-07-16 |
Yasuyuki KOZAKAI | Adds missing FIN to mask part generated by '--syn'... |
commit | commitdiff | tree |
2007-07-15 |
Sven Wegener | Change default KERNEL_DIR location and add KBUILD_OUTPU... |
commit | commitdiff | tree |
2007-07-13 |
Yasuyuki KOZAKAI | Fixes compile error of connlimit where NO_SHARED_LIBS... |
commit | commitdiff | tree |
2007-07-09 |
Jan Engelhardt | PATCH: Add connlimit to iptables. |
commit | commitdiff | tree |
2007-07-03 |
Nicolas Bouliane | libipt_statistic: add a few missing validity checks |
commit | commitdiff | tree |
2007-06-30 |
Yasuyuki KOZAKAI | Removes KERNEL_64_USERSPACE_32 |
commit | commitdiff | tree |
2007-06-28 |
Yasuyuki KOZAKAI | Removes some KERNEL_64_USERSPACE_32 because linux 2... |
commit | commitdiff | tree |
2007-06-26 |
Patrick McHardy | Fix "iptables getsockopt failed strangely" when queryin... |
commit | commitdiff | tree |
2007-06-25 |
Patrick McHardy | Add Jozsef's TRACE target. |
commit | commitdiff | tree |
2007-06-25 |
Pablo Neira... | bump version v1.3.8 |
commit | commitdiff | tree |
2007-06-24 |
Yasuyuki KOZAKAI | Fixes build error of conntrack match because of missing... |
commit | commitdiff | tree |
2007-06-12 |
Yasuyuki KOZAKAI | A white space fix in ip6tables.c |
commit | commitdiff | tree |
2007-06-11 |
Yasuyuki KOZAKAI | '-p all' and '-p 0' should be allowed. And actually... |
commit | commitdiff | tree |
2007-06-03 |
Jan Engelhardt | libipt_hashlimit doc update |
commit | commitdiff | tree |
2007-05-29 |
Patrick McHardy | Add --random option to DNAT and REDIRECT targets and... |
commit | commitdiff | tree |
2007-05-10 |
Roy Marples | Use posix conform directory existance check (Roy Marple... |
commit | commitdiff | tree |
2007-05-10 |
Pavel Rusnak | Fix missing newlines in iptables-save/restore output... |
commit | commitdiff | tree |
2007-05-02 |
Phil Oester | update quota manpage for SMP (Phil Oester) |
commit | commitdiff | tree |
2007-04-30 |
Phil Oester | In fixing bug #446 [1], the output for unspecified... |
commit | commitdiff | tree |
2007-04-18 |
Patrick McHardy | Fix iptables-save with --random option |
commit | commitdiff | tree |
2007-04-18 |
Patrick McHardy | Remove unnecessary IP_NAT_RANGE_PROTO_RANDOM ifdefs. |
commit | commitdiff | tree |
2007-04-18 |
Patrick McHardy | Remove libnsl from LDLIBS |
commit | commitdiff | tree |
2007-04-18 |
Pablo Neira... | fix problem with iptables-restore and quotes (close... |
commit | commitdiff | tree |
2007-04-18 |
Patrick McHardy | Use nf_conntrack headers instead of ip_conntrack ones... |
commit | commitdiff | tree |
2007-04-18 |
Patrick McHardy | Remove unnecessary ip_conntrack/ip_nat includes |
commit | commitdiff | tree |
2007-04-16 |
Pablo Neira... | revert some slipped through patches |
commit | commitdiff | tree |
2007-04-16 |
Pablo Neira... | prepare conntrack and conntrackd merge: rename conntrac... |
commit | commitdiff | tree |
2007-04-16 |
Pablo Neira... | Fix iptables --modprobe parameter (Maurice van der... |
commit | commitdiff | tree |
2007-03-20 |
Yasuyuki KOZAKAI | ip6tables-restore should output error of modprobe if... |
commit | commitdiff | tree |
2007-03-20 |
Yasuyuki KOZAKAI | Fixes typos in the argument of ip[6]tables_insmod:... |
commit | commitdiff | tree |
2007-03-13 |
Yasuyuki KOZAKAI | Supress error message from modprobe on checking revision. |
commit | commitdiff | tree |
2007-03-06 |
Patrick McHardy | Fix cut and paste error breaking use of groups != 0 |
commit | commitdiff | tree |
2007-02-24 |
Eric Leblond | iptables: add random option to SNAT (Eric Leblond) |
commit | commitdiff | tree |
2007-02-19 |
Yasuyuki KOZAKAI | Reverted r6754. libipt_icmp has the option 'any', so... |
commit | commitdiff | tree |
2007-02-15 |
Yasuyuki KOZAKAI | Update coreteam members in manpages |
commit | commitdiff | tree |
2007-02-14 |
Patrick McHardy | Fix missing space in error message (Bugzilla 544) |
commit | commitdiff | tree |
2007-02-13 |
Patrick McHardy | Remove and readd with executable bit set. SVN doesn... |
commit | commitdiff | tree |
2007-02-13 |
Yasuyuki KOZAKAI | Fixes man page for tcp, udp, icmp{,6}. They are not... |
commit | commitdiff | tree |
2007-02-13 |
Patrick McHardy | Forgot to add TCPMSS target to PF6_EXT_SLIB |
commit | commitdiff | tree |
2007-02-13 |
Yasuyuki KOZAKAI | Error if no ICMP type is specified even though user... |
commit | commitdiff | tree |
2007-02-09 |
Masahide NAKAMURA | Add ip6tables mh extension (Masahide NAKAMURA <nakam... |
commit | commitdiff | tree |
2007-01-28 |
Patrick McHardy | Update coreteam members in manpages. |
commit | commitdiff | tree |
2007-01-26 |
Patrick McHardy | Bugzilla #535 |
commit | commitdiff | tree |
2007-01-26 |
Patrick McHardy | Bugzilla #534: |
commit | commitdiff | tree |
2007-01-16 |
Arnaud Ebalard | Add ip6tables TCPMSS extension (Arnaud Ebalard <arno... |
commit | commitdiff | tree |
2007-01-11 |
Patrick McHardy | Add UDPLITE multiport support |
commit | commitdiff | tree |
2007-01-11 |
Patrick McHardy | Fix missing space in ruleset listing |
commit | commitdiff | tree |
2007-01-10 |
Patrick McHardy | Remove extensions for unmaintained/obsolete patchlets |
commit | commitdiff | tree |
2007-01-10 |
Patrick McHardy | Fix greedy debug grep |
commit | commitdiff | tree |
2007-01-07 |
thomas | fix typo in manpage (thomas@aktaia.intevation.org) |
commit | commitdiff | tree |
2006-12-12 |
Patrick McHardy | Move extensions for pom patches to individual patchlets. |
commit | commitdiff | tree |
2006-12-09 |
Lutz Jaenicke | fix compile/install error for iptables-xml with DO_MULT... |
commit | commitdiff | tree |
2006-12-04 |
Patrick McHardy | Bump version to 1.3.7 v1.3.7 |
commit | commitdiff | tree |
2006-12-03 |
Patrick McHardy | Add target extensions for new NFLOG target |
commit | commitdiff | tree |
2006-12-02 |
Patrick McHardy | Fix iptables-save not printing -s !0/0 and -d !0/0... |
commit | commitdiff | tree |
2006-11-29 |
Pablo Neira... | Fix /etc/network usage (Pablo Neira) |
commit | commitdiff | tree |
2006-11-14 |
Krzysztof Piotr... | Fix -E (rename) in iptables/ip6tables |
commit | commitdiff | tree |
2006-11-14 |
Patrick McHardy | Use /lib/modules/$(uname -r)/build instead of /usr... |
commit | commitdiff | tree |
2006-11-13 |
Patrick McHardy | Add ip6tables support for hashlimit match |
commit | commitdiff | tree |
2006-11-13 |
Amin Azez | Add iptables-xml tool (Amin Azez <azez@ufomechanic... |
commit | commitdiff | tree |
2006-11-13 |
Patrick McHardy | Add ip6tables support for sctp match |
commit | commitdiff | tree |
2006-11-13 |
Yasuyuki KOZAKAI | load ip_[6]tables.ko just before checking revision... |
commit | commitdiff | tree |
2006-11-13 |
Yasuyuki KOZAKAI | changes IP6T_SO_GET_REVISION_{MATCH,TARGET} to 68,69 |
commit | commitdiff | tree |
2006-10-20 |
Rémi Denis... | - Add revision support to ip6tables. |
commit | commitdiff | tree |
2006-10-11 |
Patrick McHardy | Fix spelling error |
commit | commitdiff | tree |
2006-10-10 |
Mike Frysinger | iptables segfaults when given "" to --log-prefix (Mike... |
commit | commitdiff | tree |
2006-10-09 |
Patrick McHardy | Add endian annotation types to fix compilation for... |
commit | commitdiff | tree |
2006-10-09 |
Joszef Kadlecsik | Version number was not bumped in Makefile in svn v1.3.6 |
commit | commitdiff | tree |
2006-10-06 |
Joszef Kadlecsik | Use correct types at error reporting (patch sent by... |
commit | commitdiff | tree |
2006-09-20 |
Patrick McHardy | Use negative-list for "weird character in interface... |
commit | commitdiff | tree |
2006-09-02 |
Simon Lodal | Named realm (Simon Lodal <simon@parknet.dk>) |
commit | commitdiff | tree |
2006-08-31 |
Patrick McHardy | Add statistic match extension |
commit | commitdiff | tree |
2006-08-29 |
Eric Leblond | iptables: fix ipt_MARK documentation (Eric Leblond) |
commit | commitdiff | tree |
2006-08-22 |
Andy Gay | iptables -Z clears the per-rule counters, but not the... |
commit | commitdiff | tree |
2006-08-08 |
Phil Oester | update quota match for xtables + fix -D bug (Phil Oeste... |
commit | commitdiff | tree |
2006-07-25 |
Patrick McHardyJespe... | Revert "proto_to_name duplication" patch, as noticed... |
commit | commitdiff | tree |
2006-07-22 |
Phil Oester | proto_to_name duplication (Phil Oester <kernel@linuxace... |
commit | commitdiff | tree |
2006-07-25 |
Patrick McHardyJespe... | BUG: libiptc chain references bug (Jesper Brouer <hawk... |
commit | commitdiff | tree |
2006-07-20 |
Phil Oester | reduce parse_*_port duplication (Phil Oester <kernel... |
commit | commitdiff | tree |
2006-07-20 |
Phil Oester | reduce service_to_port duplication (Phil Oester <kernel... |
commit | commitdiff | tree |
2006-07-20 |
Phil Oester | Use gcc to build shared objects (Phil Oester <kernel... |
commit | commitdiff | tree |
2006-07-10 |
Phil Oester | iptables: handle cidr notation more sanely (Phil Oester... |
commit | commitdiff | tree |
2006-07-05 |
Pierre-Yves... | please kill santa-claus (Pierre-Yves Ritschard <pierre... |
commit | commitdiff | tree |
2006-07-05 |
Phil Oester | libiptc symbols clash (Phil Oester <kernel@linuxace... |
commit | commitdiff | tree |
2006-07-04 |
Yasuyuki KOZAKAI | - force user to specify --icmpv6-type if icmpv6 match... |
commit | commitdiff | tree |
next |