summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Device is not offline when enabled succeeds or is in progressSamuel Ortiz1-4/+2
2010-08-09Add BLOCKED technology stateSamuel Ortiz3-3/+33
2010-08-09Export devices blocked statusSamuel Ortiz1-0/+12
2010-08-09Disconnect VPNs when all services are offlineSamuel Ortiz1-1/+46
2010-08-09Fix provider refcountingSamuel Ortiz2-3/+5
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 Ortiz1-7/+33
2010-08-05Simplify the provider creation code pathSamuel Ortiz1-22/+1
2010-08-05Remove useless provider_free routineSamuel Ortiz1-15/+6
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-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-03Link VPN nameservers and domains to the VPN serviceSamuel Ortiz1-41/+40
2010-08-02Track and report VPN providers statesSamuel Ortiz1-2/+29
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-02Remove the provider D-Bus interfaceSamuel Ortiz3-290/+67
2010-08-02Link providers with servicesSamuel Ortiz3-13/+105
2010-07-31Add placeholder for PAC file downloadMarcel Holtmann1-0/+12
2010-07-30Fix WPAD issue with empty result listMarcel Holtmann1-0/+3
2010-07-29Check also top-level DNS records for WPAD informationMarcel Holtmann1-1/+28
2010-07-29Add support for property changed signal for domain namesMarcel Holtmann1-44/+47
2010-07-29Fix missing export of current domain nameMarcel Holtmann1-0/+6
2010-07-29Add support for WPAD setting proxy informationMarcel Holtmann1-2/+7
2010-07-29Add proxy auto-config support to service and IP config frameworkMarcel Holtmann3-0/+49
2010-07-29Add support for proxy auto-configuration D-Bus propertiesMarcel Holtmann1-0/+17
2010-07-29Add support for retrieving proxy auto-configuration via DNSMarcel Holtmann1-0/+97
2010-07-29Add function to get nameserver address for a serviceMarcel Holtmann2-0/+9
2010-07-29Add function for retrieving index value from serviceMarcel Holtmann2-0/+12
2010-07-29Update service domain name when connection becomes activeMarcel Holtmann2-3/+11
2010-07-29Add support for storing service specific domain nameMarcel Holtmann2-0/+24
2010-07-29Provide access to hostname and domainname element propertiesMarcel Holtmann1-0/+12
2010-07-29Fix memory leak with IPv6 address and network valuesMarcel Holtmann1-0/+2
2010-07-29Store host and domain names retrieved from DHCPMarcel Holtmann2-0/+6
2010-07-29Add missing src/wpad.c fileMarcel Holtmann1-0/+48
2010-07-29Add skeleton for WPAD integrationMarcel Holtmann3-0/+11
2010-07-29Skip IPv6 link-local addresses reportingSamuel Ortiz1-0/+6
2010-07-29Set default ipconfig method to OFF for IPv6Samuel Ortiz1-3/+6