Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-27 | [feat] refactor events to use ZMQ | drebs | |
Before this commit, protobuf and protobuf.socketrpc were used to serialize and transmit messages between events clients. This change implements a simpler ZMQ client/server events mechanism that uses ZMQ sockets for transmitting messages from clients to server and to redistribute such messages to subscribed clients. Closes: #6359 | |||
2015-05-27 | [refactor] move http twisted code from soledad | Ruben Pollan | |
Implements an HTTP client the twisted way, with a focus on pinning the SSL certs. * Related: #6506 | |||
2015-05-21 | [bug] get certificate times as UTC, add tests | Ivan Alejandro | |
The certificate validity times were converted to local time and later on compared with UTC time, which caused the certificate not being updated at the right times. Add tests to be sure this is not happenning again. Add a joint pem file for the existing cert and key files to ease test. - Resolves: #6994 | |||
2015-01-26 | Fold in changes.0.3.10 | Ivan Alejandro | |
2015-01-21 | Consider different possibilities for tmpdir. | Ivan Alejandro | |
In some systems the used tmp dir is like '/tmp/leap_tests-asdf' and in others is like '/tmp/username/leap_tests-asdf'. With this fix we protect the home dir and consider different possible temp directories. | |||
2014-12-03 | Add support for deferreds to memoize_method decorator | Ruben Pollan | |
2014-12-03 | Extract the environment set up and tear down for tests | Ruben Pollan | |
Using trial there is no setUpClass neither tearDownClass, the setting up of the environment needs to be in an external class to be able to call it from inhereted classes. | |||
2014-04-04 | Fold in changes | Tomás Touceda | |
2014-03-18 | Add Soledad invalid auth token event (#5191). | drebs | |
2014-01-17 | Support str type in email charset detection. | Ivan Alejandro | |
2013-12-17 | Add a memoize_method decorator | Kali Kaneko | |
2013-06-28 | Fold in changes for 0.2.2 | Tomás Touceda | |
2013-06-27 | Bugfix: use the provider's default language as default string | Ivan Alejandro | |
Also take care (and note) a possible case with a problematic provider misconfiguration. | |||
2013-06-21 | Merge remote-tracking branch ↵ | Tomas Touceda | |
'drebs/feature/2602-remove-soledad-strict-dependency-on-leap.common' into develop | |||
2013-06-13 | Add possibility of unregistering in events mechanism. | drebs | |
2013-06-05 | Add changes file. | drebs | |
2013-05-30 | Merge remote-tracking branch ↵0.2.5release/v0.2.5 | Tomás Touceda | |
'drebs/feature/2683-move-keymanager-to-leap_client' into develop | |||
2013-05-30 | add data files: testing certificates | Kali Kaneko | |
2013-05-29 | Remove keymanager from this repository. | drebs | |
2013-05-29 | allow absolute paths to config.load | Kali Kaneko | |
2013-05-21 | use temporary openpgpwrapper as a context manager | Kali Kaneko | |
in this way we implicitely catch any exception during the wrapped call, and ensure that the destructor is always called. | |||
2013-05-17 | Do not attempt to fetch private keys from server. | drebs | |
2013-05-16 | Add crypto submodule that handles AES-256-CTR encryption. | drebs | |
2013-05-11 | Add changes file. | drebs | |
2013-04-14 | Add key manager basic API docstrings. | drebs | |
2013-04-11 | add RAISE_WINDOW event | Kali Kaneko | |
2013-04-11 | Merge remote-tracking branch 'kali/bug/fix-imports' into develop | Tomas Touceda | |
Conflicts: pkg/requirements.pip setup.py | |||
2013-04-11 | fix deprecation warnings; add debug info | Kali Kaneko | |
2013-04-09 | changes file | Kali Kaneko | |
2013-04-01 | Add README and changes file for events mechanism. | drebs | |
2013-03-20 | Prioritize path_extension in which method | Tomás Touceda | |