summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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-08-09dhcp: Try to reuse the IP address we had last time.Jukka Rissanen1-1/+1
2011-07-21iptables: Work around API breakage introduced in iptables 1.4.11Stefan Schmidt1-2/+10
2011-07-20build: Remove wifi-scan testing utilityMarcel Holtmann1-29/+0
2011-06-08tools: Use sendfile() instead of mmap() for AF_ALG test utilityMarcel Holtmann1-13/+4
2011-06-08tools: Add utility for testing AF_ALG kernel interfaceMarcel Holtmann1-0/+139
2011-05-27tools: Fix unused variable warnings for WISPr clientMarcel Holtmann1-3/+12
2011-05-08tools: Add support for broken WISPr responsesMarcel Holtmann1-3/+23
2011-05-08tools: Add support for WISPr authentication pollingMarcel Holtmann1-3/+20
2011-04-20tools: Add private-network testGustavo F. Padovan1-0/+268
2011-02-08iptables-test: Fix uninitialised use of entry_returnKalle Valo1-3/+4
2011-01-01tools: Add proxy option to web testing utilityMarcel Holtmann1-0/+8
2010-12-10tools: Rename stats-ringbuffer-dump to stats-toolDaniel Wagner2-408/+910
2010-11-26Remove support for dhclient pluginMarcel Holtmann1-264/+0
2010-11-26Change service name from org.moblin.connman to net.connmanMarcel Holtmann1-2/+2
2010-11-21Fix compilation warning/error with g_web_set_user_agent usageJohan Hedberg1-1/+1
2010-11-21Run WISPr login procedure outside of GIOChannel callbackMarcel Holtmann1-3/+7
2010-11-21Add missing break statement to WISPr clientMarcel Holtmann1-0/+2
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-13dhcp-server-test: Initial implementationMartin Xu1-0/+123
2010-11-13Show WISPr abort login URL if presentMarcel Holtmann1-0/+8
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-11-08Use URI escape helpers for WISPr login requestMarcel Holtmann1-4/+15
2010-11-08Add parameters for setting user agent and HTTP versionMarcel Holtmann1-1/+15
2010-11-08Add support for printing result in GWeb test toolMarcel Holtmann1-2/+11
2010-11-07Remove outdated portal test programMarcel Holtmann1-378/+0
2010-11-04Don't use O_CLOEXEC flag to open()Marcel Holtmann1-1/+1
2010-11-04Use * characters for hidden password inputMarcel Holtmann1-0/+3
2010-11-04Add support for WISPr username/password input dialogsMarcel Holtmann1-11/+171
2010-11-02Print hotspot location detailsMarcel Holtmann1-0/+24
2010-11-02Show provided WISPr logout URLMarcel Holtmann1-0/+3
2010-11-02Add login handling to WISPr command line clientMarcel Holtmann1-212/+240