summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* session-test: Add tests for session_policy_localDaniel Wagner2013-05-311-0/+151
* tools: Rename dnsproxy-unit to dnsproxy-testJukka Rissanen2013-04-131-0/+0
* tools: Make message buffers staticJukka Rissanen2013-04-131-3/+3
* tools: Add unit test for dnsproxyJukka Rissanen2013-04-051-0/+463
* iptables-unit: Add firewall API testsDaniel Wagner2013-03-251-0/+84
* iptables-test: Add insert supportDaniel Wagner2013-03-251-2/+10
* iptables-unit: Check if rules are inserted/removedDaniel Wagner2013-03-191-1/+107
* iptables-unit: Add debug optionDaniel Wagner2013-03-181-1/+40
* iptables-test: Use iptables implementation from coreDaniel Wagner2013-03-181-1811/+83
* test-session: Move file to tools and rename it to session-testDaniel Wagner2013-03-185-0/+1586
* test-iptables: Move file to tools and rename it to iptables-unitDaniel Wagner2013-03-181-0/+327
* tools: Refactor where table should be loadedTomasz Bursztyka2012-08-141-9/+27
* tools: Avoid shadowing buffer variableMarcel Holtmann2012-07-151-12/+12
* wispr: Remove dead assignmentHenrique Dante de Almeida2012-05-091-1/+1
* tools: Remove dead assignments in supplicantHenrique Dante de Almeida2012-05-091-2/+0
* tools: Remove dead assignment in supplicantHenrique Dante de Almeida2012-05-091-3/+1
* tools: Remove dead assignment in iptables-testHenrique Dante de Almeida2012-05-091-1/+1
* tools: Update copyright informationMarcel Holtmann2012-04-2917-17/+17
* tools: Add WISPr route request debug printoutsPatrik Flykt2012-04-272-4/+23
* build: Remove useless alg-test example programMarcel Holtmann2012-04-211-131/+0
* iptables-test: Mask address when parsing ip/prefixlenDaniel Wagner2012-02-131-0/+1
* tools: Fix rule insertion in a builtin chain into iptables-testTomasz Bursztyka2012-02-131-1/+4
* iptables-test: Parse also netmask for src/dst addressesDaniel Wagner2012-02-131-9/+39
* test: adding a fonction to compare a rule against the actual onesTomasz Bursztyka2012-02-031-5/+53
* test: refactoring rule finding part into iptables-testTomasz Bursztyka2012-02-031-13/+41
* tools: Initiate defined table before working on it in iptables-testTomasz Bursztyka2011-11-141-4/+10
* tools: Fix xtables API version issues with iptables-testTomasz Bursztyka2011-10-311-4/+36
* tools: Add iptables_test builtin chain policy changesTomasz Bursztyka2011-10-281-3/+50
* tools: Initialize the iptables_test invert flag properlyTomasz Bursztyka2011-10-281-0/+2
* tools: Disable getopt unknown option display in iptables_testTomasz Bursztyka2011-10-281-0/+3
* tools: Add support for rule matches list to iptables_testTomasz Bursztyka2011-10-281-21/+23
* tools: Finalize matches extensions setup in iptables_testTomasz Bursztyka2011-10-281-0/+4
* tools: Add extensions options parsing for matches to iptables-testTomasz Bursztyka2011-10-281-2/+24
* tools: Finalize target extensions setup in iptables_testTomasz Bursztyka2011-10-281-0/+3
* tools: Add extensions options parsing for target to iptables_testTomasz Bursztyka2011-10-281-8/+9
* tools: Add x6_options matches handling to iptables-testTomasz Bursztyka2011-10-281-5/+17
* tools: Add x6_options target handling to iptables_testTomasz Bursztyka2011-10-281-2/+12
* tools: Target and matches preparation function moves in iptables_testTomasz Bursztyka2011-10-281-10/+8
* tools: Add matches rule list loading support for iptables_testTomasz Bursztyka2011-10-281-3/+5
* tools: Refactor iptables_test matches preparationTomasz Bursztyka2011-10-281-25/+48
* tools: Move iptables_test target options merge in prepare_targetTomasz Bursztyka2011-10-281-11/+14
* tools: Code preparation for iptable-test option handlingTomasz Bursztyka2011-10-281-24/+24
* tools: Fix compilation in MeeGoJukka Rissanen2011-10-263-0/+3
* tools: Add SOCK_CLOEXEC to socket()Daniel Wagner2011-10-253-3/+3
* tools: Add O_CLOEXEC to open()Daniel Wagner2011-10-254-4/+5
* tools: Fixed double-free error possibility into iptables-testTomasz Bursztyka2011-09-291-0/+1
* tools: Copyright year update in iptables-testTomasz Bursztyka2011-09-221-1/+1
* tools: Tiny indentation fix in iptables-testTomasz Bursztyka2011-09-221-9/+6
* tools: Adding capability to load necessary modules into iptables-testTomasz Bursztyka2011-09-221-2/+15
* tools: Rule deletion capability added to iptables-testTomasz Bursztyka2011-09-221-6/+207