summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* extensions: cgroup: fix option parsing for v2Pablo Neira Ayuso2018-10-091-1/+19
* extensions: libxt_quota: Allow setting the remaining quotaChenbo Feng2018-10-092-5/+28
* nft-shared: Use xtables_calloc()Phil Sutter2018-09-251-11/+2
* arptables: Use the shared nft_ipv46_parse_target()Phil Sutter2018-09-251-8/+1
* Combine parse_target() and command_jump() implementationsPhil Sutter2018-09-257-249/+80
* Combine command_match() implementationsPhil Sutter2018-09-255-108/+40
* libiptc: NULL-terminate errornamePhil Sutter2018-09-251-1/+2
* libxtables: Check extension real_name lengthPhil Sutter2018-09-251-0/+12
* iptables: Gitignore xtables-{legacy, nft}-multi scriptsPhil Sutter2018-09-241-0/+2
* xtables: Drop pointless checkPhil Sutter2018-09-241-1/+1
* arptables: Fix incorrect strcmp() in nft_arp_rule_find()Phil Sutter2018-09-241-1/+1
* xtables: Don't read garbage in nft_ipv4_parse_payload()Phil Sutter2018-09-241-0/+1
* libxtables: Use posix_spawn() instead of vfork()Phil Sutter2018-09-241-10/+5
* Fix a few cases of pointless assignmentsPhil Sutter2018-09-249-23/+14
* extensions: libebt_ip{, 6}: Drop pointless error checkingPhil Sutter2018-09-242-8/+0
* nft-arp: Drop ineffective conditionalPhil Sutter2018-09-241-3/+0
* iptables: Use print_ifaces() from xtablesPhil Sutter2018-09-246-99/+31
* Share print_ipv{4,6}_addr() from xtablesPhil Sutter2018-09-246-119/+73
* iptables-apply: Replace signal numbers by namesPhil Sutter2018-09-241-1/+2
* iptables-apply: Quote strings passed to echoPhil Sutter2018-09-241-3/+3
* nfnl_osf: Replace deprecated nfnl_talk() by nfnl_query()Phil Sutter2018-09-241-1/+1
* libxtables: Don't read garbage in xtables_strtoui()Phil Sutter2018-09-241-1/+1
* libxtables: Avoid calling memcpy() with NULL sourcePhil Sutter2018-09-242-8/+16
* libiptc: Simplify alloc_handle() function signaturePhil Sutter2018-09-241-7/+7
* libxt_time: Drop initialization of variable 'year'Phil Sutter2018-09-241-4/+4
* libxt_ipvs: Avoid potential buffer overrunPhil Sutter2018-09-241-10/+12
* libxt_conntrack: Avoid potential buffer overrunPhil Sutter2018-09-241-7/+7
* libxt_conntrack: Version 0 does not support XT_CONNTRACK_DIRECTIONPhil Sutter2018-09-241-8/+0
* libxt_LED: Avoid string overrun while parsing led-trigger-idPhil Sutter2018-09-241-2/+1
* xtables: Remove unused variable in nft_is_table_compatible()Phil Sutter2018-09-241-1/+1
* ip{, 6}tables-restore: Fix for uninitialized array 'curtable'Phil Sutter2018-09-242-2/+2
* Mark fall through cases in switch() statementsPhil Sutter2018-09-243-15/+19
* libxtables: Integrate getethertype.c from xtables corePhil Sutter2018-09-245-144/+4
* xtables: Fix for wrong assert() in __nft_table_flush()Phil Sutter2018-09-241-1/+1
* nfnl_osf: Drop pointless check in xt_osf_strchr()Phil Sutter2018-09-241-1/+1
* libxt_string: Fix array out of bounds checkPhil Sutter2018-09-181-2/+4
* xtables-save: Ignore uninteresting tablesPhil Sutter2018-09-182-14/+9
* extensions: add cgroup revision 2Pablo Neira Ayuso2018-09-182-3/+96
* extensions: REJECT: Merge reject tablesPhil Sutter2018-09-132-111/+112
* libxt_string: Avoid potential array out of bounds accessPhil Sutter2018-09-131-2/+1
* ebtables: Fix for potential array boundary overstepPhil Sutter2018-09-131-1/+1
* libiptc: Avoid side-effect in memset() callsPhil Sutter2018-09-131-2/+4
* libxtables: Fix potential array overrun in xtables_option_parse()Phil Sutter2018-09-131-1/+1
* xtables: Accept --wait in iptables-nft-restorePhil Sutter2018-09-102-0/+23
* xtables: Don't check all rules for being compatiblePhil Sutter2018-09-101-0/+6
* doc: Improve layout of u32 instructionsJoseph C. Sible2018-09-101-10/+15
* xtables-restore: Fix flushing referenced custom chainsPhil Sutter2018-09-102-10/+8
* xtables: Drop use of IP6T_F_PROTOPhil Sutter2018-09-011-4/+0
* xtables: Align return codes with legacy iptablesPhil Sutter2018-09-015-5/+107
* xtables: Fix for deleting rules with commentPhil Sutter2018-08-292-9/+21