Merge tag 'upstream/1.40' into tizen.
[platform/upstream/connman.git] / plugins / vpn.c
2022-02-23 Niraj Kumar GoitMerge tag 'upstream/1.40' into tizen. 79/271279/4 submit/tizen/20220224.061208
2022-02-15 Niraj Kumar GoitImported Upstream version 1.40 64/271064/1 upstream/1.40
2021-01-27 Seonah Moonmerge tag upstream/1.38 84/252384/1 accepted/tizen/unified/20210129.002142 submit/tizen/20210127.105449
2021-01-25 Jaehyun KimMerge "Imported Upstream connman version 1.38" into...
2021-01-04 Niraj Kumar GoitImported Upstream connman version 1.38 29/246129/6
2020-10-14 Nishant ChapranaImported Upstream version 1.38 91/245691/1 upstream/1.38
2020-05-08 Jaehyun KimMerge "Remove RW upgrade script" into tizen
2019-09-18 Nishant ChapranaImported Upstream version 1.37 66/214066/2 submit/tizen/20190920.082459
2019-07-04 Nishant ChapranaImported Upstream version 1.37 02/209302/1 upstream/1.37
2018-01-23 Seonah MoonUpdated connman to version 1.35 94/166794/2
2018-01-08 Seonah MoonImported Upstream version 1.35 22/166122/1 upstream/1.35
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 13/67313/2
2016-01-20 taesub kimMerge "[vpn]:Initialized variable "err" to avoid error...
2016-01-18 Maneesh Jain[vpn]:Initialized variable "err" to avoid error conditi... 89/57289/1
2015-08-07 hyunuktakBase Code merged to SPIN 2.4 38/45538/1 submit/tizen/20150810.034432
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...