summaryrefslogtreecommitdiffstats
path: root/src/erec.c
Commit message (Expand)AuthorAgeFilesLines
* src: remove xfree() and use plain free()Thomas Haller2023-11-091-3/+3
* include: include <string.h> in <nft.h>Thomas Haller2023-09-281-1/+0
* include: include <stdlib.h> in <nft.h>Thomas Haller2023-09-111-1/+0
* src: add <nft.h> header and include it as firstThomas Haller2023-08-251-2/+2
* erec: Dump locations' expressions only if setPhil Sutter2022-08-301-0/+2
* src: silence compiler warningsFlorian Westphal2022-01-151-1/+1
* src: error reporting with -f and read from stdinPablo Neira Ayuso2022-01-151-1/+7
* erec: expose print_location() and line_location()Pablo Neira Ayuso2022-01-151-30/+51
* erec: Sanitize erec location indescPhil Sutter2021-02-091-1/+2
* src: dynamic input_descriptor allocationPablo Neira Ayuso2019-06-051-34/+1
* erec: remove double \n on error when internal_netlink is usedPablo Neira Ayuso2019-05-311-1/+0
* erec: Review erec_print()Phil Sutter2018-04-141-36/+43
* libnftables: Introduce nft_ctx_set_error()Phil Sutter2018-04-111-1/+1
* configure: misc updatesPablo Neira Ayuso2018-03-031-0/+1
* erec: Avoid passing negative offset to fseek()Phil Sutter2018-03-021-5/+5
* nftables: make pointers in string arrays constantHarsha Sharma2017-10-091-1/+1
* evaluate: Fix debug outputPhil Sutter2017-10-061-4/+9
* erec_print: Pass output FILE pointer to netlink_dump_expr()Phil Sutter2017-09-291-1/+1
* scanner: Fix for memleak due to unclosed file pointerPhil Sutter2017-08-241-6/+5
* src: add debugging mask to context structurePablo Neira Ayuso2017-08-231-4/+5
* scanner: free filename when destroying scannerEric Leblond2017-07-171-0/+5
* erec: Fix input descriptors for included filesAnatole Denis2017-02-251-1/+31
* src: meta priority support using tc classidPablo Neira Ayuso2016-08-181-0/+1
* src: expose delinearize/linearize structures and stmt_error()Pablo Neira2016-07-131-0/+17
* erec: fix logic when reading from fileEric Leblond2015-06-301-0/+3
* erec: fix buffer overflowEric Leblond2015-06-301-5/+12
* erec: use stdio vasprintf instead of gmp_vasprintfSteven Barth2015-01-071-1/+5
* build: autotools conversionPablo Neira Ayuso2014-11-121-0/+1
* erec: skip includes with INDESC_INTERNALPatrick McHardy2014-02-041-1/+3
* erec: fix error markup for errors starting at column 0Patrick McHardy2014-01-101-1/+2
* src: use libnftablesPablo Neira Ayuso2013-06-241-1/+1
* debug: include verbose message in all BUG statementsroot2012-12-081-1/+1
* erec: Handle returned value properly in erec_printTomasz Bursztyka2012-08-031-3/+4
* Initial commitv0.01-alpha1Patrick McHardy2009-03-181-0/+159