summaryrefslogtreecommitdiff
path: root/vpn/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-01-23Updated connman to version 1.35Seonah Moon7-23/+166
2018-01-08Imported Upstream version 1.35upstream/1.35Seonah Moon7-23/+166
2017-11-22Remove openssl function to solve license conflictJiung1-484/+62
2017-10-24Regard host name as remote address and add it to vici argumentssubmit/tizen/20171030.235228accepted/tizen/unified/20171101.064659Jiung1-0/+3
2017-10-19[CID-32919, 33501] Unchecked return valuesubmit/tizen/20171025.003923accepted/tizen/unified/20171026.074637chleun.moon2-2/+12
2017-10-10[CID-28720] Remove unused valuechleun.moon1-1/+0
2017-10-10[CID-32919, 33501] Fix bugchleun.moon2-0/+12
2017-09-27[CID-26975, 36747] Fix memory leak and dereference after null checkchleun.moon1-2/+4
2017-09-11[WGID-253397, 253398] Fix unreachable codesubmit/tizen/20170911.125730chleun.moon1-2/+2
2017-06-19Merge "Handle the failure case due to the invalid cert file" into tizensubmit/tizen/20170703.005838submit/tizen/20170620.103311accepted/tizen/unified/20170703.064314taesub kim1-24/+65
2017-06-07[IPSec] Unlink UDS file for charon when charon is killedsubmit/tizen/20170612.082510accepted/tizen/unified/20170612.171441chleun.moon1-1/+8
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