Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/feature/2683-move-keymanager-to-leap_client-2' into develop Conflicts: setup.py | |||
2013-05-30 | make tests pass & fix pep8 | kali | |
2013-05-29 | Move KeyManager submodule from leap.common to here. | drebs | |
2013-05-22 | Merge remote-tracking branch 'ivan/bug/kde-polkit-support' into develop | Tomás Touceda | |
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-18 | Integrate SMTP | Tomás Touceda | |
2013-05-16 | Integrate soledad and keymanager in the client | Tomas Touceda | |
2013-05-17 | use qtreactor so twisted is driven by qt main loop | kali | |
aboutToQuit signal is not raised anymore with the qt4reactor. So we are calling all cleanup callbacks from the quit function. | |||
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 | |||
2013-03-13 | Notify the user of pkexec/polkit/openvpn checks | Tomás Touceda | |
2013-03-13 | Add vpn already running checks | Tomás Touceda | |
2013-03-13 | Use expanduser instead of hardcoded string | Tomás Touceda | |
2013-03-13 | Check validity for downloaded certs and re-download if needed | Tomás Touceda | |
2013-03-13 | Add valid pemfile check before saving the downloaded client cert | Tomás Touceda | |
2013-03-13 | Add util.certs and abstract digest there | Tomás Touceda | |
2013-03-13 | Add mkdir_p method to util.files | Tomás Touceda | |
2013-03-13 | Revert jsonschema version to <=0.8 | Tomás Touceda | |
2013-03-13 | Pass mtime to pluggableconfig's load | Tomás Touceda | |
Also add a request_helpers file to util where all the helper methods for handling requests should go | |||
2013-03-13 | Add mtime check for existing json definitions before download | Tomás Touceda | |
Also, wait for threads to finish when quitting | |||
2013-03-12 | Get eip cert with session_id when possible | Tomás Touceda | |
2013-03-12 | Check and try to fix certificate permissions | Tomás Touceda | |