summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* tools: Factorization of target reference update in iptables-testTomasz Bursztyka2011-09-221-14/+23
* tools: Refactoring how jumps are handled in iptables-testTomasz Bursztyka2011-09-221-64/+81
* tools: Fixing target reference update in iptables-testTomasz Bursztyka2011-09-221-3/+3
* tools: Renaming add into append into iptables-testTomasz Bursztyka2011-09-221-3/+3
* tools: Adding capability to insert a rule in iptables-testTomasz Bursztyka2011-09-221-7/+53
* tools: Code factorization for rule inclusion in iptables-testTomasz Bursztyka2011-09-221-12/+31
* tools: Fix memory leak in iptables-test.cTomasz Bursztyka2011-09-221-2/+6
* tools: in, out, source and destination support in iptables-testTomasz Bursztyka2011-09-221-12/+70
* tools: Small indentation fix in iptables-testTomasz Bursztyka2011-09-221-2/+2
* tools: iptables-test delete a chain if only it is already flushed.Tomasz Bursztyka2011-09-221-12/+13
* tools: Added helper function to remove table entry in iptables-testTomasz Bursztyka2011-09-221-5/+17
* tools: find_chain_head/find_chain_tail code factorization in iptables-testTomasz Bursztyka2011-09-221-25/+3