summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-05Imported Upstream version 1.42upstream/1.42upstreamAnjali Nijhara42-1251/+2433
2023-03-15Imported Upstream version 1.41upstream/1.41Anjali Nijhara46-472/+1504
2022-02-15Imported Upstream version 1.40upstream/1.40Niraj Kumar Goit83-1479/+3310
2020-10-14Imported Upstream version 1.38upstream/1.38Nishant Chaprana139-2168/+8056
2019-07-04Imported Upstream version 1.37upstream/1.37Nishant Chaprana126-1893/+8239
2018-01-08Imported Upstream version 1.35upstream/1.35Seonah Moon141-49794/+10084
2016-04-26Imported Upstream version 1.29upstream/1.29taesubkim69-1495/+2513
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang94-1204/+5859
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang216-12462/+64845
2013-06-13client: Fix passphrase handlingPatrik Flykt1-2/+10
2013-06-13client: Implement VPN Agent API RequestInput method callPatrik Flykt1-54/+77
2013-06-13client: Add vpnagent command to register and unregister VPN AgentPatrik Flykt1-0/+30
2013-06-13client: Implement support for queueing Agent messagesPatrik Flykt1-9/+60
2013-06-13client: Add VPN Agent support for Release, Cancel and ReportErrorPatrik Flykt2-0/+119
2013-06-13client: Create agent data structure and pass it in function callbacksPatrik Flykt3-76/+116
2013-06-13client: Don't handle Agent messages in monitor codePatrik Flykt1-0/+4
2013-06-13client: Fix DBUS_TYPE_UINT16 pretty-printingPatrik Flykt1-0/+5
2013-06-12dhcpv6: Send domain list option to serverJukka Rissanen3-12/+22
2013-06-12unit: Multiple collisions with different poolsJukka Rissanen1-0/+97
2013-06-12unit: Test ippool collision differentlyJukka Rissanen1-0/+87
2013-06-12ippool: Clear allocated block pointer at cleanupJukka Rissanen1-0/+1
2013-06-12ippool: Private address check was incorrectJukka Rissanen1-13/+5
2013-06-10service: Send proxy properties when connected or disconnectedJukka Rissanen1-0/+2
2013-06-10technology: Offlinemode could not be disabled if no technology was poweredJukka Rissanen1-5/+9
2013-06-10TODO: Mark GSequence removal doneDaniel Wagner1-2/+1
2013-06-10service: Use GList instead of GSequence for service listDaniel Wagner1-186/+116
2013-06-10session: Use GList instead of GSequence for service listDaniel Wagner1-53/+41
2013-06-10session: Use service iterator instead of match/creation callbacksDaniel Wagner3-36/+28
2013-06-10service: Initialize tech_dataDaniel Wagner1-1/+1
2013-06-07client: Avoid printing extra prompt on RequestInputPatrik Flykt1-1/+2
2013-06-07client: Read D-Bus string type only if argument is 'Type'Patrik Flykt1-3/+4
2013-06-07client: Pretty-print D-Bus signed integersPatrik Flykt1-1/+7
2013-06-07client: Add VPN monitoring supportPatrik Flykt1-38/+84
2013-06-07client: Add support for displaying VPN connectionsPatrik Flykt1-4/+75
2013-06-07client: Add VPN connection helper functionPatrik Flykt3-0/+150
2013-06-07client: Add parameter to specify D-Bus service for method callPatrik Flykt4-26/+33
2013-06-07client: Add missing header file boilerplatePatrik Flykt2-0/+26
2013-06-04dhcpv6: Make sure release message is sentJukka Rissanen1-2/+11
2013-05-31build: Add session policy format documentDaniel Wagner1-1/+2
2013-05-31doc: Document session policy file formatDaniel Wagner1-0/+83
2013-05-31session-test: Add tests for session_policy_localDaniel Wagner1-0/+151
2013-05-31session_policy_local: Set session identification methodDaniel Wagner1-1/+43
2013-05-31session: Add session identification method to configDaniel Wagner2-0/+13
2013-05-31session_policy_local: Retrieve UID/GID from session userDaniel Wagner1-25/+179
2013-05-31session_policy_local: Remove struct create_dataDaniel Wagner1-29/+14
2013-05-31session_policy_local: Rework policy file handlingDaniel Wagner1-143/+257
2013-05-31session_policy_local: Add some more debug informationDaniel Wagner1-8/+19
2013-05-31session_policy_local: Update session before unref policyDaniel Wagner1-10/+4
2013-05-31session_policy_local: Refactor SELinux context parserDaniel Wagner1-13/+8
2013-05-31session_policy_local: Do not handle small allocationDaniel Wagner1-29/+4