summaryrefslogtreecommitdiffstats
path: root/libxtables
Commit message (Expand)AuthorAgeFilesLines
* libxtables: Register multiple extensions in ascending orderPhil Sutter2020-10-071-6/+8
* libxtables: Simplify pending extension registrationPhil Sutter2020-10-071-95/+33
* libxtables: Make sure extensions register in revision orderPhil Sutter2020-10-071-7/+64
* libxtables: compiler warning fixes for NO_SHARED_LIBSMaciej Żenczykowski2020-06-301-0/+4
* libxtables: Introduce xtables_fini()Phil Sutter2020-05-111-1/+43
* libxtables: Avoid buffer overrun in xtables_compatible_revision()Phil Sutter2019-12-061-1/+2
* xtables: Fix for false-positive rule matchingPhil Sutter2019-02-051-1/+17
* libxtables: xlate: init buffer to zeroFlorian Westphal2018-11-121-0/+1
* libxtables: add and use mac print helpersFlorian Westphal2018-11-071-0/+22
* libxtables: expose new etherdb lookup function through libxtables APIPablo Neira Ayuso2018-10-201-4/+3
* libxtables: prefix exported new functions for etherdb lookupsPablo Neira Ayuso2018-10-201-11/+11
* libxtables: Check extension real_name lengthPhil Sutter2018-09-251-0/+12
* libxtables: Use posix_spawn() instead of vfork()Phil Sutter2018-09-241-10/+5
* Fix a few cases of pointless assignmentsPhil 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
* libxtables: Integrate getethertype.c from xtables corePhil Sutter2018-09-242-1/+162
* libxtables: Fix potential array overrun in xtables_option_parse()Phil Sutter2018-09-131-1/+1
* libxtables: store all requested match typesFlorian Westphal2018-05-141-3/+0
* xtables: Fix rules print/save after iptables updateSerhey Popovych2018-04-271-0/+42
* xtables: Register all match/target revisions supported by us and kernelSerhey Popovych2018-04-271-24/+71
* xtables: Check match/target size vs XT_ALIGN(size) at register timeSerhey Popovych2018-04-271-14/+16
* xtables: Do not register matches/targets with incompatible revisionSerhey Popovych2018-04-271-24/+42
* xtables: Introduce and use common function to print val[/mask] argumentsSerhey Popovych2018-04-271-0/+20
* xtables: Introduce and use common function to parse val[/mask] argumentsSerhey Popovych2018-04-272-21/+53
* libxtables: Display weird character warning for wildcardsOliver Ford2017-05-081-9/+9
* libxtables: abolish AI_CANONNAMEJan Engelhardt2017-03-081-2/+0
* libxtables: remove unnecessary nesting from host_to_ip(6)addrJan Engelhardt2017-03-081-30/+24
* libxtables: xtables: Use getnameinfo()Shyam Saini2016-12-201-4/+11
* libxtables: xtables: remove unnecessary debug codeShyam Saini2016-12-201-26/+3
* libxtables: Replace gethostbyname() with getaddrinfo()Arpan Kapoor2016-07-031-9/+23
* libxtables: missing comment initialization in xt_xlate_alloc()Pablo Neira Ayuso2016-03-251-0/+1
* comment: Add translation to nftShivani Bhardwaj2016-02-291-0/+5
* xtables: add xt_xlate_add_comment()Pablo Neira Ayuso2016-02-161-15/+26
* extensions: rename xt_buf to xt_xlatePablo Neira Ayuso2016-02-161-21/+21
* libxtables: fix leak in xt_buf objectPablo Neira Ayuso2016-02-161-0/+1
* nft: xtables: add the infrastructure to translate from iptables to nftPablo Neira Ayuso2016-02-161-0/+51
* iptables: Spelling fixesVille Skyttä2015-09-071-1/+1
* libxtables: find extensions based on family tooArturo Borrero2015-04-091-5/+16
* xtables-compat: remove unused fields from bridge and arp familiesPablo Neira Ayuso2015-02-181-10/+3
* arptables-compat: add mangle target extensionArturo Borrero2015-02-181-0/+13
* libxtables: search first for AF-specific extensionArturo Borrero2015-01-301-1/+1
* extensions: add ebt 802_3 extensionArturo Borrero2014-12-231-0/+13
* libxtables: move some code to avoid cautions in vfork man pageDan Wilder2014-10-251-10/+6
* libxtables: fix two off-by-one memory corruption bugsRonald Wahl2014-09-051-2/+3
* libxtables: fix getaddrinfo return value usageDomen Puncer2014-06-131-3/+3
* update FSF address in license textJiri Popelka2014-03-131-1/+1
* Merge branch 'nft-compat'Pablo Neira Ayuso2014-02-131-3/+3
|\
| * use nf_tables and nf_tables compatibility interfacePablo Neira Ayuso2013-12-301-3/+3
* | libxtables: Print meaningful error message for an invalid MAC address stringMart Frauenlob2014-02-021-1/+1
|/