index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
extensions
/
libipt_LOG.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
extensions: LOG: add log flags translation to nft
Liping Zhang
2016-11-29
1
-4
/
+26
*
xtables-translate: fix issue with quotes
Pablo M. Bermudo Garay
2016-07-27
1
-2
/
+6
*
src: introduce struct xt_xlate_{mt,tg}_params
Pablo Neira Ayuso
2016-07-25
1
-4
/
+4
*
extensions: libipt_LOG: Avoid to print the default log level in the translation
Laura Garcia Liebana
2016-03-10
1
-1
/
+2
*
iptables-translate: pass ipt_entry and ip6t_entry to ->xlate()
Pablo Neira Ayuso
2016-03-09
1
-1
/
+1
*
extensions: rename xt_buf to xt_xlate
Pablo Neira Ayuso
2016-02-16
1
-4
/
+4
*
extensions: libipt_LOG: Add translation to nft
Shivani Bhardwaj
2016-02-16
1
-0
/
+37
*
libipt_LOG: fix ignoring all but last flags
Jan Engelhardt
2011-06-21
1
-5
/
+5
*
libip[6]t_LOG: use guided option parser
Jan Engelhardt
2011-04-13
1
-133
/
+41
*
extensions: fix indent of vtable
Jan Engelhardt
2011-02-16
1
-11
/
+11
*
iptables: do not print trailing whitespaces
Jan Engelhardt
2011-01-31
1
-18
/
+18
*
extensions: remove no longer necessary default: cases
Jan Engelhardt
2011-01-08
1
-2
/
+0
*
src: use C99/POSIX types
Jan Engelhardt
2011-01-08
1
-1
/
+1
*
all: consistent syntax use in struct option
Jan Engelhardt
2010-07-23
1
-8
/
+9
*
extensions: libipt_LOG/libip6t_LOG: support macdecode option
Patrick McHardy
2010-06-28
1
-1
/
+16
*
libxtables: hand argv to xtables_check_inverse
Jan Engelhardt
2009-11-03
1
-2
/
+2
*
iptables: replace open-coded sizeof by ARRAY_SIZE
Jan Engelhardt
2009-05-26
1
-9
/
+3
*
extensions: remove unwanted/add needed includes for IPv4 exts
Jan Engelhardt
2009-02-21
1
-1
/
+0
*
libxtables: prefix exit_error to xtables_error
Jan Engelhardt
2009-02-21
1
-13
/
+13
*
libxtables: prefix/order - move check_inverse to xtables.c
Jan Engelhardt
2009-01-30
1
-2
/
+2
*
libxtables: prefix - parse and escaped output func
Jan Engelhardt
2009-01-30
1
-1
/
+1
*
libxtables: prefix/order - strtoui
Jan Engelhardt
2009-01-27
1
-1
/
+1
*
src: remove redundant casts
Jan Engelhardt
2009-01-27
1
-1
/
+1
*
src: remove inclusion of iptables.h
Jan Engelhardt
2008-11-20
1
-1
/
+1
*
src: use NFPROTO_ constants
Jan Engelhardt
2008-11-18
1
-1
/
+1
*
src: Update comments
Jan Engelhardt
2008-09-01
1
-6
/
+0
*
Remove old functions, constants
Jan Engelhardt
2008-04-15
1
-8
/
+8
*
fix gcc warnings
Max Kellermann
2008-01-29
1
-1
/
+1
*
escape strings
Max Kellermann
2008-01-29
1
-2
/
+4
*
Unique names 4/6
Jan Engelhardt
2007-10-04
1
-25
/
+16
*
Constify data structures
Jan Engelhardt
2007-10-04
1
-1
/
+1
*
Delete empty ->final_check() functions
Jan Engelhardt
2007-10-04
1
-6
/
+0
*
Fix sparse warnings: non-ANSI function declarations, 0 used as pointer
Patrick McHardy
2007-09-08
1
-7
/
+7
*
Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)
Peter Riley
2007-09-02
1
-1
/
+1
*
Make the option structures const.
Jan Engelhardt
2007-07-30
1
-1
/
+1
*
Fixes warning on compilation of iptables matches/targets
Yasuyuki KOZAKAI
2007-07-24
1
-3
/
+3
*
Replaces ipt_entry_* with xt_entry_* in matches/targets
Yasuyuki KOZAKAI
2007-07-24
1
-4
/
+4
*
iptables segfaults when given "" to --log-prefix (Mike Frysinger <vapier@gent...
Mike Frysinger
2006-10-10
1
-0
/
+4
*
don't allow newlines in LOG prefix (Phil Oester) (Closes: #312)
Phil Oester
2005-04-01
1
-0
/
+4
*
Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)
Pablo Neira
2005-02-14
1
-2
/
+0
*
Make it compile on current kernels, the future isn't here yet.
Martin Josefsson
2005-01-05
1
-0
/
+6
*
Add --log-uid option (John Lange <john.lange@open-it.ca>)
John Lange
2005-01-02
1
-1
/
+17
*
Get rid of some warnings when compiling 64bit.
Martin Josefsson
2004-05-26
1
-1
/
+1
*
remove unused variable and move to c99 initializers (Stephane Ouellette)
Stephane Ouellette
2003-08-11
1
-28
/
+27
*
Fix iptables-save (save everything numerically)
Thomas Woerner
2003-07-14
1
-10
/
+2
*
make IPv4 and IPv6 LOG target save() the log-level as string, instead of the
Michael Schwendt
2002-09-07
1
-2
/
+11
*
globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...
Harald Welte
2002-05-29
1
-2
/
+2
*
Fix 'iptables -p !' bug (segfault when `!' used without argument)
Harald Welte
2002-03-14
1
-2
/
+2
*
loglevel patch was missing one line (strange...)
Harald Welte
2001-10-22
1
-2
/
+3
*
Yet another set of string_to_number() fixes.
Marc Boucher
2001-09-08
1
-1
/
+1
[next]