summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2011-06-15build: Include unit/test-connman.h into source listMarcel Holtmann1-1/+1
2011-06-08tools: Add utility for testing AF_ALG kernel interfaceMarcel Holtmann1-1/+3
2011-06-07unit: Add Session API bindingDaniel Wagner1-1/+2
2011-06-07unit: Add Manager API bindingDaniel Wagner1-1/+1
2011-06-07unit: Add util function for unit testsDaniel Wagner1-1/+2
2011-06-07unit: Add test-sessionDaniel Wagner1-1/+8
2011-04-20tools: Add private-network testGustavo F. Padovan1-1/+3
2011-04-18core: Add skeleton for timezone lookupMarcel Holtmann1-1/+2
2011-04-18core: Add skeleton for clock interfacesMarcel Holtmann1-1/+1
2011-04-11profile: Remove profile D-Bus APISamuel Ortiz1-4/+4
2011-04-11test: Add script to test manager.ProvisionService methodHenri Bragge1-1/+1
2011-04-04configuration: Rename configuration to settingSamuel Ortiz1-1/+1
2011-04-04test: Add test-session script to MakefileDaniel Wagner1-1/+2
2011-04-02main: Initial configuration file supportSamuel Ortiz1-2/+6
2011-03-256to4: Add 6to4 tunnel support.Jukka Rissanen1-1/+1
Netlink support routines taken from iproute2 package. Iproute2 source code can be found at git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
2011-02-25element: Remove IPV4 elementDaniel Wagner1-1/+1
ipv4.c is also removed.
2011-01-28nmcompat: D-Bus configuration fileKalle Valo1-2/+8
Add separate dbus configuration file for nmcompat plugin. It will installed only when the plugin is enabled.
2011-01-28dhcp: Move plugins/dhcp in to coreDaniel Wagner1-1/+1
2011-01-26ondemand: Remove ondemand.cDaniel Wagner1-5/+3
2011-01-26dnsproxy: Move from plugins to coreDaniel Wagner1-2/+2
2011-01-10Add ipv4 and ipv6 method scripts to test_scriptsSamuel Ortiz1-3/+3
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.