]> git.ipfire.org Git - thirdparty/nftables.git/shortlog
thirdparty/nftables.git
2015-03-17  Pablo Neira... src: allow to specify the default policy for base chains
2015-03-17  Pablo Neira... src: expose table flags
2015-03-02  Eric Leblondtests: regression: fix typo in README
2015-03-01  Pablo Neira... main: display errors through stderr
2015-02-18  Pablo Neira... rule: fix object order via nft -f
2015-02-01  Pablo Neira... meta: register pkttype_type datatype
2015-01-12  Patrick McHardyevaluate: use stmt_evaluate_arg() in all cases
2015-01-12  Patrick McHardyevaluate: check that map expressions' datatype matches...
2015-01-12  Patrick McHardyevaluate: properly set datatype of map expression
2015-01-12  Patrick McHardyevaluate: verify named map is actually a map
2015-01-12  Patrick McHardymeta: don't print meta keyword for unqualified meta...
2015-01-12  Alvaro Neira... evaluate: clean up unused variables (pctx)
2015-01-12  Patrick McHardyexpr: fix crash when listing non-verdict mappings
2015-01-12  Patrick McHardyset: remove unused set_clone() function
2015-01-11  Patrick McHardyparser: properly fix handling of large integer values
2015-01-11  Patrick McHardynetlink_linearize: add register dumping helper function
2015-01-11  Patrick McHardynetlink_delinearize: add register parsing helper function
2015-01-11  Patrick McHardyconcat: add concat subtype lookup/id helpers
2015-01-11  Patrick McHardynetlink_delinearize: cleanup hard to read code
2015-01-11  Patrick McHardynetlink_delinearize: rename netlink_parse_*_sreg/dreg...
2015-01-11  Patrick McHardynetlink: readability fixes
2015-01-11  Patrick McHardynetlink: style fixes
2015-01-11  Patrick McHardynetlink: style fixes
2015-01-11  Patrick McHardynetlink: remove unnecessary temporary variable
2015-01-11  Patrick McHardynetlink: fix memory leaks
2015-01-10  Patrick McHardynetlink_delinearize: fix error handling for invalid...
2015-01-10  Patrick McHardyevaluate: add missing datatype compat checks for statem...
2015-01-10  Patrick McHardyeval: refactor NAT evaluation functions
2015-01-08  Pablo Neira... src: modify pr_debug() to use printf and introduce...
2015-01-08  Pablo Neira... build: use -Wno-sign-compare to avoid compilation warni...
2015-01-08  Steven Barthbuild: add --with-mini-gmp switch to disable linking...
2015-01-07  Arturo Borrerodoc: add a reference to the wiki page in the man page
2015-01-07  Steven Bartherec: use stdio vasprintf instead of gmp_vasprintf
2015-01-07  Steven Barthdatatype: use mpz_set_str instead of gmp_sscanf
2015-01-07  Steven Barthparser: rename VERSION token to HDRVERSION
2015-01-06  Pablo Neira... evaluate: reject: fix dependency generation from nft -f
2015-01-04  Pablo Neira... payload: assert when accessing inner transport header
2014-12-22  Pablo Neira... tests: regression: revisit chain tests
2014-12-22  Pablo Neira... tests: regression: named sets work
2014-12-16  Patrick McHardyparser: alloc specifying concat types in set declarations
2014-12-16  Patrick McHardydatatype: change concat_type_alloc() to construct type...
2014-12-16  Patrick McHardyutils: add fls()
2014-12-16  Patrick McHardydatatype: add define for maximum number of bits and...
2014-12-16  Patrick McHardydatatype: add new subtypes field to account number...
2014-12-16  Patrick McHardydatatype: generate name for concat types
2014-12-15  Pablo Neira... Bump version to v0.4 v0.4
2014-12-15  Pablo Neira... datatype: missing byteorder in string_type
2014-12-15  Pablo Neira... build: restore --disable-debug
2014-12-14  Pablo Neira... tests: regression: log.t: this works for bridge and...
2014-12-14  Pablo Neira... tests: regression: simplify run_test_file() in case...
2014-12-14  Pablo Neira... tests: regression: fix wrong number of test files
2014-12-12  Pablo Neira... parser: use 'redirect to PORT' instead of 'redirect...
2014-12-12  Pablo Neira... tests: regression: redirect.t: fix bogus errors
2014-12-12  Pablo Neira... tests: regression: adapt nat tests to use random-fully
2014-12-11  Patrick McHardydatatype: print datatype name in datatype_print() BUG...
2014-12-11  Patrick McHardydtype: fix memory leak in concat_type_destroy()
2014-12-11  Patrick McHardymeta: properly align types in meta_template table
2014-12-11  Patrick McHardystmt: rename nat "random-fully" option to "fully-random"
2014-12-10  Patrick McHardydtype: remove unnecessary icmp* parse/print functions
2014-12-09  Pablo Neira... rule: fix segmentation faults on kernels without nftabl...
2014-12-09  Pablo Neira... netlink: fix listing of range set elements in host...
2014-12-09  Pablo Neira... netlink_delinearize: fix listing of set members in...
2014-12-09  Pablo Neira... src: generate set members using integer_type in the...
2014-12-05  Pablo Neira... payload: fix endianess issue in payload_expr_pctx_update()
2014-12-03  Eric Leblonddatatype: fix name of icmp* code
2014-12-01  Pablo Neira... scanner: don't bug on too large values
2014-12-01  Pablo Neira... tests: regression: any/ct: remove wrong output
2014-12-01  Pablo Neira... tests: regression: fix "Listing is broken" instead...
2014-12-01  Pablo Neira... meta: set base field on clones
2014-12-01  Pablo Neira... netlink_delinearize: clone on netlink_get_register...
2014-12-01  Eric Leblondscanner: fix reading of really long line
2014-11-30  Pablo Neira... datatype: relax datatype check in integer_type_parse()
2014-11-28  Pablo Neira... datatype: fix crash when using basetype instead of...
2014-11-26  Alvaro Neiraevaluate: reject: fix crash on NULL location with bridg...
2014-11-25  David Kozubbuild: add missing \ in src/Makefile.am (AM_CPPFLAGS)
2014-11-24  Pablo Neira... tests: regression: test masquerade from nat/postrouting too
2014-11-24  Pablo Neira... tests: regression: fix bogus error due to bash
2014-11-23  Pablo Neira... tests: regression: don't use -nnn for non-list commands
2014-11-23  Pablo Neira... tests: regression: any/queue.t: use new syntax
2014-11-23  Pablo Neira... parser: restore named vmap
2014-11-23  Pablo Neira... src: restore nft --debug
2014-11-14  Pablo Neira... netlink: don't bug on unknown events
2014-11-12  Giorgio Dal... build: add autotools support for the 'files' subdir
2014-11-12  Giorgio Dal... build: add autotools support for the 'doc' subdir
2014-11-12  Pablo Neira... build: autotools conversion
2014-11-10  Pablo Neira... include: add cli.h
2014-11-10  Pablo Neira... rename parser.y to parser_bison.y
2014-11-10  Pablo Neira... build: use AC_PROG_YACC and AM_PROG_LEX
2014-11-10  Pablo Neira... build: use PKG_CHECK_MODULES to check for libmnl and...
2014-11-10  Ana Reysrc: Add cgroup support in meta expresion
2014-11-10  Pablo Neira... include: refresh cached copy of nf_tables.h
2014-11-09  Arturo Borreroparser: allow both nat_flags and port specification...
2014-11-09  Arturo Borrerotests/regression: redirect: fix invalid syntax
2014-11-09  Arturo Borrerotests/regression: masquerade: fix invalid syntax
2014-11-06  Arturo Borreronft: don't resolve hostnames by default
2014-11-04  Pablo Neira... utils: indicate file and line on memory allocation...
2014-11-04  Arturo Borrerosrc: add redirect support
2014-10-24  Ana Reymeta: Add support for datatype devgroup
2014-10-24  Alvaro Neiraevaluate: reject: enhance the error support throwing...
2014-10-24  Alvaro Neiraevaluate: reject: check the context in reject without...
next