summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-23session: Add sessions config update functionDaniel Wagner2-0/+42
2012-11-23dbus: Add SELinux supportDaniel Wagner2-0/+143
2012-11-23inotify: Watch out for files moved to/from watched dirsDaniel Wagner1-1/+2
2012-11-23inotify: Move inotify code into its own fileDaniel Wagner6-122/+286
2012-11-23config: Factor out config inotify handlerDaniel Wagner1-45/+52
2012-11-23build: No FORTIFY flags when building without optimizationDaniel Wagner1-2/+2
2012-11-23provider: Set the state properly when removing providerJukka Rissanen1-0/+3
2012-11-23openvpn-script: Removed extra empty lineJukka Rissanen1-1/+0
2012-11-23doc: Clarify UserRoutes and ServerRoutes documentationJukka Rissanen1-2/+3
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-23device: Include stdlib.hDaniel Wagner1-0/+1
2012-11-23vpn: Remove unused variableDaniel Wagner1-2/+0
2012-11-23ipconfig: Do not check device if interface name is not setJukka Rissanen1-0/+3
2012-11-23selinux: Add Type Enforcement rule compilationJukka Rissanen4-0/+42
2012-11-23main: Plugin and provider cleanup order fixedJukka Rissanen1-1/+1
2012-11-23vpn: Go to failure state if vpn information cannot be foundJukka Rissanen1-2/+12
2012-11-23openconnect-script: Print errors to syslog instead of stderrJukka Rissanen1-11/+32
2012-11-23openvpn-script: Print errors to syslog instead of stderrJukka Rissanen1-10/+32
2012-11-23vpnd: Quit if no VPN configurations are foundJukka Rissanen1-0/+2
2012-11-23vpnd: Add function that quits vpnd if no VPN configurations are foundJukka Rissanen2-0/+23
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-provider: Remove vpn provider from storage when neededJukka Rissanen1-0/+2
2012-11-23vpn-provider: Send ConnectionRemoved signal when neededJukka Rissanen1-1/+37
2012-11-23provider: Do not remove the provider as it would remove it from storageJukka Rissanen1-15/+1
2012-11-23storage: Add function to remove provider filesJukka Rissanen2-0/+41
2012-11-23provider: Add callback when creating vpn providerJukka Rissanen3-48/+166
2012-11-23vpn-provider: Send ConnectionAdded signal when neededJukka Rissanen1-0/+21
2012-11-23provider: Removed the connect part from the create() functionJukka Rissanen3-35/+14
2012-11-23vpn: Free allocated ipconfig structJukka Rissanen1-0/+3
2012-11-23ipconfig: Add ipconfig unref functionJukka Rissanen2-0/+21
2012-11-23manager: Deprecating connect/remove provider APIJukka Rissanen2-3/+7
2012-11-23vpn: Add preliminary agent supportJukka Rissanen3-0/+50
2012-11-23agent: Split agent code into generic and service specific partsJukka Rissanen8-693/+926
2012-11-23vpn: Introduce config file for vpndJukka Rissanen1-0/+82
2012-11-23doc: Example configuration file for vpndJukka Rissanen1-0/+8
2012-11-23vpn: Hash provider data using the ident instead of pathJukka Rissanen1-39/+79
2012-11-23vpnd: Add -r option which enables route handling in vpndJukka Rissanen3-8/+29
2012-11-23vpn: Resolve vpn hostname if necessaryJukka Rissanen2-2/+112
2012-11-23provider: Refactor server and user route handlingJukka Rissanen5-182/+987
2012-11-23provider: Initially provider ipconfigs are now OFFJukka Rissanen1-2/+3
2012-11-23plugin: Add VPN plugin that will interact with vpndJukka Rissanen2-0/+1167
2012-11-23provider: Support functions addedJukka Rissanen2-0/+67
2012-11-23provider: Remove functionality that is no longer usedJukka Rissanen2-890/+71
2012-11-23provider: Add more driver interface functions needed by vpnd pluginJukka Rissanen1-0/+5
2012-11-23provider: Provider disconnect function made available to pluginJukka Rissanen4-7/+8