summaryrefslogtreecommitdiffstats
path: root/libxtables
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'stable-1.4.20'Florian Westphal2013-11-231-1/+1
|\
| * iptables: link against libnetfilter_conntrackJan Engelhardt2013-08-231-1/+1
* | iptables: spurious error in load_extensionPhil Oester2013-11-031-2/+0
* | libxtables: xtables_ipmask_to_numeric incorrect with non-CIDR masksPhil Oester2013-09-271-1/+1
|/
* ip6tables: don't print out /128Phil Oester2013-07-081-1/+5
* xtables: improve get_modprobe handlingPhil Oester2013-05-291-11/+11