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
*
v4: rename for_each_chain() to for_each_chain4()
Maciej Zenczykowski
2011-04-04
3
-7
/
+7
*
xtables.h: init_extensions() no longer exists
Maciej Zenczykowski
2011-04-04
1
-1
/
+0
*
v6: rename init_extensions() to init_extensions6()
Maciej Zenczykowski
2011-04-04
5
-5
/
+6
*
v4: rename init_extensions() to init_extensions4()
Maciej Zenczykowski
2011-04-04
5
-5
/
+6
*
xtables: delay (statically built) match/target initialization
Maciej Zenczykowski
2011-04-04
1
-5
/
+53
*
xtables_ip6addr_to_numeric: fix typo in comment
Maciej Zenczykowski
2011-04-04
1
-1
/
+1
*
mark newly opened fds as FD_CLOEXEC (close on exec)
Maciej Zenczykowski
2011-04-04
7
-6
/
+17
*
man pages: allow underscores in match and target names
Maciej Zenczykowski
2011-04-04
1
-2
/
+2
*
iptables: documentation for iptables and ip6tables "security" tables
Mark Montague
2011-04-04
4
-4
/
+32
*
iptables: add manual page section for AUDIT target
Thomas Graf
2011-03-16
1
-0
/
+14
*
iptables: add -C to check for existing rules
Stefan Tomanek
2011-03-08
9
-21
/
+162
*
ip(6)tables-multi: unify subcommand handling
Stefan Tomanek
2011-03-07
4
-72
/
+73
*
doc: add VERSION section to manpages
Jan Engelhardt
2011-03-01
2
-0
/
+6
*
iptables: fix an inversion
Jan Engelhardt
2011-03-01
1
-1
/
+1
*
xtables: use all IPv6 addresses resolved from a hostname
Wes Campaigne
2011-02-27
1
-17
/
+12
*
xtables: fix the broken detection/removal of redundant addresses
Wes Campaigne
2011-02-27
1
-4
/
+14
*
xtables: fix excessive memory allocation in host_to_ipaddr
Wes Campaigne
2011-02-26
1
-1
/
+1
*
libxtables: avoid confusing use of ai_protocol=IPPROTO_IPV6
Wes Campaigne
2011-02-22
1
-2
/
+0
*
libxtables: fix memory scribble beyond end of array
Jan Engelhardt
2011-02-21
1
-2
/
+2
*
doc: rateest options can be optional
Jan Engelhardt
2011-02-21
1
-4
/
+4
*
libxt_quota: require --quota to be specified
Jan Engelhardt
2011-02-20
1
-1
/
+9
*
doc: fix odd partial sentence in libipt_TTL
Jan Engelhardt
2011-02-20
1
-3
/
+3
*
doc: mention other possible nf_loggers for TRACE
Jan Engelhardt
2011-02-20
1
-3
/
+5
*
libipt_ECN: set proper option flags
Jan Engelhardt
2011-02-19
1
-1
/
+1
*
extensions: add missing checks for specific flags
Jan Engelhardt
2011-02-19
3
-3
/
+3
*
libip6t_hbh: remove unimplemented --hbh-not-strict
Jan Engelhardt
2011-02-19
1
-14
/
+0
*
libip6t_dst: remove unimplemented --dst-not-strict
Jan Engelhardt
2011-02-19
1
-18
/
+0
*
Remove unused CVS expanded keywords
Jan Engelhardt
2011-02-19
13
-26
/
+0
*
extensions: remove redundant init functions
Jan Engelhardt
2011-02-19
14
-87
/
+1
*
doc: fix misspelling of "field"
Jan Engelhardt
2011-02-18
3
-3
/
+3
*
doc: fix wrong sentence about negation in xt_limit
Jan Engelhardt
2011-02-17
1
-2
/
+5
*
xtables: use strspn() to check if string needs to be quoted
Max Kellerman
2011-02-17
1
-1
/
+1
*
extensions: fix indent of vtable
Jan Engelhardt
2011-02-16
4
-45
/
+45
*
libxt_devgroup: option whitespace update following v1.4.10-49-g7386635
Jan Engelhardt
2011-02-16
1
-7
/
+7
*
ip6tables: spacing fixes for -o argument
Jan Engelhardt
2011-02-16
1
-1
/
+1
*
iptables: fix segfault target option parsing
Jan Engelhardt
2011-02-11
2
-6
/
+6
*
Merge branch 'master' of git://dev.medozas.de/iptables
Patrick McHardy
2011-02-09
4
-671
/
+608
|
\
|
*
iptables: fix error message for unknown options
Jan Engelhardt
2011-02-07
2
-20
/
+14
|
*
src: move match option handling from do_command6 into its own functions
Jan Engelhardt
2011-02-07
2
-52
/
+55
|
*
src: move jump option handling from do_command6 into its own function
Jan Engelhardt
2011-02-07
3
-72
/
+80
|
*
src: unclutter command_default function
Jan Engelhardt
2011-02-07
2
-118
/
+91
|
*
src: deduplicate and simplify implicit protocol extension loading
Jan Engelhardt
2011-02-07
4
-69
/
+37
|
*
src: put shared option flags into xshared
Jan Engelhardt
2011-02-07
3
-28
/
+19
|
*
src: move OPT_FRAGMENT to the end so the list can be shared
Jan Engelhardt
2011-02-07
1
-11
/
+11
|
*
src: deduplicate find_proto function
Jan Engelhardt
2011-02-07
4
-71
/
+41
|
*
src: share iptables_command_state across the two programs
Jan Engelhardt
2011-02-07
3
-55
/
+49
|
*
src: move large default: block from do_command6 into its own function
Jan Engelhardt
2011-02-06
2
-203
/
+225
|
*
src: collect do_command variables in a struct
Jan Engelhardt
2011-02-06
2
-316
/
+330
*
|
libxt_cluster: fix inversion in the cluster match
Pablo Neira Ayuso
2011-02-06
1
-2
/
+2
|
/
*
extensions: add extension for devgroup match
Patrick McHardy
2011-02-03
2
-0
/
+318
[next]