Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-25 | Improve SRPRegister tests | Tomás Touceda | |
2013-06-25 | Properly return the error responseCode when login is already taken | Tomás Touceda | |
2013-06-14 | Actually deferToThread all the things we expect to do in parallel | Tomás Touceda | |
2013-06-14 | Improve error messages in login | Tomás Touceda | |
2013-06-12 | Fix SRPAuth error reporting | Tomás Touceda | |
2013-06-12 | Merge remote-tracking branch 'chiiph/feature/merge_systray' into develop | kali | |
Conflicts: src/leap/gui/mainwindow.py | |||
2013-06-11 | Merge systray icons | Tomás Touceda | |
Also, catch a possible problem with the login answer from the webapp and display a proper message | |||
2013-06-06 | Make the login process more granular with defers | Tomás Touceda | |
2013-06-04 | Remove CheckerThread from SRPAuth | Tomás Touceda | |
Also, some pep8 fixes | |||
2013-05-30 | make tests pass & fix pep8 | kali | |
2013-05-16 | Integrate soledad and keymanager in the client | Tomas Touceda | |
2013-05-11 | Support requests<1.0.0 for the token saving too | Tomas Touceda | |
2013-05-11 | Add support for requests<1.0.0 | Tomas Touceda | |
2013-05-11 | Save auth token | Tomas Touceda | |
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 | pep8 | kali | |
2013-04-11 | Emit session_id and uid through events | Tomas Touceda | |
2013-04-08 | Several fixes as per review | kali | |
2013-03-26 | workaround for srp server timing out on consecutive runs | kali | |
2013-03-26 | tests for srpregister and srpauth | kali | |
in this commit too, the twisted fake_provider implementation | |||
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 | Default to port 443 if no port is specified | Tomás Touceda | |
2013-03-13 | Separate stdlibs from non-std in imports | Tomás Touceda | |
2013-03-12 | Get eip cert with session_id when possible | Tomás Touceda | |
2013-03-08 | Add keyring and username/password saving capabilities | Tomás Touceda | |
Also: - Fix translations in SRPAuth - Support non-ascii passwords - Make the server check if the characters are allowed, just check for easy passwords | |||
2013-03-08 | Add translation support | Tomás Touceda | |
Also: - Make OpenVPN use a random port every time - Logout in parallel so the UI doesn't block - Add the WAIT status from OpenVPN to the mainwindow displays - Support non-unix sockets in the LinuxVPNLauncher | |||
2013-03-07 | Change asserts for a custom leap_assert method | Tomás Touceda | |
Also: - Make SRPAuth and the Bootstrappers be a QObject instead of a QThread so we can use them inside another more generic thread - Add a generic CheckerThread that runs checks or whatever operation as long as it returns a boolean value - Closes the whole application if the wizard is rejected at the first run - Do not fail when the config directory doesn't exist - Set the wizard pixmap logo as LEAP's logo - Improve wizard checks - Make SRPRegister play nice with the CheckerThread | |||
2013-03-06 | Add SRP related code: authentication and registration | Tomás Touceda | |
2013-03-06 | Remove everything to start from scratch | Tomás Touceda | |
2013-01-24 | check cert time_boundaries uses pyOpenSSL | kali | |
I had missed this one while deprecating gnutls | |||
2013-01-24 | all tests green again | kali | |
plus: * added soledad test requirements * removed soledad from run_tests run (+1K tests failing) * added option to run All tests to run_tests script * pep8 cleanup | |||
2013-01-24 | switch dependency to pyopenssl | kali | |
2013-01-17 | fix ctypes dependency discovery for libgnutls | kali | |
2012-12-20 | fix broken tests | kali | |
2012-12-18 | catch gnutls error while validating pemfile | kali | |
2012-12-15 | use gnutls to parse pemfiles | kali | |
2012-12-12 | tests for firstrun/wizard | kali | |
2012-10-26 | user credentials saved on login/signup branches. | kali | |
cert request is using magick decorator that retrieves the certificates using srp. | |||
2012-10-19 | ca cert fingerprint check + api cert verification | kali | |
2012-10-19 | add more digest functions | kali | |
separate get_cert and get_fingerprint functions added separator | |||
2012-10-18 | catch cert verification errors and ask user for trust | kali | |
with a little helper function using gnutls | |||
2012-10-11 | make file_path explicit | kali | |
2012-10-06 | pep8 | kali | |
2012-10-05 | use keyring to store user password | kali | |
using a quite lame cryptedfile by the moment until dbus bug makes gnome-keyring usable again or we come up with the encrypted database solution. we might want to explore the option of using this python-keyring with the different native backends for win and macosx. for now: we generate a random secret that we store in the qsettings file. so, the whole thing is just to avoid plaintext stuff. for this, we could have done rot13, haha. |