summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-30openconnect: Add asking cookie from agentJukka Rissanen1-14/+217
2012-11-30vpn-agent: Add generic functions to add information into agent dictJukka Rissanen3-1/+145
2012-11-30vpn: Make VPN plugin connection function asyncJukka Rissanen4-9/+28
2012-11-30vpn-provider: Add getter functionsJukka Rissanen2-0/+19
2012-11-30vpn: Add initial support for async connectJukka Rissanen9-36/+93
2012-11-30doc: Describe VPN agent APIJukka Rissanen1-0/+137
2012-11-30gdbus: Add g_dbus_add_properties_watch functionLuiz Augusto von Dentz2-0/+33
2012-11-29gdbus: Don't automatically attach ObjectManagerLucas De Marchi2-21/+36
2012-11-29gdbus: Don't register DBus.Properties with no propertiesLucas De Marchi1-3/+6
2012-11-29build: Disable FORTIFY_SOURCE when optimization is disabledDaniel Wagner1-3/+3