index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Unifies libip[6]t_udp.c into libxt_udp.c
Yasuyuki KOZAKAI
2007-07-24
4
-249
/
+76
*
Unifies libip[6]_mark.c into libxt_mark.c
Yasuyuki KOZAKAI
2007-07-24
4
-135
/
+19
*
Use unified API in libipt_mark.c
Yasuyuki KOZAKAI
2007-07-24
3
-18
/
+19
*
Add IPv6 support to string match
Yasuyuki KOZAKAI
2007-07-24
1
-0
/
+16
*
Moves libipt_string.c to libxt_string.c
Yasuyuki KOZAKAI
2007-07-24
3
-2
/
+3
*
Use unified API in string match
Yasuyuki KOZAKAI
2007-07-24
1
-20
/
+21
*
Unifies libip[6]t_multiport.c into libipxt_multiport.c
Yasuyuki KOZAKAI
2007-07-24
5
-524
/
+86
*
Moves libipt_multiport.c to libxt_multiport.c
Yasuyuki KOZAKAI
2007-07-24
2
-2
/
+2
*
Splits ipt_multport into family dependent parts and others
Yasuyuki KOZAKAI
2007-07-24
1
-34
/
+68
*
Use unified API in multiport match
Yasuyuki KOZAKAI
2007-07-24
2
-46
/
+80
*
Add IPv6 support to NOTRACK
Yasuyuki KOZAKAI
2007-07-24
1
-0
/
+16
*
Renames libipt_NOTRACK.c to libxt_NOTRACK.c
Yasuyuki KOZAKAI
2007-07-24
2
-1
/
+2
*
Use unified API in NOTRACK target.
Yasuyuki KOZAKAI
2007-07-24
1
-16
/
+15
*
Moves all declarations in iptables_common.h to xtables.h.
Yasuyuki KOZAKAI
2007-07-24
6
-41
/
+32
*
Installs libxt_*.so to DEST_IPT_LIBIDR and link libip[6]t_*.so to it.
Yasuyuki KOZAKAI
2007-07-24
1
-0
/
+26
*
Introduces DEST_IPT_LIBDIR to simplify $(DESTDIR)$(LIBDIR)/iptables
Yasuyuki KOZAKAI
2007-07-24
2
-8
/
+10
*
Fixes warning on compilation, part 2
Yasuyuki KOZAKAI
2007-07-24
6
-29
/
+46
*
Fixes warning on compilation of ip6tables matches/targets
Yasuyuki KOZAKAI
2007-07-24
36
-107
/
+107
*
Fixes warning on compilation of iptables matches/targets
Yasuyuki KOZAKAI
2007-07-24
60
-177
/
+177
*
Replaces ip6t_entry_* with xt_entry_* in matches/targets
Yasuyuki KOZAKAI
2007-07-24
34
-128
/
+127
*
Replaces ipt_entry_* with xt_entry_* in matches/targets
Yasuyuki KOZAKAI
2007-07-24
64
-237
/
+237
*
Moves IPPROTO_* and IP[6]T_LIB_DIR definitions to xtables.h
Yasuyuki KOZAKAI
2007-07-24
3
-22
/
+16
*
Moves some duplicated functions in ip[6]tables.c to xtables.c
Yasuyuki KOZAKAI
2007-07-24
7
-230
/
+120
*
Introduces xtables match/target registration
Yasuyuki KOZAKAI
2007-07-24
11
-875
/
+728
*
Moves ip[6]tables_insmod() to xtables.c as xtables_insmod()
Yasuyuki KOZAKAI
2007-07-24
8
-167
/
+94
*
Moves common fw_malloc() and fw_calloc() to xtables.c
Yasuyuki KOZAKAI
2007-07-24
4
-48
/
+35
*
Adds xtables.[ch] and change Makefile to compile it
Yasuyuki KOZAKAI
2007-07-24
3
-7
/
+30
*
iptables-xml
Sam Liddicott
2007-07-17
3
-3
/
+117
*
Ignore generated files
Patrick McHardyYasuyuki KOZAKAI
2007-07-16
0
-0
/
+0
*
Adds missing explanations about FIN in mask part of '--syn' in libip[6]_tcp.c
Patrick McHardyYasuyuki KOZAKAI
2007-07-16
3
-3
/
+3
*
Adds missing FIN to mask part generated by '--syn' of libip6t_tcp
Yasuyuki KOZAKAI
2007-07-16
2
-2
/
+2
*
Change default KERNEL_DIR location and add KBUILD_OUTPUT (Sven Wegener <sven....
Sven Wegener
2007-07-15
1
-2
/
+8
*
Fixes compile error of connlimit where NO_SHARED_LIBS=1 is specified
Yasuyuki KOZAKAI
2007-07-13
2
-2
/
+2
*
PATCH: Add connlimit to iptables.
Jan Engelhardt
2007-07-09
6
-2
/
+352
*
libipt_statistic: add a few missing validity checks
Nicolas Bouliane
2007-07-03
1
-0
/
+9
*
Removes KERNEL_64_USERSPACE_32
Yasuyuki KOZAKAI
2007-06-30
6
-124
/
+0
*
Removes some KERNEL_64_USERSPACE_32 because linux 2.6 has compat layer
Yasuyuki KOZAKAI
2007-06-28
16
-167
/
+3
*
Fix "iptables getsockopt failed strangely" when querying revisions for non-ex...
Patrick McHardy
2007-06-26
2
-2
/
+2
*
Add Jozsef's TRACE target.
Patrick McHardy
2007-06-25
5
-2
/
+148
*
bump version
v1.3.8
Pablo Neira Ayuso
2007-06-25
1
-2
/
+2
*
Fixes build error of conntrack match because of missing ip_conntrack_tuple.h
Yasuyuki KOZAKAI
2007-06-24
1
-1
/
+0
*
A white space fix in ip6tables.c
Yasuyuki KOZAKAI
2007-06-12
1
-1
/
+1
*
'-p all' and '-p 0' should be allowed. And actually ip6tables in kernel
Yasuyuki KOZAKAI
2007-06-11
1
-7
/
+6
*
libipt_hashlimit doc update
Jan Engelhardt
2007-06-03
1
-2
/
+2
*
Add --random option to DNAT and REDIRECT targets and fix the manpage mess thi...
Patrick McHardy
2007-05-29
7
-27
/
+76
*
Use posix conform directory existance check (Roy Marples <uberlord@gentoo.org>)
Roy Marples
2007-05-10
1
-1
/
+1
*
Fix missing newlines in iptables-save/restore output (Pavol Rusnak <prusnak@s...
Pavel Rusnak
2007-05-10
4
-6
/
+6
*
update quota manpage for SMP (Phil Oester)
Phil Oester
2007-05-02
1
-1
/
+0
*
In fixing bug #446 [1], the output for unspecified proto was changed from "al...
Phil Oester
2007-04-30
2
-0
/
+2
*
Fix iptables-save with --random option
Patrick McHardy
2007-04-18
3
-3
/
+14
[prev]
[next]