summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_LOG.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes warning on compilation of ip6tables matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
| | | | | | This changes the type of arguments as follows - ip6t_ip6 * -> void * - ip6t_entry * -> void *
* Replaces ip6t_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-4/+4
|
* iptables segfaults when given "" to --log-prefix (Mike Frysinger ↵Mike Frysinger2006-10-101-0/+4
| | | | | | <vapier@gentoo.org>) Bugzilla #516
* fix various missing header file / #define issues on old kernels. I've now ↵v1.3.2Harald Welte2005-07-101-0/+6
| | | | tested compilation with kernels starting 2.4.17
* 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
| | | | Fixes build with conntrack event patch for 2.6
* 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
| | | | by Thomas Woerner <twoerner@redhat.com>
* make IPv4 and IPv6 LOG target save() the log-level as string, instead of theMichael Schwendt2002-09-071-2/+11
| | | | numeric value. (Michael Schwendt)
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵Harald Welte2002-05-291-2/+2
| | | | naming
* 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
|
* - added patch to support statically linking of iptablesHarald Welte2001-08-061-0/+1
| | | | - iptables-save/-restore is no longer experimental
* further fixes of string_to_number fixesHarald Welte2001-07-231-3/+2
|
* LOG Target for IPv6 (Jan Rekorajski)Jan Rekorajski2001-02-151-0/+261