Sign in
googlers
/
maze
/
iptables
/
HEAD
69f3f84
iptables.8: --policy is either ACCEPT or DROP
by Florian Westphal
· 11 years ago
master
60f0063
nft: replace nft_rule_attr_get_u8
by Giuseppe Longo
· 11 years ago
d25f308
iptables-save: actually parse -M/--modprobe option
by Jiri Popelka
· 11 years ago
991ad38
iptables-{save,restore}: warn that -b/--binary isn't implemented
by Jiri Popelka
· 11 years ago
081d578
iptables-restore.8: file to read from can be specified as argument
by Jiri Popelka
· 11 years ago
d89013d
iptables-restore.8: missing -T in synopsis
by Jiri Popelka
· 11 years ago
a99b96b
iptables: missing bracket in iptables-save(8)
by Jiri Popelka
· 11 years ago
d6217f9
update FSF address in license text
by Jiri Popelka
· 11 years ago
1a519e8
iptables.8: update coreteam members from manpage
by Pablo Neira Ayuso
· 11 years ago
02cf06e
iptables: fix version in iptables(8)
by Jiri Popelka
· 11 years ago
2c678e1
nft-arp: wrong condition in parse_payload
by Giuseppe Longo
· 11 years ago
b88c6bd
nft-arp: fix is_same_interfaces arguments
by Giuseppe Longo
· 11 years ago
61a46b3
xtables-events: prints arp rules
by Giuseppe Longo
· 11 years ago
68e5e18
nft-arp: adds nft_arp_save_firewall
by Giuseppe Longo
· 11 years ago
03091e5
Merge branch 'nft-compat'
by Pablo Neira Ayuso
· 11 years ago
1835790
nft: Pass a line after printing out a debug message
by Tomasz Bursztyka
· 11 years ago
nft-compat
2e256aa
nft: Remove useless error message
by Tomasz Bursztyka
· 11 years ago
e6b8e17
nft: Initialize a table only once
by Tomasz Bursztyka
· 11 years ago
690ea18
nft: A builtin chain might be created when restoring
by Tomasz Bursztyka
· 11 years ago
837629f
nft: Add useful debug output when a builtin table is created
by Tomasz Bursztyka
· 11 years ago
5cab9c3
nft-compat: fix wrong protocol context in initialization
by Pablo Neira Ayuso
· 11 years ago
d007e1a
nft-compat: fix IP6T_F_GOTO flag handling
by Pablo Neira Ayuso
· 11 years ago
8877968
nft: adds save_matches_and_target
by Giuseppe Longo
· 11 years ago
7851975
xtables: Add backward compatibility with -w option
by Tomasz Bursztyka
· 11 years ago
4cffe00
xtables: add xtables-compat-multi for the nftables compatibility layer
by Pablo Neira Ayuso
· 11 years ago
43bb281
xtables-restore: remove dependency with libip4tc
by Pablo Neira Ayuso
· 11 years ago
38e5ce6
configure: conditional dependencies for nftables-compat
by Pablo Neira Ayuso
· 11 years ago
9e48e50
configure: rename --disable-xtables to --disable-nftables
by Pablo Neira Ayuso
· 11 years ago
4cce0ad
configure: fix wrong reference to the conntrack-tools
by Pablo Neira Ayuso
· 11 years ago
2e5babb
libxtables: Print meaningful error message for an invalid MAC address string
by Mart Frauenlob
· 11 years ago
410d766
extensions: libxt_SYNPROXY: initial manual page
by Martin Topholm
· 11 years ago
f53b78e
iptables-xml: fix segfault if missing space after -A
by Phil Oester
· 11 years ago
a4e1098
nft: Use new libnftnl library name against former libnftables
by Tomasz Bursztyka
· 11 years ago
4182478
nft: fix inconsistent data type in NFT_EXPR_CMP_OP and NFT_EXPR_META_KEY
by Pablo Neira Ayuso
· 11 years ago
a0e224b
extensions: libxt_set: Add missing hyphen to --bytes-eq synopsis in manpage
by Mart Frauenlob
· 11 years ago
d34f061
include: Update nftables API header in sync with kernel's one
by Tomasz Bursztyka
· 11 years ago
504119f
nft: fix wrong function to release iterator
by Pablo Neira Ayuso
· 11 years ago
b0194ce
iptables: nft: fix memory leaks in nft_fini
by Ana Rey
· 11 years ago
6a4033b
nft: fix memory leaks in nft_xtables_config_load
by Ana Rey
· 11 years ago
959815e
xtables-standalone: call nft_fini in the error path
by Ana Rey
· 11 years ago
5eed911
nft: fix out of bound memory copy
by Pablo Neira Ayuso
· 11 years ago
ee595bc
nft: fix inversion of built-in selectors
by Pablo Neira Ayuso
· 11 years ago
009bb1a
xtables-events: fix compilation due change in libnftables
by Pablo Neira Ayuso
· 11 years ago
b31304a
xtables: arp: inhibit -l option so only a fixed 6 bytes length arhln can be used
by Tomasz Bursztyka
· 11 years ago
82ab5ac
xtables: arp: Fix a compilation warning
by Tomasz Bursztyka
· 11 years ago
0cfd537
nft: arp: fix possible string overflow
by Giuseppe Longo
· 11 years ago
28dcf16
nft: fix interface wildcard matching
by Pablo Neira Ayuso
· 11 years ago
6cd426b
nft: fix bad length when comparing extension data area
by Pablo Neira Ayuso
· 11 years ago
5f6e384
nft: pass ipt_entry to ->save_firewall hook
by Pablo Neira Ayuso
· 11 years ago
4b7a4af
xtables: fix missing ipt_entry for MASQUERADE target
by Pablo Neira Ayuso
· 11 years ago
e8cbd65
nft: arp: add parse_target to nft_family_ops_arp
by Giuseppe Longo
· 11 years ago
e55b3e3
nft: arp: initialize flags in nft_arp_parse_meta
by Giuseppe Longo
· 11 years ago
e8a218f
nft: fix wrong target size
by Tomasz Bursztyka
· 11 years ago
f2f3a4e
xtables: arp: Parse properly target options
by Tomasz Bursztyka
· 11 years ago
ea23cfc
nft: Header inclusion missing
by Tomasz Bursztyka
· 11 years ago
d0d6b28
extensions: libxt_mangle: Fixes option issues
by Tomasz Bursztyka
· 11 years ago
278add3
extensions: add arptables' libxt_mangle.c for xtables-arp
by Tomasz Bursztyka
· 11 years ago
0363995
xtables: arp: Store target entry properly and compare them relevantly
by Tomasz Bursztyka
· 11 years ago
d6a127c
xtables: batch rule-set updates into one single netlink message
by Pablo Neira Ayuso
· 11 years ago
dbc0556
xtables: arp: zeroing chain counters
by Giuseppe Longo
· 11 years ago
2a55b81
xtables: arp: add delete operation
by Giuseppe Longo
· 11 years ago
7c7dcb2
nft: adapt nft_rule_expr_get to use uint32_t instead of size_t
by Pablo Neira Ayuso
· 11 years ago
b8635ae
include: cache netfilter_arp kernel headers
by Pablo Neira Ayuso
· 11 years ago
ed82471
xtables: arp: add rule replacement support
by Giuseppe Longo
· 11 years ago
b756cf0
nft: consolidate nft_rule_* functions to support ARP
by Pablo Neira Ayuso
· 11 years ago
c6836c1
nft: consolidate nft_rule_new to support ARP
by Pablo Neira Ayuso
· 11 years ago
e2a2c72
nft: consolidate nft_rule_find for ARP, IPv4 and IPv6
by Pablo Neira Ayuso
· 11 years ago
217f021
xtables: nft-arp: implements is_same op for ARP family
by Giuseppe Longo
· 11 years ago
4c4bcbc
xtables: nft-arp: fix endianess in nft_arp_parse_payload
by Pablo Neira Ayuso
· 11 years ago
84909d1
xtables: bootstrap ARP compatibility layer for nftables
by Giuseppe Longo
· 11 years ago
67da607
nft: skip unset tables on table configuration emulation
by Tomasz Bursztyka
· 11 years ago
e83e35e
nft: generalize rule addition family hook
by Pablo Neira Ayuso
· 11 years ago
7791905
nft: Fix a minor compilation warning
by Tomasz Bursztyka
· 11 years ago
04d9ad9
nft: refactoring parse operations for more genericity
by Giuseppe Longo
· 11 years ago
a69cc57
xtables: allow to reset the counters of an existing rule
by Tomasz Bursztyka
· 11 years ago
36cba82
nft: use xtables_print_num
by Pablo Neira Ayuso
· 11 years ago
eb4b65c
nft: fix wrong flags handling in print_firewall_details
by Pablo Neira Ayuso
· 11 years ago
cdc78b1
nft: convert rule into a command state structure
by Tomasz Bursztyka
· 11 years ago
c11ad7c
xtables: use xtables_rule_matches_free
by Pablo Neira Ayuso
· 11 years ago
c167e01
nft: Print unknown target data only when relevant
by Tomasz Bursztyka
· 11 years ago
e23e66f
nft: Generalize nft_rule_list() against current family
by Tomasz Bursztyka
· 11 years ago
7a1026f
nft: Remove useless test on rulenum in nft_rule_list()
by Tomasz Bursztyka
· 11 years ago
8aa384a
nft: Make internal rule listing callback more generic
by Tomasz Bursztyka
· 11 years ago
b08836a
nft: Optimize rule listing when chain and rulenum are provided
by Tomasz Bursztyka
· 11 years ago
c846f1a
nft: Remove useless function
by Tomasz Bursztyka
· 11 years ago
f8781d3
xtables: Do not dump before command parsing has been finished
by Tomasz Bursztyka
· 11 years ago
cea310b
nft: load only the tables of the current family
by Giuseppe Longo
· 11 years ago
2bf54fd
etc: add default IPv6 table and chain definitions
by Pablo Neira Ayuso
· 11 years ago
c0c3cf9
nft: fix family operation lookup
by Giuseppe Longo
· 11 years ago
85512f0
nft: fix match revision lookup for IPv6
by Pablo Neira Ayuso
· 11 years ago
9618049
xtables: fix typo in add_entry for the IPv6 case
by Pablo Neira Ayuso
· 11 years ago
afae1f8
nft: associate table configuration to handle via nft_init
by Giuseppe Longo
· 11 years ago
66a5399
nft: no need for rule lookup if no position specified via -I
by Pablo Neira Ayuso
· 11 years ago
71871d0
xtables: remove bogus comment regarding rule replacement
by Pablo Neira Ayuso
· 11 years ago
cf95f34
xtables: add -I chain rulenum
by Pablo Neira Ayuso
· 11 years ago
8dd2627
nft: fix selective chain display via -S
by Pablo Neira Ayuso
· 11 years ago
da07c93
nft: break chain listing if only one if looked for
by Pablo Neira Ayuso
· 11 years ago
f77e1ac
src: use nft_*_list_add_tail
by Pablo Neira Ayuso
· 11 years ago
86eed10
nft: fix built-in chain ordering of the nat table
by Pablo Neira Ayuso
· 11 years ago
15539a1
xtables-events: fix missing newline in table and chain events
by Pablo Neira Ayuso
· 11 years ago
Next »