summaryrefslogtreecommitdiff
path: root/vpn/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-23vpnd: Make sure provider is taken to ready stateJukka Rissanen1-2/+17
2012-11-23pptp: Remember the connection passwordJukka Rissanen1-0/+7
2012-11-23l2tp: Remember the connection passwordJukka Rissanen1-0/+7
2012-11-23vpn: New vpn daemon that handles vpn connections and clientsJukka Rissanen7-0/+2425