summaryrefslogtreecommitdiff
path: root/src/leap/crypto/srpauth.py
AgeCommit message (Collapse)Author
2013-08-12move everything into bitmask namespaceKali Kaneko
2013-07-25Fix leap.common.events rpc calls to use correct callback.drebs
2013-07-25Make calls to leap.common.events asynchronous.drebs
2013-07-08fix extra parameter breaking authKali Kaneko
2013-07-08pep8Kali Kaneko
2013-07-05Granularize exceptionsTomás Touceda
Also, replace get_content for reqhelper.get_content for tests
2013-07-05Remove unneeded username and password class membersTomás Touceda
2013-07-05Refactor methods and emit event when we know uid is not NoneTomás Touceda
2013-07-05Broaden the exception type to catchTomás Touceda
2013-07-05Raise SRPAuthenticationError when errcode != 422 tooTomás Touceda
2013-07-05Reset A value from the class after we don't need it anymoreTomás Touceda
2013-07-05Remove password from start_authentication method, since we don't need itTomás Touceda
2013-07-05Set global request timeout to REQUEST_TIMEOUT (10 secs)Tomás Touceda
2013-06-14Actually deferToThread all the things we expect to do in parallelTomás Touceda
2013-06-14Improve error messages in loginTomás Touceda
2013-06-12Fix SRPAuth error reportingTomás Touceda
2013-06-12Merge remote-tracking branch 'chiiph/feature/merge_systray' into developkali
Conflicts: src/leap/gui/mainwindow.py
2013-06-11Merge systray iconsTomás Touceda
Also, catch a possible problem with the login answer from the webapp and display a proper message
2013-06-06Make the login process more granular with defersTomás Touceda
2013-06-04Remove CheckerThread from SRPAuthTomás Touceda
Also, some pep8 fixes
2013-05-30make tests pass & fix pep8kali
2013-05-16Integrate soledad and keymanager in the clientTomas Touceda
2013-05-11Support requests<1.0.0 for the token saving tooTomas Touceda
2013-05-11Add support for requests<1.0.0Tomas Touceda
2013-05-11Save auth tokenTomas Touceda
2013-05-11updated documentationkali
* documentation reviewed after rewrite, ready for 0.2.1 * updated docstrings format to fit sphinx autodoc
2013-04-11Emit session_id and uid through eventsTomas Touceda
2013-04-08Several fixes as per reviewkali
2013-03-26tests for srpregister and srpauthkali
in this commit too, the twisted fake_provider implementation
2013-03-15namespace leap + leap.common splitkali
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository.
2013-03-13Separate stdlibs from non-std in importsTomás Touceda
2013-03-12Get eip cert with session_id when possibleTomás Touceda
2013-03-08Add keyring and username/password saving capabilitiesTomá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-08Add translation supportTomá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-07Change asserts for a custom leap_assert methodTomá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-06Add SRP related code: authentication and registrationTomás Touceda