summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Release 0.570.57Marcel Holtmann2-1/+9
2010-08-12Both host and domain provider strings should not be NULLSamuel Ortiz1-1/+1
2010-08-12Device is not offline when enabled succeeds or is in progressSamuel Ortiz1-4/+2
2010-08-10Fix typoMarcel Holtmann1-1/+1
2010-08-10Remove unpaired Bluetooth devicesSamuel Ortiz1-2/+45
2010-08-10Watch for Bluetooth device changesSamuel Ortiz1-1/+35
2010-08-09Add BLOCKED technology stateSamuel Ortiz4-5/+35
2010-08-09Export devices blocked statusSamuel Ortiz2-0/+21
2010-08-09Disconnect VPNs when all services are offlineSamuel Ortiz1-1/+46
2010-08-09Fix provider refcountingSamuel Ortiz3-10/+9
2010-08-06Disable offline devices upon device_set_connected(TRUE) callsSamuel Ortiz1-1/+8
2010-08-06If device is powered, set powered_pending from device_set_poweredYingan Deng1-1/+3
2010-08-06Always create a default profileSamuel Ortiz1-1/+1
2010-08-06Export IPv4 PACSamuel Ortiz1-1/+6
2010-08-06Export the VPN PAC file to the VPN serviceSamuel Ortiz1-0/+2
2010-08-06Build VPN services based on VPN host and domain stringsSamuel Ortiz4-12/+46
2010-08-05Simplify the provider creation code pathSamuel Ortiz1-22/+1
2010-08-05Remove useless provider_free routineSamuel Ortiz1-15/+6
2010-08-04Release 0.560.56Marcel Holtmann2-1/+13
2010-08-03Use five retries for DHCP discover and select requestsMarcel Holtmann1-2/+2
2010-08-04Use connman_resolver_append() for adding VPN nameserversSamuel Ortiz1-2/+4
2010-08-04Add VPN nameservers after being connectedSamuel Ortiz1-12/+13
2010-08-04Have providers going through the configuration stateSamuel Ortiz1-0/+3
2010-08-04Add ipconfig layer to the VPN servicesSamuel Ortiz1-0/+22
2010-08-04Return when VPN ip setting failsSamuel Ortiz1-1/+5
2010-08-03If hostname is not provided then don't request one via DHCPMarcel Holtmann1-20/+3
2010-08-03Forward device_enable() error from enable_technolgy()Samuel Ortiz1-4/+17
2010-08-03Do not try to enable a device if it's rfkill blockedSamuel Ortiz1-0/+3
2010-08-03Toggle the powered_pending device flag only if driver op succeedsSamuel Ortiz1-6/+10
2010-08-03Use __connman_device_[enable|disable] from set_poweredSamuel Ortiz1-91/+52
2010-08-03Toggle offline mode only if device enablement succeedsYing An Deng1-4/+10
2010-08-03Add server ID option support to dhcp-libSamuel Ortiz1-0/+1
2010-08-03Link VPN nameservers and domains to the VPN serviceSamuel Ortiz1-41/+40
2010-08-02Track and report VPN providers statesSamuel Ortiz3-8/+61
2010-08-02Update the provider related documentationSamuel Ortiz2-0/+28
2010-08-02Remove the manager Providers propertySamuel Ortiz2-21/+0
2010-08-02Remove provider PassphraseRequired propertySamuel Ortiz1-6/+0
2010-08-02Switch VPN service state to IDLE when being disconnectedSamuel Ortiz1-1/+1
2010-08-02Fix test-managerSamuel Ortiz1-2/+33
2010-08-02Update test scripts for the new provider interfaceSamuel Ortiz4-8/+39
2010-08-02Remove the provider D-Bus interfaceSamuel Ortiz3-290/+67
2010-08-02Link providers with servicesSamuel Ortiz3-13/+105
2010-08-02Unref openconnect provider on disconnect and removeSamuel Ortiz1-0/+4
2010-08-02Fix potential NULL pointer with DHCP plugin and hostnameMarcel Holtmann1-2/+4
2010-08-01Fix up test tool for web service libraryMarcel Holtmann1-1/+21
2010-08-01Add some initial support for HTTP to web service libraryMarcel Holtmann2-2/+257
2010-08-01Report error if lookup failsMarcel Holtmann1-1/+5
2010-08-01Fix small function prototype mismatchMarcel Holtmann1-1/+1
2010-07-31Add simple test tool for web service libraryMarcel Holtmann3-2/+114
2010-07-31Add skeleton for web service libraryMarcel Holtmann3-2/+147