summaryrefslogtreecommitdiff
path: root/src/provider.c
AgeCommit message (Collapse)AuthorFilesLines
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
Only the last would be added with __connman_service_append_nameserver().
2010-08-04Add VPN nameservers after being connectedSamuel Ortiz1-12/+13
2010-08-04Have providers going through the configuration stateSamuel Ortiz1-0/+3
This way the ipconfig layer is enabled in a timely fashion.
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-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 Ortiz1-19/+0
Providers are regular VPN services, no need to differentiate them anymore.
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 Ortiz1-287/+37
All provider properties are now accessible through the provider service.
2010-08-02Link providers with servicesSamuel Ortiz1-0/+27
With each provider we now have a VPN type service.
2010-01-04Store PAC URL configuration in DHCP and provider elementsMarcel Holtmann1-5/+8
2010-01-03Add basic interfaces for automatic proxy configurationMarcel Holtmann1-1/+7
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-19Rename D-Bus helper for basic dictionary typesMarcel Holtmann1-5/+5
2009-12-19Add user data to D-Bus helper function callbacksMarcel Holtmann1-1/+1
2009-12-19Use helper for basic property changed signalsMarcel Holtmann1-14/+2
2009-12-19Use new D-Bus helpers wherever possibleMarcel Holtmann1-15/+7
2009-12-14Coding style cleanups for provider frameworkMarcel Holtmann1-21/+22
2009-12-09Add initial support for provider frameworkMohamed Abbas1-0/+883
2009-08-04Add skeleton for provider framework implementationMarcel Holtmann1-0/+26