summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2010-12-10tools: Rename stats-ringbuffer-dump to stats-toolDaniel Wagner2-408/+910
Due to new functionality added to the stats-ringbuffer-dump tool it is now called stats-tool. Besides to dump statistic ring buffer files it also allows to create them for testing. Furthermore, it create history files now too.
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
This patch fixes the following warning/error: tools/web-test.c: In function ‘main’: tools/web-test.c:134: error: format not a string literal and no format arguments
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
tools/iptables-test.c:786:5: error: cast from pointer to integer of different size tools/iptables-test.c:788:5: error: cast from pointer to integer of different size
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
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