Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-17 | Imported Upstream version 1.24upstream/1.24 | Zhang zhengguang | 1 | -4/+5 | |
2013-03-27 | provider: Set nameservers if we receive them from vpnd | Jukka Rissanen | 1 | -1/+1 | |
If we receive nameservers from vpnd we must set them in provider. The connman_provider_set_nameservers() function needs changes because we get the nameservers as an array, it makes no sense to convert the array to string and then back to array. | |||||
2013-03-08 | provider: New provider removal function callable from vpn plugin | Jukka Rissanen | 1 | -0/+1 | |
2013-03-08 | provider: Function to set the immutable flag | Jukka Rissanen | 1 | -0/+2 | |
2012-11-23 | provider: Add callback when creating vpn provider | Jukka Rissanen | 1 | -1/+3 | |
Because the vpnd Create() in manager API only creates and does not connect the vpn, we must do the connect part after the vpn is created. This requires a callback which is called when the connection is established. Eventually this patch becomes obsolete because the CreateProvider() connman API is deprecated. | |||||
2012-11-23 | provider: Refactor server and user route handling | Jukka Rissanen | 1 | -0/+10 | |
The server and user route handling is refactored in order to reflect the vpn dbus API changes. The routes are now array of dicts in dbus API. | |||||
2012-11-23 | provider: Support functions added | Jukka Rissanen | 1 | -0/+2 | |
2012-11-23 | provider: Remove functionality that is no longer used | Jukka Rissanen | 1 | -0/+3 | |
The VPN support functionality is moved into connman-vpnd. | |||||
2012-11-23 | provider: Add more driver interface functions needed by vpnd plugin | Jukka Rissanen | 1 | -0/+5 | |
2012-11-23 | provider: Provider disconnect function made available to plugin | Jukka Rissanen | 1 | -0/+2 | |
The VPN needs to be able to call the provider disconnect. | |||||
2012-04-29 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2012-01-24 | provider: Add caller information to ref/unref debug prints. | Jukka Rissanen | 1 | -2/+11 | |
2011-11-07 | provider: Helper function for fetching the keyfile group | Patrik Flykt | 1 | -0/+1 | |
2011-11-07 | provider: Define a save function for provider drivers | Patrik Flykt | 1 | -0/+2 | |
Define a save function for connman provider driver specific settings. No corresponding load function is defined since all saved settings are already loaded by connman_provider_load(). | |||||
2011-02-23 | provider: Add IP setters | Daniel Wagner | 1 | -12/+9 | |
2011-01-28 | provider: Report VPN error code | Mohamed Abbas | 1 | -2/+7 | |
2011-01-27 | provider: Factorize VPN routing environment variables parsing | Samuel Ortiz | 1 | -3/+1 | |
2011-01-26 | provider: Implement IPv6 route setting | Samuel Ortiz | 1 | -1/+2 | |
2010-12-21 | openvpn: Add pushed routes | Daniel Wagner | 1 | -0/+4 | |
We should add the routing entries pushed by the OpenVPN server. | |||||
2010-10-22 | Add provider driver name accessor | Daniel Wagner | 1 | -0/+2 | |
2010-08-02 | Track and report VPN providers states | Samuel Ortiz | 1 | -2/+2 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-14 | Coding style cleanups for provider framework | Marcel Holtmann | 1 | -8/+8 | |
2009-12-14 | Add list of different provider types | Marcel Holtmann | 1 | -2/+6 | |
2009-12-09 | Add initial support for provider framework | Mohamed Abbas | 1 | -0/+59 | |
2009-08-04 | Add skeleton for provider framework implementation | Marcel Holtmann | 1 | -0/+39 | |