index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xtables.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libxtables: guided option parser
Jan Engelhardt
2011-04-06
1
-19
/
+6
*
mark newly opened fds as FD_CLOEXEC (close on exec)
Maciej Zenczykowski
2011-04-04
1
-0
/
+11
*
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
*
xtables: use strspn() to check if string needs to be quoted
Max Kellerman
2011-02-17
1
-1
/
+1
*
iptables: do not print trailing whitespaces
Jan Engelhardt
2011-01-31
1
-3
/
+3
*
xtables: set custom opts to NULL on free
Jan Engelhardt
2011-01-31
1
-1
/
+3
*
iptables: improve error reporting with extension loading troubles
Jan Engelhardt
2011-01-31
1
-26
/
+27
*
xtables: fix typo in error message of xtables_register_match()
Li Yewang
2011-01-09
1
-1
/
+1
*
libxtables: do some option structure checking
Jan Engelhardt
2011-01-08
1
-0
/
+17
*
ip[6]tables: only call match's parse function when option char is in range
Jan Engelhardt
2011-01-08
1
-2
/
+2
*
xtables: reorder num_old substraction for clarity
Jan Engelhardt
2011-01-08
1
-4
/
+7
*
src: use C99/POSIX types
Jan Engelhardt
2011-01-08
1
-5
/
+5
*
iptables: do not emit orig_opts twice
Jan Engelhardt
2010-11-28
1
-0
/
+4
*
iptables: fix longopt reecognition and workaround getopt(3) behavior
Jan Engelhardt
2010-11-15
1
-1
/
+2
*
libxtables: change option precedence order to be intuitive
Jan Engelhardt
2010-10-29
1
-22
/
+28
*
xtables: remove unnecessary cast
Jan Engelhardt
2010-08-03
1
-1
/
+1
*
xtables: remove xtables_set_revision function
Jan Engelhardt
2010-06-07
1
-8
/
+0
*
xtables: another try at chain name length checking
Jan Engelhardt
2010-06-07
1
-6
/
+4
*
xtables: fix compilation when debugging is enabled
Patrick McHardy
2010-05-20
1
-1
/
+1
*
iptables: correctly check for too-long chain/target/match names
Jan Engelhardt
2010-03-16
1
-0
/
+5
*
Lift restrictions on interface names
Jan Engelhardt
2010-02-09
1
-6
/
+5
*
libxtables: hand argv to xtables_check_inverse
Jan Engelhardt
2009-11-03
1
-1
/
+2
*
style: reduce indent in xtables_check_inverse
Jan Engelhardt
2009-10-29
1
-16
/
+16
*
build: restore --disable-ipv6 functionality on system w/o v6 headers
Olaf Rempel
2009-10-29
1
-1
/
+2
*
Support for nommu arches
Jan Engelhardt
2009-10-25
1
-1
/
+1
*
xtables: warn of missing version identifier in extensions
Jan Engelhardt
2009-06-26
1
-0
/
+10
*
xtables: add multi-registration functions
Jan Engelhardt
2009-06-26
1
-0
/
+14
*
iptables: accept multiple IP address specifications for -s, -d
Michael Granzow
2009-06-26
1
-0
/
+175
*
xtables: fix segfault if incorrect protocol name is used
Pablo Neira Ayuso
2009-05-12
1
-0
/
+3
*
libxtables: provide IPv6 zero address variable
Jan Engelhardt
2009-04-03
1
-1
/
+2
*
libxtables: fix compile error due to incomplete change
Peter Volkov
2009-03-24
1
-1
/
+1
*
extensions: add missing limits.h include
Jan Engelhardt
2009-02-21
1
-0
/
+1
*
libxtables: inline and remove unused OPTION_OFFSET macro
Jan Engelhardt
2009-02-21
1
-1
/
+1
*
libxtables: general follow-up cleanup
Jamal Hadi Salim
2009-02-13
1
-15
/
+12
*
libxtables: consolidate init calls into one function
Jamal Hadi Salim
2009-02-13
1
-25
/
+32
*
libxtables: consolidate merge_options into xtables_merge_options
Jamal Hadi Salim
2009-02-13
1
-0
/
+31
*
libxtables: make iptables and ip6tables use xtables_free_opts
Jamal Hadi Salim
2009-02-12
1
-5
/
+4
*
libxtables: add xtables_set_revision
Jamal Hadi Salim
2009-02-12
1
-0
/
+8
*
libxtables: flush before fork
Jan Engelhardt
2009-02-12
1
-0
/
+6
*
Merge branch 'master' of git://dev.medozas.de/iptables
Patrick McHardy
2009-02-12
1
-0
/
+22
|
\
|
*
libxtables: move compat defines to xtables.c
Jan Engelhardt
2009-02-10
1
-0
/
+9
|
*
libxtables: recognize IP6TABLES_LIB_DIR old-style environment variable
Jan Engelhardt
2009-02-10
1
-0
/
+13
*
|
libxtables: simple aliasing macro for exit_error
Jamal Hadi Salim
2009-02-11
1
-21
/
+24
*
|
libxtables: Replace direct exit_error() calls inside libxtables
Jamal Hadi Salim
2009-02-11
1
-18
/
+18
*
|
libxtables: Add exit_error cb to xtables_globals
Jamal Hadi Salim
2009-02-11
1
-1
/
+18
*
|
libxtables: define xtables_free_opts()
Jamal Hadi Salim
2009-02-11
1
-0
/
+11
[next]