summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* dnsproxy-simple-test: improve test coverage and test flexibilityMatthias Gerstner2022-11-031-15/+98
* dnsproxy: add standalone test version of dnsproxy and a test script for itMatthias Gerstner2022-03-042-0/+267
* dnsproxy-test: support command line specification of dnsproxy portMatthias Gerstner2022-02-211-2/+9
* tools: Fix uninitialized errors in iptables testsEmmanuel VAUTRIN2021-10-202-2/+2
* tools: Remove GDateTime API usageDaniel Wagner2019-11-131-10/+3
* shared: Remove netlink codeDaniel Wagner2019-11-071-123/+0
* tools: Replace GTimeVal with GDateTimeDaniel Wagner2019-11-021-3/+8
* test: Add tests and test tool for IPv6 parts of iptables.c.Jussi Laakkonen2018-11-233-98/+570
* notifier: Constify vtablesSlava Monich2018-10-281-3/+3
* session-test: Update notification parserDaniel Wagner2018-10-103-11/+36
* session-test: Use callback from data structure helperDaniel Wagner2018-10-101-1/+1
* session-test: Update callback function signatureDaniel Wagner2018-10-101-5/+9
* session-utils: Remove -Wcast-function-type from buildPeter Meerwald-Stadler2018-10-081-0/+1
* tools: Add missing include of stdio.hRoss Burton2018-10-081-0/+1
* tools: Include poll.h instead of sys/poll.hRoss Burton2018-10-082-2/+2
* tools: Fix includes for muslRoss Burton2018-10-081-1/+0
* build: Use AC_USE_SYSTEM_EXTENSIONSRoss Burton2018-10-083-3/+0
* dhcp: Use __connman_util_get_randomChristian Spielberger2018-05-242-0/+12
* gresolv: Ignore valid dns response with no answerEliott Dumeix2018-01-041-0/+2
* session: Callback hook for policy plugins to update session stateBjoern Thorwirth2017-05-031-6/+0
* stats: Don't handle TEMP_FAILURE_RETRY on close()Daniel Wagner2016-12-051-2/+2
* firewall: Add explicit feature APIDaniel Wagner2016-09-021-112/+0
* iptables-unit: Check that the command generated outputPatrik Flykt2016-03-221-0/+2
* iptables-unit: Fixed dereferencing NULL pointer in assert_rule()Nishant Chaprana2016-03-221-3/+4
* firewall: Add support for single rule add/remove operationsDaniel Wagner2015-08-141-5/+34
* tools: Handle interval value of zero in stats-toolHarish Jenny K N2015-06-121-0/+5
* tools: Fix copyright statementDaniel Wagner2014-07-227-7/+7
* nfacct: Remove support for NFACCTDaniel Wagner2014-02-271-240/+0
* tools: Ignore errors about deprecated g_test_trap_forkMarcel Holtmann2013-12-211-0/+2
* dnsproxy-test: Close socket in error pathDaniel Wagner2013-11-271-0/+3
* tap-test: Set device name with null terminationDaniel Wagner2013-11-271-2/+2
* tools: Function prototype fixes when function has no parametersJukka Rissanen2013-10-181-1/+1
* tools: Update session unit testsPatrik Flykt2013-09-121-2/+16
* tools: Fix already exists testPatrik Flykt2013-09-121-4/+4
* tools: Fix compilation warning on possible uninitializationTomasz Bursztyka2013-08-151-2/+2
* tools: Fix whitespace issueDaniel Wagner2013-08-071-1/+1
* tools: Do not compare expression against NULLDaniel Wagner2013-08-0718-255/+255
* session-utils: Use g_test_add_vtable directlyDaniel Wagner2013-07-231-1/+3
* tools: Whitespace cleanupDaniel Wagner2013-07-237-21/+26
* tools: Convert to stdbool with coccinelleDaniel Wagner2013-07-2318-152/+140
* tools: fix includeDaniel Wagner2013-07-231-0/+1
* tools Use dbus_bool_t with D-Bus functionsDaniel Wagner2013-07-231-1/+3
* session-test: Pass in struct test_fix into testsDaniel Wagner2013-07-233-130/+120
* shared/nfacct: Use unsigned int for error codesDaniel Wagner2013-07-021-8/+8
* shared/netlink: Use unsigned int for error codesDaniel Wagner2013-07-021-6/+6
* netlink-test: Use assertion to verify resultsDaniel Wagner2013-06-211-20/+65
* netlink-test: Use open coded message creation instead of structDaniel Wagner2013-06-201-30/+28
* netlink-test: Fix printf format string for uint64_tDaniel Wagner2013-06-201-1/+3
* netlink-test: Add NFACCT low level testDaniel Wagner2013-06-191-0/+205
* netlink-test: Add test program for netlinkDaniel Wagner2013-06-191-0/+113