Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-09 | [fix] remove unneded params to CouchServerState | drebs | |
This commit removes some leftover code from a time when Soledad Server used to check for permissions on certain databases when starting (i.e. shared and tokens databases). This was later removed as correct permissions enforcement was relayed to tapicero. Closes: #6833. | |||
2015-04-09 | Merge tag '0.6.4' into release/0.6.x | drebs | |
version 0.6.4 | |||
2015-01-23 | Bail out ddocs installation if the path doesn't exist. Fix: #66710.6.4 | Kali Kaneko | |
Conflicts: common/MANIFEST.in | |||
2014-12-16 | Fold in changes.0.6.3 | drebs | |
2014-12-15 | Merge remote-tracking branch 'drebs-github/bug/6500_fix-deferred-enc-dec' ↵ | Kali Kaneko | |
into release/0.6.x | |||
2014-12-15 | Fix deferred enc/dec params and fallback (#6500). | drebs | |
2014-12-11 | Merge branch 'release-0.6.2' into release/0.6.x0.6.2 | drebs | |
2014-12-11 | Fix incorrect ssl context setup | Kali Kaneko | |
The changes introduced in aafa79c0f5 having to do with the cert verification are incorrect, regarding the use of the newest ssl context api introduced in python 2.7.9. There the use of the server setup was taken, instead of the correct client options. I hereby apologize for the insuficient testing on that fix. It happens that I wrongly tested in an evironment that did the fallback to pre-2.7.9 interpreter. | |||
2014-12-08 | Merge branch 'release-0.6.1' into release/0.6.x0.6.1 | drebs | |
2014-12-08 | Fold in changes. | drebs | |
2014-12-05 | fix ssl negotiation | Kali Kaneko | |
since ssl.SSLContext does not exist prior to python 2.7.9 | |||
2014-12-05 | Use SSL negotiation. | Kali Kaneko | |
Although the API can be misleading, PROTOCOL_SSLv23 selects the highest protocol version that both the client and server support. Despite the name, this option can select “TLS” protocols as well as “SSL”. In this way, we can use TLSv1.2 (PROTOCOL_TLSv1 will *only* give us TLS v1.0) In the client side, we try to disable SSLv2 and SSLv3 options explicitely. The python version in wheezy does not offer PROTOCOL_TLSv1_2 nor OP_NO_SSLv2 or OP_NO_SSLv3 (It's new in 2.7.9) | |||
2014-12-05 | Enclose server initscript variables in curly brackets. | drebs | |
2014-12-05 | Run daemon as user soledad (#6436). | drebs | |
2014-12-05 | Enforce TLSv1 in soledad server (#6437). | drebs | |
2014-12-05 | force tls v1 in soledad client. Partially fixes #6437 | Kali Kaneko | |
2014-07-18 | Merge branch 'release-0.6.0'0.6.0 | Tomás Touceda | |
2014-07-18 | Fold in changes | Tomás Touceda | |
2014-07-11 | Merge branch 'feature/encdb_splitted_drebs' into develop | Kali Kaneko | |
2014-07-10 | Pin PyOpenSSL dep to avoid uneeded deps (#5368). | drebs | |
2014-07-10 | Fix recovery from failed sync. | drebs | |
2014-07-09 | Close all connections after syncing (#5518). | drebs | |
2014-07-08 | Stop syncers when closing soledad. | drebs | |
2014-07-08 | Fix common exception handling gotchas. | drebs | |
2014-07-08 | Add doc for syncers dictionary. | drebs | |
2014-07-08 | Add spam script for profiling. | drebs | |
2014-07-08 | Fix tests according to modified sync. | drebs | |
2014-07-08 | Stop the target when exceptions occur. | drebs | |
2014-07-08 | Fix sqlcipher db syncing property. | drebs | |
2014-07-08 | Update target sync with sequential info (#5869). | drebs | |
2014-07-03 | Properly stop sync and cancel threads on fail. | drebs | |
2014-07-02 | Add changes files. | drebs | |
2014-07-02 | Split tests and fix for new sync (#4710). | drebs | |
2014-07-02 | Split sync_exchange into many requests (#5517). | drebs | |
2014-07-02 | Decouple sync from actual encryption/decryption (#5326). | drebs | |
2014-06-27 | Merge branch 'master' into develop | Tomás Touceda | |
2014-06-18 | Merge remote-tracking branch 'refs/remotes/kali/bump-requirements' into develop | Tomás Touceda | |
2014-06-18 | bump requirements to latest leap.common | Kali Kaneko | |
this is needed due to the introduction of new events. | |||
2014-06-09 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/feature/add-profiling-scripts' into develop | |||
2014-06-09 | Add profiling scripts. | drebs | |
2014-06-06 | Merge branch 'release-0.5.2'0.5.2 | Tomás Touceda | |
2014-06-06 | Fold in changes | Tomás Touceda | |
2014-06-05 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/bug/5739_fix-multipart-put-problem-2' into develop | |||
2014-06-05 | Add missing doc. | drebs | |
2014-06-05 | Reorganize profiling scripts. | drebs | |
2014-06-05 | Move the syncing lock to inside SQLCipherDatabase. | drebs | |
2014-06-05 | Reset synchronizer state in order to reuse the same synchronizer multiple times. | drebs | |
2014-06-05 | Add changes file. | drebs | |
2014-06-05 | Make server auth time-insensitive. | drebs | |
2014-06-05 | Replace client sync state by a sync_id. | drebs | |