summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-21client: Return the number of added dict entriesPatrik Flykt1-3/+12
2013-02-21client: Return the number of added array entriesPatrik Flykt1-4/+9
2013-02-21client: Factor out services commandPatrik Flykt1-60/+45
2013-02-21client: Add boolean parsing helper functionPatrik Flykt2-0/+27
2013-02-21client: Fix up interactive option parsingPatrik Flykt1-42/+21
2013-02-21client: Make DBusConnection globalPatrik Flykt2-1/+3
2013-02-21client: Factor out help implementationPatrik Flykt2-71/+82
2013-02-21client: Create prototypes for all commandsPatrik Flykt4-11/+133
2013-02-19vpn-provider: SetProperty works with all propertiesJukka Rissanen1-2/+6
2013-02-19vpn-provider: ClearProperty works with all propertiesJukka Rissanen1-0/+2
2013-02-19vpn-provider: Allow use of Domain property nameJukka Rissanen1-3/+6
2013-02-19vpn-provider: Add GetProperties method implementationJukka Rissanen1-0/+42
2013-02-19vpn-provider: Do not send state property if state is not changedJukka Rissanen1-1/+5
2013-02-19vpn-provider: Setting VPN properties will send PropertyChanged signalJukka Rissanen1-31/+67
2013-02-19doc: Add description of GetProperties methodJukka Rissanen1-1/+8
2013-02-19test: Script for getting, setting and clearing VPN propertiesJukka Rissanen1-0/+66
2013-02-19vpn-provider: Set the state to FAILURE after auth errorJukka Rissanen1-0/+1
2013-02-19vpn-provider: Go internally into IDLE after FAILUREJukka Rissanen1-0/+7
2013-02-19vpn: Ignore VPN UserRoutes and ServerRoutes propertiesJukka Rissanen1-0/+4
2013-02-19error: Handle ECONNREFUSED gracefully in dbus error handlerJukka Rissanen1-0/+1
2013-02-19pptp: Set the username/password before starting daemonJukka Rissanen1-4/+4
2013-02-19l2tp: Set the username/password before starting daemonJukka Rissanen1-4/+4
2013-02-19vpn-provider: Make state debug print more usefulJukka Rissanen1-2/+1
2013-02-19vpn-provider: Avoid printing password to log filesJukka Rissanen4-5/+22
2013-02-19l2tp: Clear password if authentication failsJukka Rissanen1-1/+7
2013-02-19pptp: Clear password if authentication failsJukka Rissanen1-1/+7
2013-02-19main: Create VPN_STORAGEDIR when starting upJukka Rissanen1-0/+10
2013-02-19TODO: Add note about removal of L2TP and PPTP prefix for PPP optionsJukka Rissanen1-0/+10
2013-02-19vpn-provider: Add extra whitespaceJukka Rissanen1-1/+1
2013-02-19vpn-provider: Add route support in vpn config fileJukka Rissanen2-16/+86
2013-02-19vpn-provider: Remove unprovisioned providers at startupJukka Rissanen1-1/+79
2013-02-19vpn-provider: Type string in provider needs to be in lower caseJukka Rissanen1-1/+1
2013-02-19vpn-config: Provision providers from .config fileJukka Rissanen4-1/+607
2013-02-19vpn-provider: Initial .config file supportJukka Rissanen2-17/+140
2013-02-19storage: Add function to load provider configuration fileJukka Rissanen3-0/+21
2013-02-19doc: VPN config file specificationJukka Rissanen1-0/+215
2013-02-19pptp: Use PPPD prefix for pppd specific optionsJukka Rissanen1-18/+44
2013-02-19l2tp: Use PPPD prefix for pppd specific optionsJukka Rissanen1-21/+47
2013-02-19l2tp: Add rx and tx bps pppd optionsJukka Rissanen1-0/+2
2013-02-19l2tp: Fixed the nodeflate pppd option nameJukka Rissanen1-1/+1
2013-02-19config: Read only wifi configJukka Rissanen3-3/+7
2013-02-19config: Remove obsolete definitionJukka Rissanen1-2/+0
2013-02-18iptables: Cannot flush all rules without API to set themPatrik Flykt1-10/+2
2013-02-18gresolv: Optimize the response parserTomasz Bursztyka1-5/+5
2013-02-18gresolv: Do not remove a query on failure if other results are pendingTomasz Bursztyka1-9/+19
2013-02-18gsupplicant: Return zero for max scan SSID parameterPatrik Flykt1-2/+2
2013-02-15gdbus: Add g_dbus_proxy_set_removed_watchDenis Kenzior2-0/+20
2013-02-14unit: Fix wrong format identifier for size_tMarcel Holtmann1-1/+1
2013-02-14unit: Add test cases for SHA-1 based PBKDF2 and PRFMarcel Holtmann4-0/+458
2013-02-14shared: Add helpers for SHA-1 based HMAC, PBKDF2 and PRFMarcel Holtmann2-0/+222