summaryrefslogtreecommitdiff
path: root/vpn/plugins/l2tp.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-1/+1
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-53/+53
2013-02-19l2tp: Set the username/password before starting daemonJukka Rissanen1-4/+4
This is required in order to avoid free memory access that is happening if we call vpn_provider_set_string() with same string that is already in the settings db.
2013-02-19vpn-provider: Avoid printing password to log filesJukka Rissanen1-1/+2
Add a variant to vpn_provider_set_string() that does not print sensitive data like password in clear text to log files.
2013-02-19l2tp: Clear password if authentication failsJukka Rissanen1-1/+7
This allows plugin to query agent so that user can give correct password.
2013-02-19l2tp: Use PPPD prefix for pppd specific optionsJukka Rissanen1-21/+47
For backward compatibility purposes, support also the L2TP prefix for PPPD options.
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-11-30l2tp: Header file was missingJukka Rissanen1-0/+1
2012-11-30l2tp: Clear password when disconnectingJukka Rissanen1-0/+6
2012-11-30l2tp: Do not save the passwordJukka Rissanen1-6/+0
2012-11-30l2tp: Ask username and password from agentJukka Rissanen1-12/+236
2012-11-30vpn: Add initial support for async connectJukka Rissanen1-8/+19
Needed for agent VPN support.
2012-11-23l2tp: Remember the connection passwordJukka Rissanen1-0/+7
2012-11-23vpn: New vpn daemon that handles vpn connections and clientsJukka Rissanen1-0/+533