summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* erec: use stdio vasprintf instead of gmp_vasprintfSteven Barth2015-01-072-3/+11
* datatype: use mpz_set_str instead of gmp_sscanfSteven Barth2015-01-071-3/+1
* parser: rename VERSION token to HDRVERSIONSteven Barth2015-01-072-4/+4
* evaluate: reject: fix dependency generation from nft -fPablo Neira Ayuso2015-01-061-1/+2
* payload: assert when accessing inner transport headerPablo Neira Ayuso2015-01-041-0/+1
* parser: alloc specifying concat types in set declarationsPatrick McHardy2014-12-162-22/+43
* datatype: change concat_type_alloc() to construct type from idPatrick McHardy2014-12-162-14/+18
* datatype: add define for maximum number of bits and mask of datatype idPatrick McHardy2014-12-162-2/+3
* datatype: add new subtypes field to account number of concat data typesPatrick McHardy2014-12-162-5/+9
* datatype: generate name for concat typesPatrick McHardy2014-12-161-1/+7
* datatype: missing byteorder in string_typePablo Neira Ayuso2014-12-151-0/+1
* build: restore --disable-debugPablo Neira Ayuso2014-12-151-1/+4
* parser: use 'redirect to PORT' instead of 'redirect :PORT'Pablo Neira Ayuso2014-12-123-3/+5
* datatype: print datatype name in datatype_print() BUG messagePatrick McHardy2014-12-111-1/+2
* dtype: fix memory leak in concat_type_destroy()Patrick McHardy2014-12-111-1/+3
* meta: properly align types in meta_template tablePatrick McHardy2014-12-111-5/+5
* stmt: rename nat "random-fully" option to "fully-random"Patrick McHardy2014-12-113-4/+4
* dtype: remove unnecessary icmp* parse/print functionsPatrick McHardy2014-12-101-39/+3
* rule: fix segmentation faults on kernels without nftables supportPablo Neira Ayuso2014-12-091-3/+4
* netlink: fix listing of range set elements in host byteorderPablo Neira Ayuso2014-12-091-1/+3
* netlink_delinearize: fix listing of set members in host byteorder using integ...Pablo Neira Ayuso2014-12-091-0/+29
* src: generate set members using integer_type in the appropriate byteorderPablo Neira Ayuso2014-12-091-1/+3
* payload: fix endianess issue in payload_expr_pctx_update()Pablo Neira Ayuso2014-12-052-4/+4
* datatype: fix name of icmp* codeEric Leblond2014-12-031-3/+3
* scanner: don't bug on too large valuesPablo Neira Ayuso2014-12-012-5/+22
* meta: set base field on clonesPablo Neira Ayuso2014-12-011-0/+1
* netlink_delinearize: clone on netlink_get_register(), release previous on _set()Pablo Neira Ayuso2014-12-011-1/+13
* scanner: fix reading of really long lineEric Leblond2014-12-011-1/+2
* datatype: relax datatype check in integer_type_parse()Pablo Neira Ayuso2014-11-303-44/+2
* datatype: fix crash when using basetype instead of symbolic constantsPablo Neira Ayuso2014-11-281-13/+20
* evaluate: reject: fix crash on NULL location with bridge and tcp resetAlvaro Neira2014-11-261-1/+1
* build: add missing \ in src/Makefile.am (AM_CPPFLAGS)David Kozub2014-11-251-1/+1
* parser: restore named vmapPablo Neira Ayuso2014-11-231-0/+11
* src: restore nft --debugPablo Neira Ayuso2014-11-231-1/+1
* netlink: don't bug on unknown eventsPablo Neira Ayuso2014-11-141-4/+1
* build: autotools conversionPablo Neira Ayuso2014-11-126-34/+54
* include: add cli.hPablo Neira Ayuso2014-11-102-0/+2
* rename parser.y to parser_bison.yPablo Neira Ayuso2014-11-103-4/+4
* src: Add cgroup support in meta expresionAna Rey2014-11-103-0/+6
* parser: allow both nat_flags and port specification in redirectArturo Borrero2014-11-091-0/+5
* nft: don't resolve hostnames by defaultArturo Borrero2014-11-062-5/+15
* utils: indicate file and line on memory allocation errorsPablo Neira Ayuso2014-11-041-2/+2
* src: add redirect supportArturo Borrero2014-11-046-2/+192
* meta: Add support for datatype devgroupAna Rey2014-10-241-2/+37
* evaluate: reject: enhance the error support throwing message with more detailsAlvaro Neira2014-10-241-17/+26
* evaluate: reject: check the context in reject without reason for bridge and i...Alvaro Neira2014-10-241-2/+42
* evaluate: reject: check in bridge and inet the network context in rejectAlvaro Neira2014-10-241-51/+117
* evaluate: reject: accept a reject reason with incorrect network contextAlvaro Neira2014-10-241-0/+2
* mnl: delete useless parameter nf_sock in batch functionsArturo Borrero2014-10-242-26/+26
* evaluate: reject: fix crash if we have transport protocol conflict from inetAlvaro Neira2014-10-211-1/+6