summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2010-11-02Show provided WISPr logout URLMarcel Holtmann1-0/+3
2010-11-02Add login handling to WISPr command line clientMarcel Holtmann1-212/+240
2010-11-01Split the GET and POST method APIsMarcel Holtmann2-4/+2
2010-11-01Add support for decoding WISPr page elementsMarcel Holtmann1-0/+53
2010-11-01Use return value of result function to indicate to proceed or notMarcel Holtmann2-3/+7
2010-11-01The HTTP status code can be retrieved from result objectMarcel Holtmann2-2/+6
2010-11-01Add parsing of initial WISPr responseMarcel Holtmann1-3/+222
2010-10-30Enable close connection for the inital WISPr requestMarcel Holtmann1-0/+1
2010-10-30Update WISPr command line client to use GWebMarcel Holtmann1-65/+52
2010-10-30Update error messages of GWeb test applicationMarcel Holtmann1-5/+4
2010-10-30Let the test tool use ConnMan as user agent stringMarcel Holtmann1-0/+2
2010-10-30Add basic update for GWeb request APIMarcel Holtmann1-1/+1
2010-10-30Add dummy HTTPS client to WISPr test programMarcel Holtmann1-0/+129
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
This is needed to set the jump targets.
2010-10-30iptables-test: Merge rule adding routinesSamuel Ortiz1-55/+15
There is no valid reason for separating the builtin case from the generic one.
2010-10-29Add skeleton for WISPr command line clientMarcel Holtmann1-0/+29
2010-10-26iptables-test: Build custom ruleSamuel Ortiz1-7/+45
The match and target correct parsing allows for custom rule building.
2010-10-26iptables-test: Inversion supportSamuel Ortiz1-5/+21
2010-10-26iptables-test: Parse targets and matches optionsSamuel Ortiz1-38/+91
The target and matches parsing routine allow for a proper xtable structure building. Those structures then allow for an easier rule building.
2010-10-25iptables-test: Add -t option supportSamuel Ortiz1-7/+15
This will be needed for masquerading support.
2010-10-25iptables-test: Initial command line parsingSamuel Ortiz1-11/+91
The command line options are an iptables subset.
2010-10-23iptables: Replace iptables-test programSamuel Ortiz1-108/+608
The new iptables-test no longer links against the unstable libiptc library. A link against libxtables is still necessary as the iptables extensions are only registered against iptables through this library. Not using it would mean replicating any of the extensions ConnMan could potentially need.
2010-10-13Update stats-ringbuffer-dump toolDaniel Wagner1-22/+95
Adapt stats-ringbuffer-dump to the new file format.
2010-10-04Move GResolv source file sinto GWeb directoryMarcel Holtmann2-2/+2
2010-09-23Fix typo in stats_print_recordDaniel Wagner1-1/+1
2010-09-22Add statistics ring buffer analyze toolDaniel Wagner1-0/+335
This tool prints the statistic ring buffer.
2010-09-22Don't bother setting 127.0.0.1 as nameserverMarcel Holtmann2-4/+2
2010-09-21Add basic DNS resolving for HTTP operationMarcel Holtmann1-0/+9
2010-08-20Fix iptables-test to work with iptables 1.4.9Robert Piasek1-2/+2
Starting with version 1.4.9 iptables dropped xtables_set_revision function. This patch removes any use of it.
2010-08-01Fix up test tool for web service libraryMarcel Holtmann1-1/+21
2010-08-01Report error if lookup failsMarcel Holtmann1-1/+5
2010-07-31Add simple test tool for web service libraryMarcel Holtmann1-0/+108
2010-07-29Add simple test tool for running WPAD DNS queriesMarcel Holtmann1-0/+200
2010-07-29Add domain name support to DHCP test toolMarcel Holtmann1-0/+5
2010-07-29Fix stupid typoMarcel Holtmann1-1/+1
2010-07-29Fix dhclient-test.c build errorSamuel Ortiz1-0/+1
2010-07-28Fix timer handling for DHCP library test toolMarcel Holtmann1-18/+11
2010-07-28Add tool for standalone dhclient testingMarcel Holtmann1-0/+263
2010-07-28Report human readable status information for resolver resultMarcel Holtmann1-1/+25
2010-07-28Add simple timer for resolver test programMarcel Holtmann1-1/+12
2010-07-28Destroy timer of DHCP test programMarcel Holtmann1-1/+3
2010-07-27Add debug option to resolver test toolMarcel Holtmann1-1/+27
2010-07-26Fix resolver test script to show lookup resultsMarcel Holtmann1-1/+16
2010-07-26Make resolver test tool use internal resolver libraryMarcel Holtmann1-81/+34
2010-07-26Use top-level include directory for internal DHCP libraryMarcel Holtmann1-1/+1
2010-07-22Display hostname to dhcp-testSamuel Ortiz1-0/+4
2010-07-22Fix GDHCPClientError typoSamuel Ortiz1-1/+1