summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-14vpn-provider: Report disconnect errors other than -EINPROGRESSPatrik Flykt1-3/+3
2012-12-14vpn-provider: Set state when connecting and disconnectingPatrik Flykt1-7/+6
2012-12-14vpn-plugin: Send proper response to caller and connect if neededPatrik Flykt1-11/+30
2012-12-14vpn: Clear pending connect flag on connect attemptPatrik Flykt1-0/+2
2012-12-12technology: Soft block on offline mode or disabled technologyPatrik Flykt1-2/+2
2012-12-11README: Add extra empty line between sectionsMarcel Holtmann1-0/+1
2012-12-11unit: Fix differences with including gdbus.h headerMarcel Holtmann3-3/+3
2012-12-11client: Fix up header inclusion messMarcel Holtmann7-31/+26
2012-12-11client: Do not include headers from the coreMarcel Holtmann6-13/+49
2012-12-11client: Provide own D-Bus helper functionsMarcel Holtmann6-7/+114
2012-12-11client: Remove useless circular inclusion protectionMarcel Holtmann5-24/+0
2012-12-11client: Add missing includes of config.hMarcel Holtmann7-0/+28
2012-12-11client: Fix the mangled copyright statementMarcel Holtmann11-24/+38
2012-12-11build: Fix typo in command line client configure optionMarcel Holtmann1-1/+1
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-12-10manager: -EINPROGRESS is a valid response for ConnectProviderPatrik Flykt1-7/+1
2012-12-10session_policy_local: Create policy directory if necessaryDaniel Wagner1-0/+12
2012-12-05session: Call callback directly when no plugin is assignedDaniel Wagner1-8/+9
2012-12-05session: Add a cleanup function for the user configDaniel Wagner1-13/+23
2012-12-05session: Move cleanup/destroy function upDaniel Wagner1-48/+48
2012-12-05session: Return error code from callbackDaniel Wagner2-2/+4
2012-12-05session: Fix error case handlingDaniel Wagner1-2/+3
2012-12-05session: Fix error return codeDaniel Wagner1-1/+1
2012-12-05session: Remove notify watchDaniel Wagner1-0/+3
2012-12-05test: simple-agent must monitor vpn statusJukka Rissanen1-1/+17
2012-12-05TODO: Add unit test taskPatrik Flykt1-0/+10
2012-12-05build: Fix build to enable session-policy-localPatrik Flykt2-2/+2
2012-12-05session_policy: Remove dummy pluginDaniel Wagner3-119/+0
2012-12-05session_policy_local: Rename session_policy_iviDaniel Wagner3-40/+40
2012-12-05session_policy_ivi: Initialize variable and remove an unused oneDaniel Wagner1-2/+1
2012-12-05build: Fix non-builtin session-pluginDaniel Wagner1-1/+2
2012-12-04dhcpv6: Memory leak when sending Option Request OptionJukka Rissanen1-0/+2
2012-11-30pptp: Header file was missingJukka Rissanen1-0/+1
2012-11-30l2tp: Header file was missingJukka Rissanen1-0/+1
2012-11-30TODO: Add tasks for variable types and data structuresPatrik Flykt1-0/+22
2012-11-30pptp: Clear password when disconnectingJukka Rissanen1-0/+6
2012-11-30l2tp: Clear password when disconnectingJukka Rissanen1-0/+6
2012-11-30vpn: Driver disconnect needs provider informationJukka Rissanen2-2/+2
2012-11-30vpn-provider: Unregister provider from dbus when freedJukka Rissanen1-32/+36
2012-11-30vpn-provider: Register agent driverJukka Rissanen1-0/+30
2012-11-30agent: Release all agents when stoppingJukka Rissanen1-1/+21
2012-11-30pptp: Do not save the passwordJukka Rissanen1-6/+0
2012-11-30l2tp: Do not save the passwordJukka Rissanen1-6/+0
2012-11-30pptp: Ask username and password from agentJukka Rissanen1-8/+242
2012-11-30l2tp: Ask username and password from agentJukka Rissanen2-12/+241
2012-11-30vpn-agent: Routine to add username and password into agent dictJukka Rissanen2-0/+48
2012-11-30openconnect: Add support for --no-cert-check client optionJukka Rissanen1-1/+51
2012-11-30openconnect: Domain pointer was used incorrectlyJukka Rissanen1-4/+8
2012-11-30test: Add vpn agent support into simple-agentJukka Rissanen1-2/+116