index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
extensions
/
libxt_string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libxt_string: Fix array out of bounds check
Phil Sutter
2018-09-18
1
-2
/
+4
*
libxt_string: Avoid potential array out of bounds access
Phil Sutter
2018-09-13
1
-2
/
+1
*
libxt_string: escape the escaping char too
Jan Engelhardt
2011-08-26
1
-1
/
+1
*
libxt_string: replace hex codes by char equivalents
Jan Engelhardt
2011-08-25
1
-3
/
+3
*
libxt_string: simplify hex output routine
Jan Engelhardt
2011-08-25
1
-7
/
+2
*
libxt_string: fix space around arguments
Dwight Davis
2011-08-20
1
-2
/
+2
*
libxt_string: define _GNU_SOURCE for strnlen
Jan Engelhardt
2011-08-01
1
-0
/
+1
*
libxt_string: use guided option parser
Jan Engelhardt
2011-04-13
1
-91
/
+47
*
extensions: remove redundant init functions
Jan Engelhardt
2011-02-19
1
-2
/
+1
*
iptables: do not print trailing whitespaces
Jan Engelhardt
2011-01-31
1
-14
/
+14
*
extensions: remove no longer necessary default: cases
Jan Engelhardt
2011-01-08
1
-3
/
+0
*
all: consistent syntax use in struct option
Jan Engelhardt
2010-07-23
1
-7
/
+8
*
iptables/extensions: make bundled options work again
Jan Engelhardt
2009-11-03
1
-2
/
+2
*
libxtables: hand argv to xtables_check_inverse
Jan Engelhardt
2009-11-03
1
-2
/
+2
*
extensions: collapse data variables to use multi-reg calls
Jan Engelhardt
2009-06-26
1
-32
/
+32
*
extensions: use NFPROTO_UNSPEC for .family field
Jan Engelhardt
2009-06-01
1
-2
/
+2
*
string: fix wrong pattern length calculation
Pablo Neira Ayuso
2009-03-02
1
-4
/
+4
*
libxtables: prefix exit_error to xtables_error
Jan Engelhardt
2009-02-21
1
-19
/
+19
*
libxt_string: fix undefined behavior/incorrect patlen calculation
Jan Engelhardt
2009-02-12
1
-1
/
+3
*
libxtables: prefix/order - move check_inverse to xtables.c
Jan Engelhardt
2009-01-30
1
-2
/
+2
*
extensions: use UINT_MAX constants over open-coded bits (1/2)
Jan Engelhardt
2009-01-27
1
-1
/
+1
*
iptables-save: output ! in position according to manpage
Jan Engelhardt
2008-12-09
1
-2
/
+2
*
src: Update comments
Jan Engelhardt
2008-09-01
1
-8
/
+0
*
xt_string: string extension case insensitive matching
Joonwoo Park
2008-07-07
1
-10
/
+60
*
manpage updates
Jan Engelhardt
2008-06-08
1
-2
/
+2
*
Remove old functions, constants
Jan Engelhardt
2008-04-15
1
-4
/
+3
*
Implement AF_UNSPEC as a wildcard for extensions
Jan Engelhardt
2008-04-14
1
-18
/
+1
*
fix gcc warnings
Max Kellermann
2008-01-29
1
-1
/
+1
*
Unique symbols 1/6
Jan Engelhardt
2007-10-04
1
-35
/
+28
*
Fix sparse warnings: non-ANSI function declarations, 0 used as pointer
Patrick McHardy
2007-09-08
1
-6
/
+6
*
Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)
Peter Riley
2007-09-02
1
-2
/
+1
*
Make the option structures const.
Jan Engelhardt
2007-07-30
1
-1
/
+1
*
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
1
-0
/
+355