index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
xtables.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
include: xtables: Add enum for better nft translation code
Shivani Bhardwaj
2016-02-16
1
-0
/
+11
*
nft: xtables: add the infrastructure to translate from iptables to nft
Pablo Neira Ayuso
2016-02-16
1
-0
/
+16
*
include Use <stdint.h> types from xtables.h
Felix Janda
2015-06-26
1
-10
/
+10
*
use nf_tables and nf_tables compatibility interface
Pablo Neira Ayuso
2013-12-30
1
-0
/
+3
*
xtables: trivial spelling fix
stephen hemminger
2013-08-07
1
-2
/
+2
*
Introduce match/target aliases
Jozsef Kadlecsik
2013-01-28
1
-0
/
+16
*
libxtables: add xtables_print_num
Pablo Neira Ayuso
2013-01-04
1
-0
/
+16
*
libxtables: add xtables_rule_matches_free
Pablo Neira Ayuso
2013-01-04
1
-0
/
+2
*
iptables: support for match aliases
Jan Engelhardt
2012-09-29
1
-0
/
+1
*
iptables: support for target aliases
Jan Engelhardt
2012-09-27
1
-0
/
+3
*
build: separate AC variable replacements from xtables.h
Jan Engelhardt
2012-08-31
1
-0
/
+526
*
Dynamically create xtables.h.in with version
Jan Engelhardt
2008-04-15
1
-216
/
+0
*
xtables.h: move non-exported parts to internal.h
Jan Engelhardt
2008-04-13
1
-61
/
+0
*
Fix all remaining warnings (missing declarations, missing prototypes)
Jan Engelhardt
2008-04-13
1
-0
/
+7
*
Fix -Wshadow warnings and clean up xt_sctp.h
Jan Engelhardt
2008-04-06
1
-2
/
+2
*
escape strings
Max Kellermann
2008-01-29
1
-0
/
+6
*
rename overlapping function names
Jan Engelhardt
2008-01-20
1
-0
/
+7
*
bunch o' renames
Jan Engelhardt
2008-01-20
1
-0
/
+8
*
common error messages
Jan Engelhardt
2008-01-20
1
-1
/
+6
*
Introduce strtonum(), which works like string_to_number(), but passes
Jan Engelhardt
2008-01-20
1
-0
/
+5
*
Converts the iptables build infrastructure to autotools.
Jan Engelhardt
2008-01-20
1
-6
/
+7
*
use <linux/types.h>
Jan Engelhardt
2007-12-17
1
-5
/
+1
*
Fix more sparse warnings: non-C99 array declaration, incorrect function proto...
Patrick McHardy
2007-09-08
1
-2
/
+0
*
Fix aligned_u64 type on 64 bit: its an unsigned long, not an unsigned long long.
Patrick McHardy
2007-09-05
1
-1
/
+1
*
Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)
Peter Riley
2007-09-02
1
-3
/
+2
*
Make @msg argument a const char *, just like printf().
Jan Engelhardt
2007-08-01
1
-1
/
+1
*
Make xtables_target->extra_opts const (xtables_match->extra_opts already is)
Jan Engelhardt
2007-07-30
1
-1
/
+1
*
Moves all declarations in iptables_common.h to xtables.h.
Yasuyuki KOZAKAI
2007-07-24
1
-0
/
+31
*
Moves IPPROTO_* and IP[6]T_LIB_DIR definitions to xtables.h
Yasuyuki KOZAKAI
2007-07-24
1
-0
/
+14
*
Moves some duplicated functions in ip[6]tables.c to xtables.c
Yasuyuki KOZAKAI
2007-07-24
1
-0
/
+17
*
Introduces xtables match/target registration
Yasuyuki KOZAKAI
2007-07-24
1
-0
/
+173
*
Moves ip[6]tables_insmod() to xtables.c as xtables_insmod()
Yasuyuki KOZAKAI
2007-07-24
1
-0
/
+3
*
Moves common fw_malloc() and fw_calloc() to xtables.c
Yasuyuki KOZAKAI
2007-07-24
1
-0
/
+3
*
Adds xtables.[ch] and change Makefile to compile it
Yasuyuki KOZAKAI
2007-07-24
1
-0
/
+4