summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include: add cli.hPablo Neira Ayuso2014-11-104-12/+22
* rename parser.y to parser_bison.yPablo Neira Ayuso2014-11-103-4/+4
* build: use AC_PROG_YACC and AM_PROG_LEXPablo Neira Ayuso2014-11-101-12/+15
* build: use PKG_CHECK_MODULES to check for libmnl and libnftnlPablo Neira Ayuso2014-11-102-6/+3
* src: Add cgroup support in meta expresionAna Rey2014-11-105-0/+17
* include: refresh cached copy of nf_tables.hPablo Neira Ayuso2014-11-101-4/+20
* parser: allow both nat_flags and port specification in redirectArturo Borrero2014-11-093-8/+19
* tests/regression: redirect: fix invalid syntaxArturo Borrero2014-11-092-55/+55
* tests/regression: masquerade: fix invalid syntaxArturo Borrero2014-11-092-34/+34
* nft: don't resolve hostnames by defaultArturo Borrero2014-11-064-8/+28
* utils: indicate file and line on memory allocation errorsPablo Neira Ayuso2014-11-042-3/+6
* src: add redirect supportArturo Borrero2014-11-049-2/+285
* meta: Add support for datatype devgroupAna Rey2014-10-243-2/+60
* 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-243-2/+48
* 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-243-34/+34
* test: update and add the reject tests for ip, ip6, bridge and inet.Alvaro Neira2014-10-224-2/+85
* evaluate: reject: fix crash if we have transport protocol conflict from inetAlvaro Neira2014-10-211-1/+6
* evaluate: reject: fix crash if we specify ether type or meta nfprotoAlvaro Neira2014-10-211-7/+7
* tests: add tests for masqueradeArturo Borrero2014-10-172-0/+50
* delinearize: list the icmpx reason with the string associatedAlvaro Neira2014-10-171-2/+6
* evaluate: fix a crash if we specify ether type or meta nfproto in rejectAlvaro Neira2014-10-111-1/+50
* build: remove unnecessary libintl.h checkSteven Barth2014-10-101-1/+1
* build: allow disabling libreadline-supportSteven Barth2014-10-104-1/+20
* tests: regression: Delete an unnecessary whitespace in an output messagesAna Rey2014-10-091-1/+1
* tests: regression: Delete all reference to wlan0 in test filesAna Rey2014-10-091-8/+8
* src: add masquerade supportArturo Borrero2014-10-097-2/+101
* netlink: use switch whenever possible in the monitor codePablo Neira Ayuso2014-10-091-29/+58
* src: interpret the event type from the evaluation stepPablo Neira Ayuso2014-10-095-88/+165
* src: add nat persistent and random optionsArturo Borrero2014-10-098-2/+130
* nft: complete reject supportAlvaro Neira2014-10-0912-10/+504
* datatype: Enhance symbolic_constant_parse()Alvaro Neira2014-10-091-20/+10
* src: Enhance payload_gen_dependency()Alvaro Neira2014-10-094-11/+20
* payload: generate dependency in the appropriate byteorderAlvaro Neira2014-10-091-2/+1
* mnl: use nft_batch_begin and nft_batch_end from libnftnlPablo Neira Ayuso2014-09-301-19/+6
* src: add list ruleset commandArturo Borrero2014-09-292-0/+32
* rule: factorize chain and table listing codeArturo Borrero2014-09-291-32/+35
* rule: rename do_command_list_cleanup() to table_cleanup()Arturo Borrero2014-09-291-3/+3
* src: add set optimization optionsArturo Borrero2014-09-295-0/+83
* parser: rearrange monitor/export rulesPatrick McHardy2014-09-241-12/+11
* queue: clean up queue statementPatrick McHardy2014-09-247-72/+75
* expr: make range_low()/range_high() usable outside of segtreePatrick McHardy2014-09-243-40/+44
* mnl: consistency checks across several netlink dumpsPablo Neira Ayuso2014-09-196-0/+75
* tests: Add any folder with test files.Ana Rey2014-09-186-0/+383
* tests: Add bridge folder with test files.Ana Rey2014-09-181-0/+7
* tests: Add arp folder with test files.Ana Rey2014-09-182-0/+58
* tests: Add inet folder with test files.Ana Rey2014-09-188-0/+380
* tests: Add ip6 folder with test files.Ana Rey2014-09-1811-0/+487