summaryrefslogtreecommitdiff
path: root/tools/iptables-test.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-28tools: Refactor iptables_test matches preparationTomasz Bursztyka1-25/+48
2011-10-28tools: Move iptables_test target options merge in prepare_targetTomasz Bursztyka1-11/+14
2011-10-28tools: Code preparation for iptable-test option handlingTomasz Bursztyka1-24/+24
2011-10-25tools: Add SOCK_CLOEXEC to socket()Daniel Wagner1-1/+1
2011-09-29tools: Fixed double-free error possibility into iptables-testTomasz Bursztyka1-0/+1
2011-09-22tools: Copyright year update in iptables-testTomasz Bursztyka1-1/+1
2011-09-22tools: Tiny indentation fix in iptables-testTomasz Bursztyka1-9/+6
2011-09-22tools: Adding capability to load necessary modules into iptables-testTomasz Bursztyka1-2/+15
2011-09-22tools: Rule deletion capability added to iptables-testTomasz Bursztyka1-6/+207
2011-09-22tools: Factorization of target reference update in iptables-testTomasz Bursztyka1-14/+23
2011-09-22tools: Refactoring how jumps are handled in iptables-testTomasz Bursztyka1-64/+81
2011-09-22tools: Fixing target reference update in iptables-testTomasz Bursztyka1-3/+3
2011-09-22tools: Renaming add into append into iptables-testTomasz Bursztyka1-3/+3
2011-09-22tools: Adding capability to insert a rule in iptables-testTomasz Bursztyka1-7/+53
2011-09-22tools: Code factorization for rule inclusion in iptables-testTomasz Bursztyka1-12/+31
2011-09-22tools: Fix memory leak in iptables-test.cTomasz Bursztyka1-2/+6
2011-09-22tools: in, out, source and destination support in iptables-testTomasz Bursztyka1-12/+70
2011-09-22tools: Small indentation fix in iptables-testTomasz Bursztyka1-2/+2
2011-09-22tools: iptables-test delete a chain if only it is already flushed.Tomasz Bursztyka1-12/+13
2011-09-22tools: Added helper function to remove table entry in iptables-testTomasz Bursztyka1-5/+17
2011-09-22tools: find_chain_head/find_chain_tail code factorization in iptables-testTomasz Bursztyka1-25/+3
2011-07-21iptables: Work around API breakage introduced in iptables 1.4.11Stefan Schmidt1-2/+10
2011-02-08iptables-test: Fix uninitialised use of entry_returnKalle Valo1-3/+4
2010-11-16iptables-test: Fix build failure against 2.6.37-rc1 headersSamuel Ortiz1-5/+5
2010-11-13iptables-test: Support for chain flushingSamuel Ortiz1-4/+82
2010-11-12iptables-test: Fix build failureLucas De Marchi1-3/+3
2010-11-12iptables-test: Set builtin flag before inserting new entrySamuel Ortiz1-1/+1
2010-11-12iptables-test: Fix builtin chain rule additionSamuel Ortiz1-1/+17
2010-11-12iptables-test: Update builtin hooks and underflow arraysSamuel Ortiz1-16/+78
2010-10-30iptables-test: Support for chain deletionSamuel Ortiz1-3/+56
2010-10-30iptables-test: Properly clean tables upSamuel Ortiz1-1/+19
2010-10-30iptables-test: Support for user defined chain jumpsSamuel Ortiz1-4/+111
2010-10-30iptables-test: Update entries offsets properlySamuel Ortiz1-3/+25
2010-10-30iptables-test: Merge rule adding routinesSamuel Ortiz1-55/+15
2010-10-26iptables-test: Build custom ruleSamuel Ortiz1-7/+45
2010-10-26iptables-test: Inversion supportSamuel Ortiz1-5/+21
2010-10-26iptables-test: Parse targets and matches optionsSamuel Ortiz1-38/+91
2010-10-25iptables-test: Add -t option supportSamuel Ortiz1-7/+15
2010-10-25iptables-test: Initial command line parsingSamuel Ortiz1-11/+91
2010-10-23iptables: Replace iptables-test programSamuel Ortiz1-108/+608
2010-08-20Fix iptables-test to work with iptables 1.4.9Robert Piasek1-2/+2
2010-07-14iptables test programSamuel Ortiz1-0/+207