Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-29 | plugins: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-11-18 | plugins: Don't attempt to save strings with value NULL | Patrik Flykt | 1 | -9/+12 | |
If a string with value NULL is set with g_key_file_set_string(), a critical glib error will be printed. | |||||
2011-11-07 | openconnect: Save support for openconnect VPN | Patrik Flykt | 1 | -0/+26 | |
Openconnect saves VPN MTU, Server and CA cert file paths. | |||||
2011-04-17 | ipconfig: Fix connman_ipaddress_set_ipv6 prototype | Samuel Ortiz | 1 | -1/+1 | |
Switch the gateway and prefix_length order to be consistent with the ipv4 version. | |||||
2011-02-25 | openconnect: Support IPv6 settings | Samuel Ortiz | 1 | -7/+45 | |
2011-02-25 | provider: Remove IPv4 element registration | Daniel Wagner | 1 | -6/+26 | |
2011-01-28 | openconnect: error_code implementation | Mohamed Abbas | 1 | -0/+14 | |
2011-01-27 | provider: Factorize VPN routing environment variables parsing | Samuel Ortiz | 1 | -0/+6 | |
2010-12-17 | openconnect: Remove unused code | Daniel Wagner | 1 | -7/+0 | |
2010-11-19 | openconnect: Fix connect-vpn and plugin indentation | Samuel Ortiz | 1 | -1/+1 | |
2010-11-19 | openconnect: Pass server certificate hash directly to openconnect | David Woodhouse | 1 | -1/+7 | |
When we spawn openconnect to make a VPN connection, it obviously needs to validate the server's SSL certificate to protect against a MiTM attack. But it may not have full access to the user's CA chain, or the user may have manually accepted a dubious certificate. To allow for this, the GUI authentication dialog returns a SHA1 of the server's SSL certificate fingerprint, for the *specific* server that it managed to authenticate to. The intention is that this should be passed through to openconnect when it connects. That way, openconnect doesn't need to do any normal validation; it only needs to compare the certificate with what's expected. From openconnect v2.26, certificate validation is enabled by default; rather than only when a --cafile option is given. So it's important that we start passing the certificate fingerprint through, to avoid connection failures (which we don't currently detect and report gracefully, btw). | |||||
2010-10-22 | Split openconnect into generic vpn and openconnect part | Daniel Wagner | 1 | -314/+33 | |
2010-09-22 | Fix bug to remove vpn services when turning offline mode on | Mohamed Abbas | 1 | -2/+3 | |
This patch will remove all vpn services on offline mode. It also make sure it exits after releasing all resources. Fixes BMC #6591 | |||||
2010-08-09 | Fix provider refcounting | Samuel Ortiz | 1 | -7/+4 | |
The VPN service refcount is bumped at creation time and decreased at destruction time. The openconnect provider bumps the provider refcount at task creation time and decreases it at task destruction time. The service code bumps the provider refcount at service creation time and decreases it at service releasing time. | |||||
2010-08-06 | Build VPN services based on VPN host and domain strings | Samuel Ortiz | 1 | -2/+2 | |
2010-08-02 | Track and report VPN providers states | Samuel Ortiz | 1 | -4/+30 | |
2010-08-02 | Unref openconnect provider on disconnect and remove | Samuel Ortiz | 1 | -0/+4 | |
2010-01-03 | Add basic interfaces for automatic proxy configuration | Marcel Holtmann | 1 | -0/+3 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-09 | Fix issue with TUN name assignment for VPN | Marcel Holtmann | 1 | -1/+1 | |
2009-12-09 | Add OpenConnect provider plugin for AnyConnect VPN support | Mohamed Abbas | 1 | -0/+425 | |