summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-21client: Factor out technologies commandPatrik Flykt1-9/+4
2013-02-21client: Factor out state commandPatrik Flykt1-9/+4
2013-02-21client: Print out any errors on command executionPatrik Flykt1-2/+6
2013-02-21client: Factor out config commandPatrik Flykt1-110/+130
2013-02-21client: Wait for a reply when removing servicePatrik Flykt1-9/+10
2013-02-21client: Fix setting service propertiesPatrik Flykt1-8/+25
2013-02-21client: Quick fix for parsing IPv6.Configuration correctlyPatrik Flykt1-7/+26
2013-02-21client: Return number of arguments processed when setting propertiesPatrik Flykt1-3/+6
2013-02-21client: Return number of proxies addedPatrik Flykt1-3/+3
2013-02-21client: Return the number of proxy arguments discoveredPatrik Flykt1-3/+12
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