summaryrefslogtreecommitdiff
path: root/plugins/vpnc.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-01vpnc: Fix compiler warningDaniel Wagner1-1/+1
Assignment discards ‘const’ qualifier from pointer target type.
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-07vpnc: Save support for vpncPatrik Flykt1-0/+18
Vpnc saves all settings with prefix 'VPNC.'
2011-02-25vpnc: Port to the new provider APIsSamuel Ortiz1-5/+26
2011-01-28vpnc: error_code implementationMohamed Abbas1-0/+13
2011-01-27plugins: Initial vpnc supportMohamed Abbas1-0/+277