summaryrefslogtreecommitdiff
path: root/src/provider.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-03provider: Forward peer address to the ipv4 layerSamuel Ortiz1-0/+8
2010-10-22Add provider driver name accessorDaniel Wagner1-0/+5
2010-09-28Remove providers based on their VPN service pathSamuel Ortiz1-7/+19
2010-09-22Fix bug to remove vpn services when turning offline mode onMohamed Abbas1-7/+16
2010-08-21Ensure that all provider object paths are validMarcel Holtmann1-3/+9
2010-08-21Ensure to also replace colon in provider D-Bus object pathMarcel Holtmann1-1/+1
2010-08-21Fix VPN nameservers parsingSamuel Ortiz1-4/+10
2010-08-21Disconnect VPNs when no physical services are leftSamuel Ortiz1-12/+0
2010-08-18Remove "__connman" prefix from static functionsDaniel Wagner1-2/+2
2010-08-12Both host and domain provider strings should not be NULLSamuel Ortiz1-1/+1
2010-08-09Disconnect VPNs when all services are offlineSamuel Ortiz1-1/+46
2010-08-09Fix provider refcountingSamuel Ortiz1-2/+1
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-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
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
2010-08-02Link providers with servicesSamuel Ortiz1-0/+27
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