summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_owner.c
Commit message (Collapse)AuthorAgeFilesLines
* libxt_ownerJan Engelhardt2008-01-201-240/+0
| | | | | | | libxt_owner merges libipt_owner and libip6t_owner, and adds support for the xt_owner match revision 1. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
* Unique names 5/6Jan Engelhardt2007-10-041-23/+16
| | | | | | | | | | | Give symbols of libxt matches unique names (3/3). Adds unique prefixes to all functions (most of them - especially the hook functions) so that debugging programs can unambiguously map a symbol to an address. Also unifies the names of the xtables_match/xtables_target structs, (based upon libxt_connmark.c/libip6t_*.c). Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* Fix sparse warnings: non-ANSI function declarations, 0 used as pointerPatrick McHardy2007-09-081-6/+6
|
* Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley2007-09-021-1/+0
|
* Make the option structures const.Jan Engelhardt2007-07-301-1/+1
| | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* 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-3/+3
|
* attempt to fix save/restore of '! --uid-owner squid' problem as reported by ↵Harald Welte2005-06-291-2/+2
| | | | Costa Tsaousis (backport from ipv4 owner)
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-9/+0
| | | | Fixes build with conntrack event patch for 2.6
* make structure initializers use C99 standard (Harald Welte)Harald Welte2005-02-011-14/+12
|
* Fix even more possibly not zero-terminated strings after copy (Karsten Desler)Karsten Desler2004-01-311-0/+1
|
* fix saving of inverted parameters (same as in ipv4 libipt_owner.c)Harald Welte2003-06-191-1/+1
|
* apply ipv6 port of ownercmd patch (Patrick McHardy)Patrick McHardy2003-04-131-0/+41
|
* 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-8/+4
|
* - added patch to support statically linking of iptablesHarald Welte2001-08-061-0/+1
| | | | - iptables-save/-restore is no longer experimental
* Port of IPv6 owner match, fixes for IPv6 limit mac and multiport matches ↵Jan Rekorajski2001-02-161-0/+220
(Jan Rekorajski)