summaryrefslogtreecommitdiff
path: root/src/leap/services
AgeCommit message (Collapse)Author
2013-07-05Set global request timeout to REQUEST_TIMEOUT (10 secs)Tomás Touceda
2013-07-02Adapt Soledad bits to latest API.drebs
2013-07-01Check if there is no gateway to use.Ivan Alejandro
Fix typo, improve docstrings.
2013-06-28Bugfix: Update available/supported implementation.Ivan Alejandro
Closes bug #3032.
2013-06-28Add EIPBootstrapper testsTomás Touceda
2013-06-27Change leap.common.certs.* calls to be dependent on certsTomás Touceda
This gives us the possibility of mocking up the methods inside it. Also, return the deferred from the run_* method
2013-06-27Add ProviderBootstrapper testsTomás Touceda
2013-06-27Fix minor bugs and return defer in the run_* methodsTomás Touceda
2013-06-27Merge remote-tracking branch 'ivan/feature/improve_vpngatewayselector_tests' ↵Tomás Touceda
into develop
2013-06-26Refactor & add tests for eipconfigIvan Alejandro
2013-06-26Improve VPNGatewaySelector tests coverage.Ivan Alejandro
Add +13 and +14 timezones support.
2013-06-25Add tests for AbstractBootstrapperTomás Touceda
2013-06-25Return the deferred so that we can use it for other thingsTomás Touceda
2013-06-24Merge remote-tracking branch 'kali/feature/2925_osx-use-cocoasudo' into developTomás Touceda
2013-06-25use cocoasudo instead of osascriptKali Kaneko
Closes:#2925
2013-06-24Merge remote-tracking branch ↵Tomás Touceda
'ivan/feature/2962_test-vpngatewayselector_rev1' into develop
2013-06-24Add test for vpngatewayselector class.Ivan Alejandro
2013-06-24Bugfix: timezone calculation.Ivan Alejandro
Also use int notation instead of datetime.timedelta.
2013-06-24Merge remote-tracking branch 'kali/feature/better-vpn-control' into developTomás Touceda
2013-06-24Catch OSError when checking for permissionsTomás Touceda
2013-06-24Improve OpenVPN Process ControlKali Kaneko
* Disable toggle button until we get "connected" status. #2956 * Catch abnormal termination and update UI accordingly. #2890
2013-06-24let errors go in their own panelKali Kaneko
2013-06-21Allow to create the class using a specific offset.Ivan Alejandro
This is useful for testing purposes, so we can be consistent with the distance calculation.
2013-06-21Bugfix: return the correct gateway.Ivan Alejandro
After this fix we always returned the first gateway, no matter what the user asked for.
2013-06-21Use an alternative method to check for file permissionTomas Touceda
2013-06-20Merge remote-tracking branch 'kali/bug/hide-mx' into developTomas Touceda
2013-06-21hide mx until we integrate itkali
Closes: #2938
2013-06-19Merge remote-tracking branch 'kali/feature/launch-polkit-agent' into developTomas Touceda
2013-06-19Merge remote-tracking branch 'kali/bug/fix-down-plugin-for-launcher' into ↵Tomas Touceda
develop
2013-06-20tries to launch polkit authentication agentkali
Closes: #2884
2013-06-20Merge remote-tracking branch 'ivan-github/bug/2936_fix-psutil-error-import' ↵kali
into develop
2013-06-20look for down-root plugin in bundle and systemkali
2013-06-19Add psutil.error import to solve OSX problem.Ivan Alejandro
Closes #2936
2013-06-20nullify _tn instead of deletingKali Kaneko
2013-06-20fix zero length field format in 2.6Kali Kaneko
2013-06-19Merge remote-tracking branch 'kali/feature/linux_install_scripts_rev2' into ↵chiiph
develop
2013-06-19Merge remote-tracking branch 'ivan/feature/2877_improve-gateway-selector' ↵chiiph
into develop
2013-06-19install missing files during linux initializationkali
Closes: #2247, #2761
2013-06-18Improve timezone gateway selector. Closes #2894Ivan Alejandro
It allows to use multiple gateways in openvpn for redundancy.
2013-06-17Remove temporal folder during shutdownkali
Closes: #2891 This is the temporal folder that is used under osx and linux for the unix socket to connect to the management interface.
2013-06-15working openvpn termination: SIGTERM, then SIGKILL.kali
Closes: #2753
2013-06-15Merge branch 'develop' of ssh://leap.se/leap_client into developkali
2013-06-14Actually deferToThread all the things we expect to do in parallelTomás Touceda
2013-06-14Autoselect VPN gateway based on timezone.Ivan Alejandro
2013-06-13pep8kali
2013-06-13copy missing updown scripts if missingKali Kaneko
2013-06-11Merge remote-tracking branch 'kali/bug/openvpn-process_rev4' into developTomás Touceda
2013-06-12use twisted processProtocol instead of QProcess to drive openvpnkali
2013-06-11Check provider api version for compatibilityIvan Alejandro
2013-06-04Remove CheckerThread from SRPAuthTomás Touceda
Also, some pep8 fixes