summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-14shared: Add generic debug and hexdump helpersMarcel Holtmann2-0/+121
2013-02-14gdbus: Fix missing PropertiesChanged signalVinicius Costa Gomes1-2/+5
2013-02-12systemd: Force daemon restart on failureJukka Rissanen1-0/+1
2013-02-12iptables: Update the hook entries correctly in iptables_delete_rule()Daniel Wagner1-3/+8
2013-02-12iptables: Test if match and target arguments are also the sameDaniel Wagner1-1/+21
2013-02-12test-iptables: Add chain add remove testsDaniel Wagner1-0/+30
2013-02-12iptables: Fix fallthrough rulesDaniel Wagner1-0/+21
2013-02-12test-iptables: Add fallthrough unit testDaniel Wagner1-0/+19
2013-02-12iptables: Remove unused __connman_iptables_command()Daniel Wagner3-540/+0
2013-02-12nat: Use new iptables APIDaniel Wagner1-4/+8
2013-02-12test-nat: Move tests to test-iptablesDaniel Wagner3-172/+79
2013-02-12test-iptables: Add unit test for the new APIDaniel Wagner1-0/+139
2013-02-12iptables: Add split out iptables commandsDaniel Wagner2-0/+527
2013-02-12nat: No need to 'nat' table anymoreDaniel Wagner1-18/+0
2013-02-12iptables: Flush 'filter' 'mangle' and 'nat' tableDaniel Wagner1-1/+60
2013-02-12iptables: Add CONNMAN_IPTABLES_DEBUG environment variableDaniel Wagner1-30/+84