Imported Upstream version 1.38
[platform/upstream/connman.git] / plugins / vpn.c
2020-10-14 Nishant ChapranaImported Upstream version 1.38 91/245691/1 upstream/1.38
2019-07-04 Nishant ChapranaImported Upstream version 1.37 02/209302/1 upstream/1.37
2018-01-08 Seonah MoonImported Upstream version 1.35 22/166122/1 upstream/1.35
2014-10-29 Zhang zhengguangImported Upstream version 1.26 upstream/1.26
2014-07-17 Zhang zhengguangImported Upstream version 1.24 upstream/1.24
2013-04-08 Jukka Rissanenvpn: Host IP address was not freed
2013-04-08 Jukka Rissanenvpn: Free ip address before allocating a new one
2013-04-03 Jukka Rissanenvpn: Update domain name when received from vpnd
2013-03-27 Jukka Rissanenprovider: Set nameservers if we receive them from vpnd
2013-03-08 Jukka Rissanenvpn: Make sure vpn connection really exists before...
2013-03-08 Jukka Rissanenvpn: Check whether we have already removed the provider
2013-03-08 Jukka Rissanenvpn: Add debug information when vpn state changes
2013-03-08 Jukka Rissanenvpn: Remove VPN provider from service list when destroy...
2013-03-08 Jukka Rissanenvpn: Clear the data pointer from provider when destroying
2013-03-08 Jukka Rissanenvpn: Set immutable flag of the VPN service
2013-03-08 Jukka Rissanenvpn: Remember the immutable flag from vpnd
2013-02-19 Jukka Rissanenvpn: Ignore VPN UserRoutes and ServerRoutes properties
2012-12-14 Patrik Flyktvpn: Clear pending connect flag on connect attempt
2012-12-10 Patrik Flyktvpn-plugin: Check completion of configure and connect
2012-12-10 Patrik Flyktvpn-plugin: Propagate most common errors to callback...
2012-11-26 Jukka Rissanenvpn: Cleanup properly if vpn connect fails
2012-11-26 Jukka Rissanenvpn: Cleanup vpn connections when vpnd dies
2012-11-26 Jukka Rissanenvpn: Do not remove vpn connections hash when vpnd dies
2012-11-23 Daniel Wagnervpn: Remove unused variable
2012-11-23 Jukka Rissanenprovider: Add callback when creating vpn provider
2012-11-23 Jukka Rissanenvpn: Hash provider data using the ident instead of...
2012-11-23 Jukka Rissanenvpn: Resolve vpn hostname if necessary
2012-11-23 Jukka Rissanenprovider: Refactor server and user route handling
2012-11-23 Jukka Rissanenplugin: Add VPN plugin that will interact with vpnd
2012-11-23 Jukka Rissanenvpn: New vpn daemon that handles vpn connections and...
2012-05-09 Henrique Dante de... vpn: Fix null pointer dereference
2012-05-09 Henrique Dante de... vpn: Fix null pointer dereference
2012-04-28 Marcel Holtmannplugins: Update copyright information
2012-04-17 Tomasz Bursztykavpn: use g_hash_table_replace instead of insert function
2012-03-27 Jukka Rissanenvpn: Unref provider properly
2012-03-19 Marcel Holtmannvpn: Remove wrong include of <glib/ghash.h>
2012-02-04 Jukka Rissanenvpn: Reference of provider not taken
2012-01-27 Patrik Flyktvpn: Add check for properly initialized driver_hash
2011-11-15 Mohamed Abbastask: Allow vpn plugins to send reply
2011-11-15 Jukka Rissanenvpn: Add null checks
2011-11-15 Mohamed Abbasvpn: Add support to allow ppp tunnelling
2011-11-07 Patrik Flyktvpn: Extend vpn driver struct with save support
2011-10-26 Jukka Rissanenplugins: Fix compilation in MeeGo
2011-10-25 Daniel Wagnerplugins: Add O_CLOEXEC to open()
2011-09-12 Jukka Rissanenvpn: Set authentication failure error code properly...
2011-03-17 Daniel Wagnervpn: Fix fd leak
2011-03-17 Daniel Wagnervpn: Fix possible null pointer dereference
2011-01-28 Mohamed Abbasvpn: Allow plugins to report error code
2011-01-28 Mohamed Abbastask: Pass exit code to the exit callback
2010-10-27 Samuel OrtizAdd the openconnect plugin to the distcheck rule
2010-10-22 Daniel WagnerSplit openconnect into generic vpn and openconnect...