summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ip6tables-translate: Fix libip6t_mh.txlate testPhil Sutter2018-08-241-2/+2
* ebtables-translate: Fix for libebt_limit.txlatePhil Sutter2018-08-241-1/+9
* xtables: Add missing deinitializationPhil Sutter2018-08-243-5/+8
* ebtables: Review match/target lookup once morePhil Sutter2018-08-244-165/+58
* extensions: libebt_mark: Drop mark_supplied checkPhil Sutter2018-08-241-7/+0
* xtables: Add a few missing exit callsPhil Sutter2018-08-242-2/+7
* ebtables-translate: Fix segfault while parsing extension optionsPhil Sutter2018-08-243-73/+47
* ebtables: trivial: Leverage C99-style initializers a bit morePhil Sutter2018-08-241-1/+1
* xlate-test: Fix for calling wrong command namePhil Sutter2018-08-241-1/+1
* extensions: AUDIT: Provide translationPhil Sutter2018-08-242-0/+19
* xtables: Use meta l4proto for -p matchPhil Sutter2018-08-214-4/+9
* xtables: Fix for segfault when registering hashlimit extensionHeena Sirwani2018-08-211-0/+1