| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | libnftables: Ensure output_fp is never NULL | Phil Sutter | 2017-11-22 | 1 | -1/+0 |
* | libnftables: Unexport enum nftables_exit_codes | Phil Sutter | 2017-11-16 | 1 | -11/+11 |
* | src: add nft_ prefix to everything exposed through include/nftables/nftables.h | Pablo Neira Ayuso | 2017-10-24 | 1 | -13/+13 |
* | libnftables: Introduce getters and setters for everything | Phil Sutter | 2017-10-24 | 1 | -13/+17 |
* | cli: Use nft_run_cmd_from_buffer() | Phil Sutter | 2017-10-24 | 1 | -3/+2 |
* | libnftables: Move library stuff out of main.c | Phil Sutter | 2017-10-24 | 1 | -251/+1 |
* | main: Fix for wrong argument passed to cache_release in nft_ctx_free | Phil Sutter | 2017-10-20 | 1 | -2/+2 |
* | evaluate: Fix debug output | Phil Sutter | 2017-10-06 | 1 | -2/+8 |
* | main: Drop stdout hack to expose nft_print() implementation issues | Phil Sutter | 2017-09-29 | 1 | -3/+1 |
* | main: Flush output from nft_gmp_print() | Phil Sutter | 2017-09-29 | 1 | -0/+1 |
* | src: get rid of printf | Phil Sutter | 2017-09-29 | 1 | -3/+48 |
* | main: Fix for return of uninitialized variable in nft_run_cmd_from_filename() | Phil Sutter | 2017-09-27 | 1 | -1/+3 |
* | src: add flags fo nft_ctx_new | Eric Leblond | 2017-09-04 | 1 | -9/+11 |
* | src: add nft_ctx_netlink_init() | Pablo Neira Ayuso | 2017-09-01 | 1 | -2/+10 |
* | src: move nf_sock into nft_ctx structure | Pablo Neira Ayuso | 2017-09-01 | 1 | -15/+11 |
* | src: call nft_init() and nft_exit() from context routines | Pablo Neira Ayuso | 2017-08-24 | 1 | -5/+4 |
* | src: release caches from nft_ctx_free() path | Eric Leblond | 2017-08-24 | 1 | -3/+2 |
* | src: add nft_run_cmd_*() functions | Eric Leblond | 2017-08-24 | 1 | -22/+54 |
* | src: add nft_ctx_new() and nft_ctx_free() | Eric Leblond | 2017-08-24 | 1 | -25/+39 |
* | mnl: fix error handling in mnl_batch_talk | Eric Leblond | 2017-08-24 | 1 | -1/+0 |
* | scanner: Fix for memleak due to unclosed file pointer | Phil Sutter | 2017-08-24 | 1 | -1/+1 |
* | src: add debugging mask to context structure | Pablo Neira Ayuso | 2017-08-23 | 1 | -6/+7 |
* | src: remove ifdef DEBUG pollution | Pablo Neira Ayuso | 2017-08-23 | 1 | -10/+0 |
* | src: add maximum number of parser errors to struct nft_ctx | Pablo Neira Ayuso | 2017-08-23 | 1 | -1/+1 |
* | src: add include_paths to struct nft_ctx | Pablo Neira Ayuso | 2017-08-23 | 1 | -6/+11 |
* | src: Keep cache in struct nft_ctx | Phil Sutter | 2017-08-23 | 1 | -13/+11 |
* | src: make netlink sequence number non-static | Pablo Neira Ayuso | 2017-08-15 | 1 | -5/+5 |
* | src: introduce struct nft_cache | Varsha Rao | 2017-08-14 | 1 | -11/+18 |
* | Implement --echo option | Phil Sutter | 2017-08-14 | 1 | -1/+10 |
* | src: Remove __init and __exit macro definitions. | Varsha Rao | 2017-07-17 | 1 | -0/+24 |
* | include: Pass nf_sock where needed as parameter | Pablo Neira Ayuso | 2017-07-17 | 1 | -10/+14 |
* | src: add --check option flag | Pablo M. Bermudo Garay | 2017-06-26 | 1 | -2/+12 |
* | src: add new generic context structure nft_ctx | Pablo M. Bermudo Garay | 2017-06-26 | 1 | -13/+13 |
* | src: Pass stateless, numeric, ip2name and handle variables as structure members. | Varsha Rao | 2017-06-18 | 1 | -13/+13 |