summaryrefslogtreecommitdiff
path: root/vpn/vpn.h
AgeCommit message (Collapse)AuthorFilesLines
2017-04-13Add processing request & response vici message with socketipsecYu Jiung1-1/+4
Change-Id: I06ff60de06fde1ac8f484b1eecf49afed6d02542 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
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-4/+9
2013-03-08vpn-provider: Do not allow changes to settings that are immutableJukka Rissanen1-0/+2
The immutable settings are those that are read from .config file.
2013-03-08vpn-provider: Do not quit vpnd if there are no VPN configurationsJukka Rissanen1-1/+0
Because we now support provisioning of VPN services via .config file, we need to keep vpnd running so that it can monitor the connman-vpn directory for new config files.
2013-02-19vpn-provider: Add route support in vpn config fileJukka Rissanen1-1/+2
2013-02-19vpn-config: Provision providers from .config fileJukka Rissanen1-0/+3
2013-02-19vpn-provider: Initial .config file supportJukka Rissanen1-0/+5
2012-11-30vpn: Make VPN plugin connection function asyncJukka Rissanen1-1/+1
This is needed as we want to ask user the passwords etc.
2012-11-23vpnd: Add function that quits vpnd if no VPN configurations are foundJukka Rissanen1-0/+1
2012-11-23provider: Removed the connect part from the create() functionJukka Rissanen1-1/+1
The connect operation is done separately from create operation in connman-vpnd so change the function to reflect that.
2012-11-23ipconfig: Add ipconfig unref functionJukka Rissanen1-0/+4
2012-11-23vpnd: Add -r option which enables route handling in vpndJukka Rissanen1-1/+1
By default routes are handled by connman daemon.
2012-11-23vpn: New vpn daemon that handles vpn connections and clientsJukka Rissanen1-0/+98