Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2013-04-12 | Add --danger option to not validate the first hop of certificates | Tomas Touceda | |
This is intended to be used while testing, not in production | |||
2013-04-10 | baseconfig moved to leap.common.config | kali | |
2013-04-08 | fix dyld_library_path for osx | kali | |
2013-04-03 | fix osx prefixer and launcher | Kali Kaneko | |
2013-03-26 | Merge branch 'feature/windows_install_tap' of ↵ | kali | |
git://github.com/chiiph/leap_client into develop Conflicts: src/leap/gui/mainwindow.py | |||
2013-03-25 | Mark sanitation point clearly for future reference | Tomás Touceda | |
2013-03-25 | Rename the openvpn exe to something more specific | Tomás Touceda | |
2013-03-25 | grp doesn't exist in windows | Tomás Touceda | |
2013-03-22 | Add Windows VPN Launcher | Tomás Touceda | |
2013-03-21 | Merge remote-tracking branch 'kali/feature/osx-eip-rewrite' into develop | Tomás Touceda | |
2013-03-21 | fix docstring | kali | |
2013-03-21 | Fixes as per review | Tomás Touceda | |
2013-03-21 | Handle configuration and paths in a standalone way | Tomás Touceda | |
Also, abstracts QSettings under LeapSettings and adds a way to define the VPN env in a platform dependant way. | |||
2013-03-21 | fix osascript invocation | Kali Kaneko | |
2013-03-21 | add darwin prefixer and launcher | kali | |
2013-03-15 | namespace leap + leap.common split | kali | |
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository. | |||
2013-03-13 | Make the no up/down log an error instead of a warning | Tomás Touceda | |
2013-03-13 | Document checker parameter in providerbootstrapper | Tomás Touceda | |
2013-03-13 | Display a more related error message for https wizard checks | Tomás Touceda | |
Differentiate between SSLError and other type of errors, so to its clear when the certificate fails and when the connection fails or other kind of problems |