summaryrefslogtreecommitdiff
path: root/plugins/vpn.h
AgeCommit message (Collapse)AuthorFilesLines
2012-11-23vpn: New vpn daemon that handles vpn connections and clientsJukka Rissanen1-48/+0
2011-11-15vpn: Add support to allow ppp tunnellingMohamed Abbas1-0/+4
pptp and l2tp does not use tun/tab approach so change the vpn.c to allow vpn daemon to create the interface. Now vpn plugin tell vpn to create the device or leave to vpn client. On connection vpn will get the interface name set the index for the provider. This patch is prepared by Jukka Rissanen and it contains Mohamed Abbas original patch + fixes suggested by Daniel Wagner. Jukka fixed memory leak in vpn_set_ifname().
2011-11-07vpn: Extend vpn driver struct with save supportPatrik Flykt1-0/+1
Add provider save function and register it in the vpn driver initialization.
2011-09-12vpn: Set authentication failure error code properly in providerJukka Rissanen1-0/+1
This patch is needed so that we can catch the authentication error from vpn driver and inform the failure to user.
2011-01-28vpn: Allow plugins to report error codeMohamed Abbas1-0/+1
2011-01-28task: Pass exit code to the exit callbackMohamed Abbas1-1/+1
2011-01-28vpn: Fix vpn_died prototypeSamuel Ortiz1-1/+1
2010-10-22Split openconnect into generic vpn and openconnect partDaniel Wagner1-0/+41