summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_LOG.c
Commit message (Expand)AuthorAgeFilesLines
* extensions: LOG: add log flags translation to nftLiping Zhang2016-11-291-4/+26
* xtables-translate: fix issue with quotesPablo M. Bermudo Garay2016-07-271-2/+6
* src: introduce struct xt_xlate_{mt,tg}_paramsPablo Neira Ayuso2016-07-251-4/+4
* extensions: libip6t_LOG: Avoid to print the default log level in the translationRoberto GarcĂ­a2016-03-121-1/+2
* iptables-translate: pass ipt_entry and ip6t_entry to ->xlate()Pablo Neira Ayuso2016-03-091-1/+1
* extensions: rename xt_buf to xt_xlatePablo Neira Ayuso2016-02-161-4/+4
* extensions: libip6t_LOG: Add translation to nftShivani Bhardwaj2016-02-161-0/+37
* libip6t_LOG: target output is different to libipt_LOGPhil Oester2013-07-241-2/+4
* libipt_LOG: fix ignoring all but last flagsJan Engelhardt2011-06-211-5/+5
* libip[6]t_LOG: use guided option parserJan Engelhardt2011-04-131-133/+41
* extensions: fix indent of vtableJan Engelhardt2011-02-161-11/+11
* iptables: do not print trailing whitespacesJan Engelhardt2011-01-311-18/+18
* extensions: remove no longer necessary default: casesJan Engelhardt2011-01-081-3/+0
* src: use C99/POSIX typesJan Engelhardt2011-01-081-1/+1
* all: consistent syntax use in struct optionJan Engelhardt2010-07-231-8/+9
* extensions: libipt_LOG/libip6t_LOG: support macdecode optionPatrick McHardy2010-06-281-1/+17
* libxtables: hand argv to xtables_check_inverseJan Engelhardt2009-11-031-2/+2
* iptables: replace open-coded sizeof by ARRAY_SIZEJan Engelhardt2009-05-261-9/+3
* extensions: remove unwanted/add needed includes for IPv6 extsJan Engelhardt2009-02-211-1/+0
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-211-13/+13
* libxtables: prefix/order - move check_inverse to xtables.cJan Engelhardt2009-01-301-2/+2
* libxtables: prefix/order - strtouiJan Engelhardt2009-01-271-1/+1
* src: remove redundant castsJan Engelhardt2009-01-271-1/+1
* src: remove inclusion of iptables.hJan Engelhardt2008-11-201-1/+1
* src: use NFPROTO_ constantsJan Engelhardt2008-11-181-1/+1
* src: Update commentsJan Engelhardt2008-09-011-7/+1
* Remove old functions, constantsJan Engelhardt2008-04-151-12/+12
* fix gcc warningsMax Kellermann2008-01-291-1/+1
* Unique symbols 6/6Jan Engelhardt2007-10-041-25/+16
* Constify data structuresJan Engelhardt2007-10-041-1/+1
* Delete empty ->final_check() functionsJan Engelhardt2007-10-041-6/+0
* Fix sparse warnings: non-ANSI function declarations, 0 used as pointerPatrick McHardy2007-09-081-7/+7
* Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley2007-09-021-1/+1
* Make the option structures const.Jan Engelhardt2007-07-301-1/+1
* Fixes warning on compilation of ip6tables matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
* Replaces ip6t_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-4/+4
* iptables segfaults when given "" to --log-prefix (Mike Frysinger <vapier@gent...Mike Frysinger2006-10-101-0/+4
* fix various missing header file / #define issues on old kernels. I've now te...v1.3.2Harald Welte2005-07-101-0/+6
* Add --log-uid support to libip6t_LOG (Patrick McHardy <kaber@trash.net>)Patrick McHardy2005-06-241-1/+17
* don't allow newlines in LOG prefix (Phil Oester) (Closes: #312)Phil Oester2005-04-011-0/+4
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-2/+0
* Get rid of some warnings when compiling 64bit.Martin Josefsson2004-05-261-1/+1
* remove unused variable and move to c99 initializers (Stephane Ouellette)Stephane Ouellette2003-08-111-28/+27
* Fix iptables-save (save everything numerically)Thomas Woerner2003-07-141-10/+2
* make IPv4 and IPv6 LOG target save() the log-level as string, instead of theMichael Schwendt2002-09-071-2/+11
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...Harald Welte2002-05-291-2/+2
* Fix 'iptables -p !' bug (segfault when `!' used without argument)Harald Welte2002-03-141-2/+2
* same set problem as libipt_LOG.c - very, very strangeHarald Welte2001-10-221-0/+1
* add " " to log-level save functionHarald Welte2001-10-171-3/+3
* another string_to_number fixHarald Welte2001-09-131-2/+2