summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-12-14gdhcp: Add IPv4 Link-Local supportJulien Massot1-1/+1
IPv4 Link-Local negociation starts on gdhcp client failure.
2010-12-10tools: Rename stats-ringbuffer-dump to stats-toolDaniel Wagner1-1/+3
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-12-02Remove selftest file and optionSamuel Ortiz1-1/+1
2010-11-26Remove support for dhclient pluginMarcel Holtmann1-11/+0
2010-11-25test: Providers is no longer a manager propertyGustavo F. Padovan1-4/+4
2010-11-13dhcp-server-test: Initial implementationMartin Xu1-2/+5
2010-11-13gdhcp: Initial DHCP server implementationMartin Xu1-1/+2
2010-11-13Use a proper technology callback to report Tethering statusMarcel Holtmann1-1/+1
2010-11-10tethering: Add async tethering_enabled callbackSamuel Ortiz1-1/+1
2010-11-07Remove outdated portal test programMarcel Holtmann1-6/+4
2010-11-06Add basic implementation for internal proxy frameworkMarcel Holtmann1-3/+3
2010-11-06Add skeleton for integration of WISPr supportMarcel Holtmann1-1/+1
2010-11-06Add workaround for not linking against GnuTLSMarcel Holtmann1-0/+2
2010-11-05Remove test scripts for no longer existing interfacesMarcel Holtmann1-3/+1
2010-11-05Remove documentation for no longer existing interfacesMarcel Holtmann1-2/+0
2010-11-04Fix wifi plugin build issues when not built-in.Samuel Ortiz1-7/+0
2010-10-30Split usage of gweb/gresolv.[ch] and gweb/gweb.[ch] a little bitMarcel Holtmann1-7/+9
2010-10-30Add dummy HTTPS client to WISPr test programMarcel Holtmann1-1/+1
2010-10-29Add skeleton for WISPr command line clientMarcel Holtmann1-1/+5
2010-10-29Check for GnuTLS library when tools are enabledMarcel Holtmann1-4/+3
2010-10-28iptables: Initial library commitSamuel Ortiz1-3/+5
The ConnMan iptables library provides a simple internal API for adding netfilter chains and rules.
2010-10-27Add the openconnect plugin to the distcheck ruleSamuel Ortiz1-0/+1
2010-10-23iptables: Replace iptables-test programSamuel Ortiz1-2/+2
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-11Added a test tool for proxy configuration (set-proxy)Tomasz Bursztyka1-1/+1
2010-10-04Move GResolv source file sinto GWeb directoryMarcel Holtmann1-7/+5
2010-10-04Remove dependency on udevMarcel Holtmann1-10/+3
2010-10-02Add support for systemd service configurationMarcel Holtmann1-2/+4
2010-10-02Add support for installing D-Bus autostart configurationMarcel Holtmann1-0/+4
2010-09-22Add statistics ring buffer analyze toolDaniel Wagner1-1/+2
This tool prints the statistic ring buffer.
2010-09-22Store stats information into separate filesDaniel Wagner1-1/+1
Currently the statistic information is stored into the profile file. This results in rewriting the whole file if connann_stats_save is called. This results in too many disk I/Os for low power devices. Furthermore, only the current value is stored. There is no way to find out how many bytes have been transfered in the last month. First, each service statistic is stored into a separate files under /var/lib/connman having a *.data extension. This file contains fixed sized records of stats counters and will be mmap into memory. It is used like a ring buffer. If the buffer is full or after a certain period (e.g. a month), the raw data will be summerized into the *.info file. Currently the summary is not implented yet. This will be implemented in the next round of patches.
2010-09-22Fix breakage of make distcheckMarcel Holtmann1-4/+3
2010-09-21Add basic DNS resolving for HTTP operationMarcel Holtmann1-2/+2
2010-09-21Simplify linker scriptLucas De Marchi1-11/+1
Version linker scripts support function names and globs, so there's no need to rely on nm tool to gather the exported symbols.
2010-09-21Use DBUS_CONFDIR variable instead of DBUS_DATADIRMarcel Holtmann1-2/+2
2010-09-20GSupplicant intial commitSamuel Ortiz1-0/+7
2010-09-19Add skeleton for PAC runner supportMarcel Holtmann1-0/+1
2010-09-09Remove the no longer needed security frameworkMarcel Holtmann1-2/+2
D-Bus security policies can now be set directly via the method tables.
2010-09-09Add gdbus/polkit.c file to sources listMarcel Holtmann1-1/+2
2010-08-17ConnMan backtrace supportSamuel Ortiz1-1/+1
Add a generic signal handler in order to dump ConnMan backtrace when crashing. The implementation is based on glibc backtrace() routines and thus can not resolve static function names. A little python wrapper over addr2line fixes that by taking a full backtrace from a complete connman log file.
2010-07-31Add simple test tool for web service libraryMarcel Holtmann1-2/+5
2010-07-31Add skeleton for web service libraryMarcel Holtmann1-2/+4
2010-07-29Add test script for retrieving proxy auto-configurationMarcel Holtmann1-1/+1
2010-07-29Add skeleton for WPAD integrationMarcel Holtmann1-1/+2
2010-07-29Fix build issue with dhclient-test utilityMarcel Holtmann1-2/+9
2010-07-29Add simple test tool for running WPAD DNS queriesMarcel Holtmann1-1/+4
2010-07-28Add tool for standalone dhclient testingMarcel Holtmann1-1/+4
2010-07-27Remove udhcp pluginMarcel Holtmann1-1/+0
2010-07-27Remove resolvconf pluginMarcel Holtmann1-1/+0
2010-07-26Fix build issues with internal resolver libraryMarcel Holtmann1-4/+5
2010-07-26Use top-level include directory for internal DHCP libraryMarcel Holtmann1-2/+1