| 2007-08-01 |
Jan Engelhardt | Make @msg argument a const char *, just like printf(). |
commit | commitdiff | tree | snapshot |
| 2007-07-31 |
Jan Engelhardt | Moves libip{,6}t_connlimit to libxt. |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Jan Engelhardt | Make the option structures const. |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Jan Engelhardt | Makes it possible to omit extra_opts of matches/targets... |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Jan Engelhardt | The option struct needs to be terminated, otherwise... |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Jan Engelhardt | Remove the .next=NULL field. This is automatically... |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Jan Engelhardt | Make xtables_target->extra_opts const (xtables_match... |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Changes permissions of test scripts of dccp, string... |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Unifies libip[6]t_NFQUEUE.c into libxt_NFQUEUE.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Unifies libip[6]t_SECMARK.c into libxt_SECMARK.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Unifies libip[6]t_TCPMSS.c into libxt_TCPMSS.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Add IPv6 support to comment match |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Add IPv6 support to dccp match. |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Add IPv6 support to dscp match. |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Unifies libip[6]t_esp.c into libxt_esp.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Unifies libip[6]t_length.c into libxt_length.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Unifies libip[6]t_limit.c into libxt_limit.c. |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Unifies libip[6]t_mac.c into libxt_mac.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Unifies libip[6]t_physdev.c into libxt_physdev.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Add IPv6 support to pkttype match |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Add IPv6 support to quota match |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Unifies libip[6]t_sctp.c into libxt_sctp.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Unifies libip[6]t_standard.c into libxt_standard.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Unifies libip[6]t_tcp.c into libxt_tcp.c. |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Add IPv6 support to tcpmss match |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Unifies libip[6]t_udp.c into libxt_udp.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Unifies libip[6]_mark.c into libxt_mark.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Use unified API in libipt_mark.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Add IPv6 support to string match |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Moves libipt_string.c to libxt_string.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Use unified API in string match |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Unifies libip[6]t_multiport.c into libipxt_multiport.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Moves libipt_multiport.c to libxt_multiport.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Splits ipt_multport into family dependent parts and... |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Use unified API in multiport match |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Add IPv6 support to NOTRACK |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Renames libipt_NOTRACK.c to libxt_NOTRACK.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Use unified API in NOTRACK target. |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Moves all declarations in iptables_common.h to xtables.h. |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Installs libxt_*.so to DEST_IPT_LIBIDR and link libip... |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Introduces DEST_IPT_LIBDIR to simplify $(DESTDIR)$... |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Fixes warning on compilation, part 2 |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Fixes warning on compilation of ip6tables matches/targets |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Fixes warning on compilation of iptables matches/targets |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Replaces ip6t_entry_* with xt_entry_* in matches/targets |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Replaces ipt_entry_* with xt_entry_* in matches/targets |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Moves IPPROTO_* and IP[6]T_LIB_DIR definitions to xtables.h |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Moves some duplicated functions in ip[6]tables.c to... |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Introduces xtables match/target registration |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Moves ip[6]tables_insmod() to xtables.c as xtables_insmod() |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Moves common fw_malloc() and fw_calloc() to xtables.c |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Yasuyuki KOZAKAI | Adds xtables.[ch] and change Makefile to compile it |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Sam Liddicott | iptables-xml |
commit | commitdiff | tree | snapshot |
| 2007-07-16 |
Patrick McHardyYasuy... | Ignore generated files |
commit | commitdiff | tree | snapshot |
| 2007-07-16 |
Patrick McHardyYasuy... | Adds missing explanations about FIN in mask part of... |
commit | commitdiff | tree | snapshot |
| 2007-07-16 |
Yasuyuki KOZAKAI | Adds missing FIN to mask part generated by '--syn'... |
commit | commitdiff | tree | snapshot |
| 2007-07-15 |
Sven Wegener | Change default KERNEL_DIR location and add KBUILD_OUTPU... |
commit | commitdiff | tree | snapshot |
| 2007-07-13 |
Yasuyuki KOZAKAI | Fixes compile error of connlimit where NO_SHARED_LIBS... |
commit | commitdiff | tree | snapshot |
| 2007-07-09 |
Jan Engelhardt | PATCH: Add connlimit to iptables. |
commit | commitdiff | tree | snapshot |
| 2007-07-03 |
Nicolas Bouliane | libipt_statistic: add a few missing validity checks |
commit | commitdiff | tree | snapshot |
| 2007-06-30 |
Yasuyuki KOZAKAI | Removes KERNEL_64_USERSPACE_32 |
commit | commitdiff | tree | snapshot |
| 2007-06-28 |
Yasuyuki KOZAKAI | Removes some KERNEL_64_USERSPACE_32 because linux 2... |
commit | commitdiff | tree | snapshot |
| 2007-06-26 |
Patrick McHardy | Fix "iptables getsockopt failed strangely" when queryin... |
commit | commitdiff | tree | snapshot |
| 2007-06-25 |
Patrick McHardy | Add Jozsef's TRACE target. |
commit | commitdiff | tree | snapshot |
| 2007-06-25 |
Pablo Neira... | bump version v1.3.8 |
commit | commitdiff | tree | snapshot |
| 2007-06-24 |
Yasuyuki KOZAKAI | Fixes build error of conntrack match because of missing... |
commit | commitdiff | tree | snapshot |
| 2007-06-12 |
Yasuyuki KOZAKAI | A white space fix in ip6tables.c |
commit | commitdiff | tree | snapshot |
| 2007-06-11 |
Yasuyuki KOZAKAI | '-p all' and '-p 0' should be allowed. And actually... |
commit | commitdiff | tree | snapshot |
| 2007-06-03 |
Jan Engelhardt | libipt_hashlimit doc update |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
Patrick McHardy | Add --random option to DNAT and REDIRECT targets and... |
commit | commitdiff | tree | snapshot |
| 2007-05-10 |
Roy Marples | Use posix conform directory existance check (Roy Marple... |
commit | commitdiff | tree | snapshot |
| 2007-05-10 |
Pavel Rusnak | Fix missing newlines in iptables-save/restore output... |
commit | commitdiff | tree | snapshot |
| 2007-05-02 |
Phil Oester | update quota manpage for SMP (Phil Oester) |
commit | commitdiff | tree | snapshot |
| 2007-04-30 |
Phil Oester | In fixing bug #446 [1], the output for unspecified... |
commit | commitdiff | tree | snapshot |
| 2007-04-18 |
Patrick McHardy | Fix iptables-save with --random option |
commit | commitdiff | tree | snapshot |
| 2007-04-18 |
Patrick McHardy | Remove unnecessary IP_NAT_RANGE_PROTO_RANDOM ifdefs. |
commit | commitdiff | tree | snapshot |
| 2007-04-18 |
Patrick McHardy | Remove libnsl from LDLIBS |
commit | commitdiff | tree | snapshot |
| 2007-04-18 |
Pablo Neira... | fix problem with iptables-restore and quotes (close... |
commit | commitdiff | tree | snapshot |
| 2007-04-18 |
Patrick McHardy | Use nf_conntrack headers instead of ip_conntrack ones... |
commit | commitdiff | tree | snapshot |
| 2007-04-18 |
Patrick McHardy | Remove unnecessary ip_conntrack/ip_nat includes |
commit | commitdiff | tree | snapshot |
| 2007-04-16 |
Pablo Neira... | revert some slipped through patches |
commit | commitdiff | tree | snapshot |
| 2007-04-16 |
Pablo Neira... | prepare conntrack and conntrackd merge: rename conntrac... |
commit | commitdiff | tree | snapshot |
| 2007-04-16 |
Pablo Neira... | Fix iptables --modprobe parameter (Maurice van der... |
commit | commitdiff | tree | snapshot |
| 2007-03-20 |
Yasuyuki KOZAKAI | ip6tables-restore should output error of modprobe if... |
commit | commitdiff | tree | snapshot |
| 2007-03-20 |
Yasuyuki KOZAKAI | Fixes typos in the argument of ip[6]tables_insmod:... |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
Yasuyuki KOZAKAI | Supress error message from modprobe on checking revision. |
commit | commitdiff | tree | snapshot |
| 2007-03-06 |
Patrick McHardy | Fix cut and paste error breaking use of groups != 0 |
commit | commitdiff | tree | snapshot |
| 2007-02-24 |
Eric Leblond | iptables: add random option to SNAT (Eric Leblond) |
commit | commitdiff | tree | snapshot |
| 2007-02-19 |
Yasuyuki KOZAKAI | Reverted r6754. libipt_icmp has the option 'any', so... |
commit | commitdiff | tree | snapshot |
| 2007-02-15 |
Yasuyuki KOZAKAI | Update coreteam members in manpages |
commit | commitdiff | tree | snapshot |
| 2007-02-14 |
Patrick McHardy | Fix missing space in error message (Bugzilla 544) |
commit | commitdiff | tree | snapshot |
| 2007-02-13 |
Patrick McHardy | Remove and readd with executable bit set. SVN doesn... |
commit | commitdiff | tree | snapshot |
| 2007-02-13 |
Yasuyuki KOZAKAI | Fixes man page for tcp, udp, icmp{,6}. They are not... |
commit | commitdiff | tree | snapshot |
| 2007-02-13 |
Patrick McHardy | Forgot to add TCPMSS target to PF6_EXT_SLIB |
commit | commitdiff | tree | snapshot |
| 2007-02-13 |
Yasuyuki KOZAKAI | Error if no ICMP type is specified even though user... |
commit | commitdiff | tree | snapshot |
| 2007-02-09 |
Masahide NAKAMURA | Add ip6tables mh extension (Masahide NAKAMURA <nakam... |
commit | commitdiff | tree | snapshot |
| 2007-01-28 |
Patrick McHardy | Update coreteam members in manpages. |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
Patrick McHardy | Bugzilla #535 |
commit | commitdiff | tree | snapshot |
| 2007-01-26 |
Patrick McHardy | Bugzilla #534: |
commit | commitdiff | tree | snapshot |
| 2007-01-16 |
Arnaud Ebalard | Add ip6tables TCPMSS extension (Arnaud Ebalard <arno... |
commit | commitdiff | tree | snapshot |
| next |