Imported Upstream connman version 1.38
[platform/upstream/connman.git] / src / provider.c
2010-08-05 Samuel OrtizBuild VPN services based on VPN host and domain strings
2010-08-05 Samuel OrtizSimplify the provider creation code path
2010-08-05 Samuel OrtizRemove useless provider_free routine
2010-08-03 Samuel OrtizUse connman_resolver_append() for adding VPN nameservers
2010-08-03 Samuel OrtizAdd VPN nameservers after being connected
2010-08-03 Samuel OrtizHave providers going through the configuration state
2010-08-03 Samuel OrtizAdd ipconfig layer to the VPN services
2010-08-03 Samuel OrtizReturn when VPN ip setting fails
2010-08-02 Samuel OrtizLink VPN nameservers and domains to the VPN service
2010-08-02 Samuel OrtizTrack and report VPN providers states
2010-08-02 Samuel OrtizRemove the manager Providers property
2010-08-02 Samuel OrtizRemove provider PassphraseRequired property
2010-08-02 Samuel OrtizSwitch VPN service state to IDLE when being disconnected
2010-08-02 Samuel OrtizRemove the provider D-Bus interface
2010-08-02 Samuel OrtizLink providers with services
2010-01-04 Marcel HoltmannStore PAC URL configuration in DHCP and provider elements
2010-01-04 Marcel HoltmannAdd basic interfaces for automatic proxy configuration
2010-01-02 Marcel HoltmannUpdate copyright information
2009-12-19 Marcel HoltmannRename D-Bus helper for basic dictionary types
2009-12-19 Marcel HoltmannAdd user data to D-Bus helper function callbacks
2009-12-19 Marcel HoltmannUse helper for basic property changed signals
2009-12-19 Marcel HoltmannUse new D-Bus helpers wherever possible
2009-12-15 Marcel HoltmannCoding style cleanups for provider framework
2009-12-08 Mohamed AbbasAdd initial support for provider framework
2009-08-04 Marcel HoltmannAdd skeleton for provider framework implementation