aboutsummaryrefslogtreecommitdiff
path: root/libxtables
AgeCommit message (Expand)Author
2021-03-23ANDROID: fix build for missing ETH_ALEN definitionMaciej Żenczykowski
2021-03-23Merge tag 'v1.8.7' of git://git.netfilter.org/iptablesMaciej Żenczykowski
2021-03-23Merge tag 'v1.8.6' of git://git.netfilter.org/iptablesMaciej Żenczykowski
2021-03-23Merge tag 'v1.8.5' of git://git.netfilter.org/iptablesMaciej Żenczykowski
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/iptablesBob Badour
2020-12-03libxtables: Extend MAC address printing/parsing supportPhil Sutter
2020-10-07libxtables: Register multiple extensions in ascending orderPhil Sutter
2020-10-07libxtables: Simplify pending extension registrationPhil Sutter
2020-10-07libxtables: Make sure extensions register in revision orderPhil Sutter
2020-09-17ANDROID: do not leak memory in iptables-restoreMaciej Żenczykowski
2020-06-30libxtables: compiler warning fixes for NO_SHARED_LIBSMaciej Żenczykowski
2020-05-11libxtables: Introduce xtables_fini()Phil Sutter
2020-04-08Merge tag 'v1.8.3' of git://git.netfilter.org/iptables into workMaciej Żenczykowski
2020-04-08Merge tag 'v1.8.2' of git://git.netfilter.org/iptables into workMaciej Żenczykowski
2020-04-08Merge tag 'v1.8.1' of git://git.netfilter.org/iptables into workMaciej Żenczykowski
2020-04-08Merge tag 'v1.8.0' of git://git.netfilter.org/iptables into workMaciej Żenczykowski
2019-12-06libxtables: Avoid buffer overrun in xtables_compatible_revision()Phil Sutter
2019-12-03Merge tag 'v1.6.2' of git://git.netfilter.org/iptablesMaciej Żenczykowski
2019-02-05xtables: Fix for false-positive rule matchingPhil Sutter
2018-11-28Convert iptables to Android.bpDan Willemsen
2018-11-12libxtables: xlate: init buffer to zeroFlorian Westphal
2018-11-07libxtables: add and use mac print helpersFlorian Westphal
2018-10-20libxtables: expose new etherdb lookup function through libxtables APIPablo Neira Ayuso
2018-10-20libxtables: prefix exported new functions for etherdb lookupsPablo Neira Ayuso
2018-09-25libxtables: Check extension real_name lengthPhil Sutter
2018-09-24libxtables: Use posix_spawn() instead of vfork()Phil Sutter
2018-09-24Fix a few cases of pointless assignmentsPhil Sutter
2018-09-24libxtables: Don't read garbage in xtables_strtoui()Phil Sutter
2018-09-24libxtables: Avoid calling memcpy() with NULL sourcePhil Sutter
2018-09-24libxtables: Integrate getethertype.c from xtables corePhil Sutter
2018-09-13libxtables: Fix potential array overrun in xtables_option_parse()Phil Sutter
2018-05-14libxtables: store all requested match typesFlorian Westphal
2018-04-27xtables: Fix rules print/save after iptables updateSerhey Popovych
2018-04-27xtables: Register all match/target revisions supported by us and kernelSerhey Popovych
2018-04-27xtables: Check match/target size vs XT_ALIGN(size) at register timeSerhey Popovych
2018-04-27xtables: Do not register matches/targets with incompatible revisionSerhey Popovych
2018-04-27xtables: Introduce and use common function to print val[/mask] argumentsSerhey Popovych
2018-04-27xtables: Introduce and use common function to parse val[/mask] argumentsSerhey Popovych
2017-05-08libxtables: Display weird character warning for wildcardsOliver Ford
2017-03-22Update to iptables 1.6.1.Lorenzo Colitti
2017-03-08libxtables: abolish AI_CANONNAMEJan Engelhardt
2017-03-08libxtables: remove unnecessary nesting from host_to_ip(6)addrJan Engelhardt
2017-02-17Suppress warnings in external/iptables.Aurimas Liutikas
2016-12-20libxtables: xtables: Use getnameinfo()Shyam Saini
2016-12-20libxtables: xtables: remove unnecessary debug codeShyam Saini
2016-09-16Build shared library version of libxtables.Henry Ptaisnski
2016-07-03libxtables: Replace gethostbyname() with getaddrinfo()Arpan Kapoor
2016-03-25libxtables: missing comment initialization in xt_xlate_alloc()Pablo Neira Ayuso
2016-02-29comment: Add translation to nftShivani Bhardwaj
2016-02-16xtables: add xt_xlate_add_comment()Pablo Neira Ayuso