summaryrefslogtreecommitdiff
path: root/vpn/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-06-02Handle the failure case due to the invalid cert fileJiung Yu1-24/+65
2017-06-02Add child SA up/down event and terminate commandJiung Yu4-112/+334
2017-06-01Add NULL check before referencechleun.moon1-0/+10
2017-05-31Fix crash during g_hash_table_destroy()submit/tizen/20170601.042236accepted/tizen/unified/20170602.154235chleun.moon1-1/+1
2017-05-30Fix reference before null check (WGID 227715)chleun.moon1-0/+5
2017-05-30Wrap tizen specific codes with TIZEN_EXTchleun.moon2-0/+8
2017-05-26Fix crash and invalid IKEV ESP proposalschleun.moon1-4/+1
2017-05-12[WGID-207858] Fixed memory leaktizen_4.0.m1_releasesubmit/tizen/20170512.071139accepted/tizen/unified/20170512.165707Seonah Moon1-0/+2
2017-05-10Fix svace issue (WGID 208127, 208128)submit/tizen/20170510.102153accepted/tizen/unified/20170510.183721chleun.moon1-1/+6
2017-05-04Fix svace issues (WGID-207858, 208122, 208137, 208138)submit/tizen/20170504.080025accepted/tizen/unified/20170504.114207chleun.moon1-1/+5
2017-04-27Fix issues reported by a static analyzersubmit/tizen/20170427.090631accepted/tizen/unified/20170428.032833Jiung Yu2-8/+14
2017-04-21Add license descriptionsubmit/tizen/20170425.040532submit/tizen/20170421.072430accepted/tizen/unified/20170427.015557accepted/tizen/unified/20170421.115140chleun.moon3-0/+57
2017-04-13Add processing request & response vici message with socketipsecYu Jiung6-233/+1741
2017-03-02Add code to parse section struct into vici requestYu Jiung4-148/+623
2017-02-24Add ipsec pluginchleun.moon4-0/+462
2016-01-21Remove option (route-noexec, ifconfig-noexec)submit/tizen/20160212.065902taesub.kim1-0/+2
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak7-0/+0
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang7-9/+31
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang7-368/+401
2013-04-03openvpn: Update domain name if received from OpenVPN serverJukka Rissanen1-0/+30
2013-03-27openvpn: Set the nameservers in correct orderJukka Rissanen1-17/+71
2013-02-19pptp: Set the username/password before starting daemonJukka Rissanen1-4/+4
2013-02-19l2tp: Set the username/password before starting daemonJukka Rissanen1-4/+4
2013-02-19vpn-provider: Avoid printing password to log filesJukka Rissanen2-2/+4
2013-02-19l2tp: Clear password if authentication failsJukka Rissanen1-1/+7
2013-02-19pptp: Clear password if authentication failsJukka Rissanen1-1/+7
2013-02-19pptp: Use PPPD prefix for pppd specific optionsJukka Rissanen1-18/+44
2013-02-19l2tp: Use PPPD prefix for pppd specific optionsJukka Rissanen1-21/+47
2013-02-19l2tp: Add rx and tx bps pppd optionsJukka Rissanen1-0/+2
2013-02-19l2tp: Fixed the nodeflate pppd option nameJukka Rissanen1-1/+1
2012-12-14vpn-plugin: Send proper response to caller and connect if neededPatrik Flykt1-11/+30
2012-11-30pptp: Header file was missingJukka Rissanen1-0/+1
2012-11-30l2tp: Header file was missingJukka Rissanen1-0/+1
2012-11-30pptp: Clear password when disconnectingJukka Rissanen1-0/+6
2012-11-30l2tp: Clear password when disconnectingJukka Rissanen1-0/+6
2012-11-30vpn: Driver disconnect needs provider informationJukka Rissanen2-2/+2
2012-11-30pptp: Do not save the passwordJukka Rissanen1-6/+0
2012-11-30l2tp: Do not save the passwordJukka Rissanen1-6/+0
2012-11-30pptp: Ask username and password from agentJukka Rissanen1-8/+242
2012-11-30l2tp: Ask username and password from agentJukka Rissanen1-12/+236
2012-11-30openconnect: Add support for --no-cert-check client optionJukka Rissanen1-1/+51
2012-11-30openconnect: Domain pointer was used incorrectlyJukka Rissanen1-4/+8
2012-11-30openconnect: Add asking cookie from agentJukka Rissanen1-14/+217
2012-11-30vpn: Make VPN plugin connection function asyncJukka Rissanen1-1/+1
2012-11-30vpn: Add initial support for async connectJukka Rissanen7-34/+80
2012-11-23openvpn: Set default options if user has not supplied a config fileJukka Rissanen1-11/+17
2012-11-23openvpn: Allow configuration via user supplied config fileJukka Rissanen1-0/+1
2012-11-23openvpn: Remove obsolete --tls-client optionJukka Rissanen1-1/+0
2012-11-23vpn: Go to failure state if vpn information cannot be foundJukka Rissanen1-2/+12
2012-11-23vpn-plugin: Set state correctly if vpn client process cannot be startedJukka Rissanen1-0/+2