summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-05Add place-holder for technology type GPSMarcel Holtmann5-1/+23
2010-01-04Add framework for counter callbacksMarcel Holtmann9-2/+288
2010-01-04Enable IP configuration when entering configuration stateMarcel Holtmann1-0/+3
2010-01-04Fix issue when manual IP setup not using configuration stateMarcel Holtmann1-14/+15
2010-01-04Don't re-enable configuration if already setMarcel Holtmann1-0/+3
2010-01-04Remove two more unused element functionsMarcel Holtmann1-67/+0
2010-01-04Remove element lock and unlock functionsMarcel Holtmann2-63/+0
2010-01-04Remove unused prototype of string conversion functionMarcel Holtmann1-2/+0
2010-01-04Remove two unused IPv4 element helpersMarcel Holtmann2-180/+0
2010-01-04Store PAC URL configuration in DHCP and provider elementsMarcel Holtmann5-7/+41
2010-01-04Add support for network properties in supplicant test programMarcel Holtmann1-10/+126
2010-01-03Fix debug and scanning handling of supplicant test programMarcel Holtmann3-51/+162
2010-01-03Fix compilation error within WiMAX pluginMartin Xu1-1/+1
2010-01-03Update test script to decode Proxy entriesMarcel Holtmann1-1/+1
2010-01-03Add basic interfaces for automatic proxy configurationMarcel Holtmann9-6/+73
2010-01-03Add test script for just monitoring the manager interfaceMarcel Holtmann2-1/+41
2010-01-02Cleanup of D-Bus mainloop integrationMarcel Holtmann1-84/+107
2010-01-02Add test program for D-Bus library memory leak checksMarcel Holtmann3-1/+90
2010-01-02Add skeleton for technology specific functionsMarcel Holtmann4-1/+45
2010-01-02Add missing PropertyChanged signal for IPv4.ConfigurationGustavo Sverzut Barbieri1-0/+11
2010-01-02Add missing PropertyChanged signal from manager interfaceGustavo Sverzut Barbieri1-0/+7
2010-01-01Update copyright information of D-Bus helper libraryMarcel Holtmann4-4/+4
2010-01-01Update copyright informationMarcel Holtmann108-108/+108
2010-01-01Add initial support for scanning in supplicant test programMarcel Holtmann4-11/+133
2009-12-31Decode group and pairwise cipher capabiltiesMarcel Holtmann2-10/+80
2009-12-31Add support for supplicant signals with included propertiesMarcel Holtmann1-2/+23
2009-12-31Fix memory leaks caused by missing dbus_pending_call_unref()Marcel Holtmann3-43/+49
2009-12-31Fix memory leaks within D-Bus helpersMarcel Holtmann1-6/+6
2009-12-31Update supplicant test program with some API changesMarcel Holtmann2-41/+51
2009-12-31Add interface creation function to supplicant test programMarcel Holtmann5-41/+525
2009-12-31Port supplicant driver to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-28/+19
2009-12-31Port ofono driver to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-67/+68
2009-12-31Port udhcp driver to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-11/+13
2009-12-31Port bluetooth driver to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-62/+59
2009-12-30Add ready and killed callbacks to supplicant test programMarcel Holtmann3-4/+56
2009-12-30Release 0.480.48Marcel Holtmann2-1/+21
2009-12-30Add set property result handling for supplicant test programMarcel Holtmann3-10/+40
2009-12-30Add support for debug settings in supplicant test programMarcel Holtmann4-10/+170
2009-12-30Fix compilation errorMarcel Holtmann1-1/+1
2009-12-30Use new functions for setting gateway address or interfaceMartin Xu1-75/+16
2009-12-30Add INET functions for setting gateway address and gateway interfaceMartin Xu2-4/+53
2009-12-30Add method handling into function set_connected()Martin Xu1-33/+71
2009-12-30Set network method as CONNMAN_IPCONFIG_METHOD_DHCPMartin Xu6-0/+12
2009-12-30Add function connman_network_set_method()Martin Xu2-0/+10
2009-12-30Don't reset associating from function connman_network_set_error()Martin Xu1-1/+0
2009-12-29Fix undefined symbolsLuiz Augusto Von Dentz1-2/+2
2009-12-29Decode mode and auth capabilities in supplicant test programMarcel Holtmann2-18/+77
2009-12-29Use better network identifier in supplicant test programMarcel Holtmann3-20/+234
2009-12-29Fix length checks for WPA and RSN IEsMarcel Holtmann1-2/+2
2009-12-29Handle supplicant restarts in test programMarcel Holtmann1-7/+64