summaryrefslogtreecommitdiff
path: root/plugins/l2tp.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-23vpn: New vpn daemon that handles vpn connections and clientsJukka Rissanen1-532/+0
2012-08-23l2tp: Get VPN gateway resolved IP addressJukka Rissanen1-1/+1
We should not use the Host variable from provider as it can contain a non-resolved address.
2012-08-23vpn: Accept also "true" or "1" as a boolean valueJukka Rissanen1-1/+3
Currently user is able to set the boolean VPN config value only by setting the variable to "yes". This is not very intuitive so accept also the value of "true" or "1".
2012-04-29plugins: Update copyright informationMarcel Holtmann1-1/+1
2011-11-18plugins: Don't attempt to save strings with value NULLPatrik Flykt1-0/+3
If a string with value NULL is set with g_key_file_set_string(), a critical glib error will be printed.
2011-11-15l2tp: Config save support addedJukka Rissanen1-0/+18
2011-11-15l2tp: Check authentication error properlyJukka Rissanen1-3/+3
2011-11-15l2tp: Add l2tp vpn supportMohamed Abbas1-0/+509
Initial revision.