summaryrefslogtreecommitdiff
path: root/plugins/vpn.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-08vpn: Host IP address was not freedJukka Rissanen1-0/+1
2013-04-08vpn: Free ip address before allocating a new oneJukka Rissanen1-0/+1
2013-04-03vpn: Update domain name when received from vpndJukka Rissanen1-0/+10
2013-03-27provider: Set nameservers if we receive them from vpndJukka Rissanen1-1/+8
2013-03-08vpn: Make sure vpn connection really exists before removing itJukka Rissanen1-1/+6
2013-03-08vpn: Check whether we have already removed the providerJukka Rissanen1-0/+8
2013-03-08vpn: Add debug information when vpn state changesJukka Rissanen1-0/+2
2013-03-08vpn: Remove VPN provider from service list when destroying itJukka Rissanen1-1/+1
2013-03-08vpn: Clear the data pointer from provider when destroyingJukka Rissanen1-0/+2
2013-03-08vpn: Set immutable flag of the VPN serviceJukka Rissanen1-0/+1
2013-03-08vpn: Remember the immutable flag from vpndJukka Rissanen1-0/+3
2013-02-19vpn: Ignore VPN UserRoutes and ServerRoutes propertiesJukka Rissanen1-0/+4
2012-12-14vpn: Clear pending connect flag on connect attemptPatrik Flykt1-0/+2
2012-12-10vpn-plugin: Check completion of configure and connectPatrik Flykt1-16/+14
2012-12-10vpn-plugin: Propagate most common errors to callback functionPatrik Flykt1-4/+14
2012-11-26vpn: Cleanup properly if vpn connect failsJukka Rissanen1-2/+4
2012-11-26vpn: Cleanup vpn connections when vpnd diesJukka Rissanen1-0/+2
2012-11-26vpn: Do not remove vpn connections hash when vpnd diesJukka Rissanen1-14/+9
2012-11-23vpn: Remove unused variableDaniel Wagner1-2/+0
2012-11-23provider: Add callback when creating vpn providerJukka Rissanen1-42/+126
2012-11-23vpn: Hash provider data using the ident instead of pathJukka Rissanen1-39/+79
2012-11-23vpn: Resolve vpn hostname if necessaryJukka Rissanen1-1/+105
2012-11-23provider: Refactor server and user route handlingJukka Rissanen1-25/+442
2012-11-23plugin: Add VPN plugin that will interact with vpndJukka Rissanen1-0/+1164
2012-11-23vpn: New vpn daemon that handles vpn connections and clientsJukka Rissanen1-534/+0
2012-05-09vpn: Fix null pointer dereferenceHenrique Dante de Almeida1-3/+5
2012-05-09vpn: Fix null pointer dereferenceHenrique Dante de Almeida1-2/+5
2012-04-29plugins: Update copyright informationMarcel Holtmann1-1/+1
2012-04-17vpn: use g_hash_table_replace instead of insert functionTomasz Bursztyka1-1/+1
2012-03-27vpn: Unref provider properlyJukka Rissanen1-2/+6
2012-03-19vpn: Remove wrong include of <glib/ghash.h>Marcel Holtmann1-1/+0
2012-02-04vpn: Reference of provider not takenJukka Rissanen1-4/+11
2012-01-27vpn: Add check for properly initialized driver_hashPatrik Flykt1-1/+6
2011-11-15task: Allow vpn plugins to send replyMohamed Abbas1-3/+5
2011-11-15vpn: Add null checksJukka Rissanen1-2/+16
2011-11-15vpn: Add support to allow ppp tunnellingMohamed Abbas1-32/+90
2011-11-07vpn: Extend vpn driver struct with save supportPatrik Flykt1-0/+15
2011-10-26plugins: Fix compilation in MeeGoJukka Rissanen1-0/+1
2011-10-25plugins: Add O_CLOEXEC to open()Daniel Wagner1-2/+2
2011-09-12vpn: Set authentication failure error code properly in providerJukka Rissanen1-0/+5
2011-03-17vpn: Fix fd leakDaniel Wagner1-1/+3
2011-03-17vpn: Fix possible null pointer dereferenceDaniel Wagner1-2/+4
2011-01-28vpn: Allow plugins to report error codeMohamed Abbas1-4/+15
2011-01-28task: Pass exit code to the exit callbackMohamed Abbas1-1/+1
2010-10-27Add the openconnect plugin to the distcheck ruleSamuel Ortiz1-1/+1
2010-10-22Split openconnect into generic vpn and openconnect partDaniel Wagner1-0/+404