| Commit message (Expand) | Author | Age | Files | Lines |
* | include: include <string.h> in <nft.h> | Thomas Haller | 2023-09-28 | 1 | -1/+0 |
* | include: include <stdlib.h> in <nft.h> | Thomas Haller | 2023-09-11 | 1 | -1/+0 |
* | src: add <nft.h> header and include it as first | Thomas Haller | 2023-08-25 | 1 | -0/+2 |
* | main: Call nft_ctx_free() before exiting | Phil Sutter | 2023-07-04 | 1 | -17/+19 |
* | main: Make 'buf' variable branch-local | Phil Sutter | 2023-07-04 | 1 | -2/+4 |
* | main: Error out when combining -i/--interactive and -f/--file | Pablo Neira Ayuso | 2023-04-18 | 1 | -0/+10 |
* | src: add ruleset optimization infrastructure | Pablo Neira Ayuso | 2022-01-15 | 1 | -1/+8 |
* | main: _exit() if setuid | Florian Westphal | 2021-10-19 | 1 | -0/+4 |
* | src: add --define key=value | Pablo Neira Ayuso | 2021-07-20 | 1 | -1/+21 |
* | main: fix nft --help output fallout from 719e4427 | Štěpán Němec | 2021-02-22 | 1 | -3/+4 |
* | main: fix typo in cli definition | Pablo Neira Ayuso | 2021-01-06 | 1 | -1/+1 |
* | cli: add libedit support | Pablo Neira Ayuso | 2021-01-05 | 1 | -1/+3 |
* | nft: rearrange help output to group related options together | Arturo Borrero Gonzalez | 2020-07-29 | 1 | -53/+83 |
* | main: fix build with gcc <= 4.8 | Fabrice Fontaine | 2020-06-08 | 1 | -1/+3 |
* | main: fix get_optstring truncating output | Michael Braun | 2020-05-02 | 1 | -1/+3 |
* | main: fix ASAN -fsanitize=address error in get_optstring() | Michael Braun | 2020-05-01 | 1 | -4/+4 |
* | main: swap json and gmp fields in nft -V | Pablo Neira Ayuso | 2020-04-01 | 1 | -1/+1 |
* | main: use one data-structure to initialize getopt_long(3) arguments and help. | Jeremy Sowden | 2020-03-10 | 1 | -113/+138 |
* | main: interpolate default include path into help format-string. | Jeremy Sowden | 2020-03-10 | 1 | -2/+2 |
* | main: include '--reversedns' in help. | Jeremy Sowden | 2020-03-10 | 1 | -1/+1 |
* | main: include '-d' in help. | Jeremy Sowden | 2020-03-10 | 1 | -20/+20 |
* | main: remove duplicates from option string. | Jeremy Sowden | 2020-03-05 | 1 | -1/+1 |
* | main: add more information to `nft -V`. | Jeremy Sowden | 2020-03-05 | 1 | -1/+45 |
* | main: restore --debug | Pablo Neira Ayuso | 2020-01-09 | 1 | -2/+4 |
* | main: enforce options before commands | Pablo Neira Ayuso | 2019-12-18 | 1 | -1/+45 |
* | main: remove duplicate output flag assignment. | Jeremy Sowden | 2019-10-23 | 1 | -1/+0 |
* | main: add missing `OPT_NUMERIC_PROTO` long option. | Jeremy Sowden | 2019-10-23 | 1 | -0/+4 |
* | Revert "main: Fix for misleading error with negative chain priority" | Phil Sutter | 2019-10-23 | 1 | -1/+1 |
* | src: add --terse to suppress output of set elements. | Jeremy Sowden | 2019-10-22 | 1 | -1/+10 |
* | src: use `-T` as the short option for `--numeric-time`. | Jeremy Sowden | 2019-10-22 | 1 | -3/+3 |
* | main: Fix for misleading error with negative chain priority | Phil Sutter | 2019-10-21 | 1 | -1/+1 |
* | meta: Introduce new conditions 'time', 'day' and 'hour' | Ander Juaristi | 2019-09-06 | 1 | -1/+11 |
* | main: replace NFT_EXIT_NOMEM by EXIT_FAILURE | Pablo Neira Ayuso | 2019-07-05 | 1 | -2/+1 |
* | src: use malloc() and free() from cli and main | Pablo Neira Ayuso | 2019-07-05 | 1 | -1/+1 |
* | nft: don't use xzalloc() | Arturo Borrero Gonzalez | 2019-07-01 | 1 | -1/+7 |
* | main: Bail if non-available JSON was requested | Phil Sutter | 2019-06-25 | 1 | -0/+3 |
* | src: add -p to print layer 4 protocol numerically | Pablo Neira Ayuso | 2018-10-30 | 1 | -1/+6 |
* | src: get rid of nft_ctx_output_{get,set}_numeric() | Pablo Neira Ayuso | 2018-10-30 | 1 | -12/+2 |
* | src: add -y to priority base chain nummerically | Pablo Neira Ayuso | 2018-10-29 | 1 | -2/+10 |
* | src: default to numeric UID and GID listing | Pablo Neira Ayuso | 2018-10-29 | 1 | -1/+10 |
* | src: add nft_ctx_output_{get,set}_echo() to nft_ctx_output_{get,set}_flags | Pablo Neira Ayuso | 2018-10-29 | 1 | -1/+1 |
* | src: add nft_ctx_output_{get,set}_json() to nft_ctx_output_{get,set}_flags | Pablo Neira Ayuso | 2018-10-29 | 1 | -1/+3 |
* | src: add nft_ctx_output_{get,set}_handle() to nft_ctx_output_{get,set}_flags | Pablo Neira Ayuso | 2018-10-29 | 1 | -1/+1 |
* | src: add nft_ctx_output_{get,set}_stateless() to nft_ctx_output_{get,flags}_f... | Pablo Neira Ayuso | 2018-10-29 | 1 | -1/+1 |
* | src: Revert --literal, add -S/--service | Pablo Neira Ayuso | 2018-10-29 | 1 | -20/+11 |
* | src: add --literal option | Pablo Neira Ayuso | 2018-07-07 | 1 | -2/+23 |
* | libnftables: Simplify nft_run_cmd_from_buffer footprint | Phil Sutter | 2018-06-18 | 1 | -1/+1 |
* | libnftables: Implement JSON output support | Phil Sutter | 2018-05-11 | 1 | -1/+10 |
* | libnftables: fix header export | Arturo Borrero Gonzalez | 2018-05-02 | 1 | -1/+1 |
* | libnftables: Fix for input without trailing newline | Phil Sutter | 2018-04-11 | 1 | -3/+2 |