Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-01 | Check if there is no gateway to use. | Ivan Alejandro | |
Fix typo, improve docstrings. | |||
2013-06-28 | Add EIPBootstrapper tests | Tomás Touceda | |
2013-06-27 | Change leap.common.certs.* calls to be dependent on certs | Tomás Touceda | |
This gives us the possibility of mocking up the methods inside it. Also, return the deferred from the run_* method | |||
2013-06-27 | Add ProviderBootstrapper tests | Tomás Touceda | |
2013-06-27 | Fix minor bugs and return defer in the run_* methods | Tomás Touceda | |
2013-06-27 | Merge remote-tracking branch 'ivan/feature/improve_vpngatewayselector_tests' ↵ | Tomás Touceda | |
into develop | |||
2013-06-26 | Refactor & add tests for eipconfig | Ivan Alejandro | |
2013-06-26 | Improve VPNGatewaySelector tests coverage. | Ivan Alejandro | |
Add +13 and +14 timezones support. | |||
2013-06-24 | Merge remote-tracking branch 'kali/feature/2925_osx-use-cocoasudo' into develop | Tomás Touceda | |
2013-06-25 | use cocoasudo instead of osascript | Kali Kaneko | |
Closes:#2925 | |||
2013-06-24 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'ivan/feature/2962_test-vpngatewayselector_rev1' into develop | |||
2013-06-24 | Add test for vpngatewayselector class. | Ivan Alejandro | |
2013-06-24 | Bugfix: timezone calculation. | Ivan Alejandro | |
Also use int notation instead of datetime.timedelta. | |||
2013-06-24 | Merge remote-tracking branch 'kali/feature/better-vpn-control' into develop | Tomás Touceda | |
2013-06-24 | Catch OSError when checking for permissions | Tomás Touceda | |
2013-06-24 | Improve OpenVPN Process Control | Kali Kaneko | |
* Disable toggle button until we get "connected" status. #2956 * Catch abnormal termination and update UI accordingly. #2890 | |||
2013-06-24 | let errors go in their own panel | Kali Kaneko | |
2013-06-21 | Allow 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-21 | Bugfix: return the correct gateway. | Ivan Alejandro | |
After this fix we always returned the first gateway, no matter what the user asked for. | |||
2013-06-21 | Use an alternative method to check for file permission | Tomas Touceda | |
2013-06-19 | Merge remote-tracking branch 'kali/feature/launch-polkit-agent' into develop | Tomas Touceda | |
2013-06-19 | Merge remote-tracking branch 'kali/bug/fix-down-plugin-for-launcher' into ↵ | Tomas Touceda | |
develop | |||
2013-06-20 | tries to launch polkit authentication agent | kali | |
Closes: #2884 | |||
2013-06-20 | Merge remote-tracking branch 'ivan-github/bug/2936_fix-psutil-error-import' ↵ | kali | |
into develop | |||
2013-06-20 | look for down-root plugin in bundle and system | kali | |
2013-06-19 | Add psutil.error import to solve OSX problem. | Ivan Alejandro | |
Closes #2936 | |||
2013-06-20 | nullify _tn instead of deleting | Kali Kaneko | |
2013-06-20 | fix zero length field format in 2.6 | Kali Kaneko | |
2013-06-19 | Merge remote-tracking branch 'kali/feature/linux_install_scripts_rev2' into ↵ | chiiph | |
develop | |||
2013-06-19 | Merge remote-tracking branch 'ivan/feature/2877_improve-gateway-selector' ↵ | chiiph | |
into develop | |||
2013-06-19 | install missing files during linux initialization | kali | |
Closes: #2247, #2761 | |||
2013-06-18 | Improve timezone gateway selector. Closes #2894 | Ivan Alejandro | |
It allows to use multiple gateways in openvpn for redundancy. | |||
2013-06-17 | Remove temporal folder during shutdown | kali | |
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-15 | working openvpn termination: SIGTERM, then SIGKILL. | kali | |
Closes: #2753 | |||
2013-06-14 | Autoselect VPN gateway based on timezone. | Ivan Alejandro | |
2013-06-13 | pep8 | kali | |
2013-06-13 | copy missing updown scripts if missing | Kali Kaneko | |
2013-06-11 | Merge remote-tracking branch 'kali/bug/openvpn-process_rev4' into develop | Tomás Touceda | |
2013-06-12 | use twisted processProtocol instead of QProcess to drive openvpn | kali | |
2013-06-11 | Check provider api version for compatibility | Ivan Alejandro | |
2013-06-04 | Remove CheckerThread from SRPAuth | Tomás Touceda | |
Also, some pep8 fixes | |||
2013-06-03 | Use Twisted's deferToThread and Deferreds to handle parallel tasks | Tomás Touceda | |
This removes CheckerThread | |||
2013-05-30 | make tests pass & fix pep8 | kali | |
2013-05-21 | Add support for kde polkit, closes #2630 | Ivan Alejandro | |
Close issue #2630 Add changes file for #2630 Add documentation to '_is_auth_agent_running' method. | |||
2013-05-11 | use ipaddr to get ipv6 support | kali | |
2013-05-11 | updated documentation | kali | |
* documentation reviewed after rewrite, ready for 0.2.1 * updated docstrings format to fit sphinx autodoc | |||
2013-05-11 | sanitize ip address | kali | |
2013-05-11 | whitelist openvpn cipher parameters | kali | |
2013-05-11 | add debug to config and cert uris | kali | |
2013-04-16 | add locations to spec | Kali Kaneko | |