summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-08Freeze debian version.Kali Kaneko
2014-12-08bump debian changelog to 0.6.1Kali Kaneko
2014-12-08Merge tag '0.6.1' into deb-0.6.1Kali Kaneko
Tag soledad version 0.6.1.
2014-12-08Merge branch 'release-0.6.1' into release/0.6.x0.6.1drebs
2014-12-08Fold in changes.drebs
2014-12-05fix ssl negotiationKali Kaneko
since ssl.SSLContext does not exist prior to python 2.7.9
2014-12-05Use 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-05Enclose server initscript variables in curly brackets.drebs
2014-12-05Run daemon as user soledad (#6436).drebs
2014-12-05Enforce TLSv1 in soledad server (#6437).drebs
2014-12-05force tls v1 in soledad client. Partially fixes #6437Kali Kaneko
2014-12-02Merge remote-tracking branch ↵Kali Kaneko
'drebs-github/bug/add-dep-deb-packages-to-pydist-overrides' into debian/experimental
2014-12-02Override names of python dependencies packages on debian package.drebs
2014-11-24Merge branch 'debian/experimental' of ssh://leap.se/soledad into ↵Kali Kaneko
debian/experimental Conflicts: client/pkg/requirements.pip
2014-11-24fallback to python-chardetKali Kaneko
2014-10-30bump changelogKali Kaneko
2014-10-30disable WAL for the time being. #5562Kali Kaneko
2014-10-30remove pysqlite dep from requirementsKali Kaneko
2014-10-30use chardet instead of cchardet (closes #6279)Kali Kaneko
2014-10-07add pysqlite dep removal to changelogKali Kaneko
2014-10-07add missing comma to depsKali Kaneko
2014-10-07Merge remote-tracking branch ↵Kali Kaneko
'remotes/drebs-github/bug/2945_debian-package-do-not-depend-on-pysqlite' into debian
2014-10-07Merge remote-tracking branch 'remotes/drebs-github/deb-0.6.0' into debianKali Kaneko
2014-10-07Freeze debian version.drebs
2014-10-07Update changelog to 0.6.0.drebs
2014-10-07Bump version of dep on soledad.common.drebs
2014-10-07Temporarilly add taskthread to make it easier to package for debian.drebs
2014-10-01Merge tag '0.6.0' into deb-0.6.0drebs
Tag leap.soledad version 0.6.0 Conflicts: client/pkg/requirements.pip
2014-08-28Do not depend on pysqlite (#2945).drebs
2014-07-18Merge branch 'release-0.6.0'0.6.0Tomás Touceda
2014-07-18Fold in changesTomás Touceda
2014-07-11Merge branch 'feature/encdb_splitted_drebs' into developKali Kaneko
2014-07-10Pin PyOpenSSL dep to avoid uneeded deps (#5368).drebs
2014-07-10Fix recovery from failed sync.drebs
2014-07-09Close all connections after syncing (#5518).drebs
2014-07-08Stop syncers when closing soledad.drebs
2014-07-08Fix common exception handling gotchas.drebs
2014-07-08Add doc for syncers dictionary.drebs
2014-07-08Add spam script for profiling.drebs
2014-07-08Fix tests according to modified sync.drebs
2014-07-08Stop the target when exceptions occur.drebs
2014-07-08Fix sqlcipher db syncing property.drebs
2014-07-08Update target sync with sequential info (#5869).drebs
2014-07-03Properly stop sync and cancel threads on fail.drebs
2014-07-02Add changes files.drebs
2014-07-02Split tests and fix for new sync (#4710).drebs
2014-07-02Split sync_exchange into many requests (#5517).drebs
2014-07-02Decouple sync from actual encryption/decryption (#5326).drebs
2014-07-01update soledad-client version dependency on python-pycryptopp to make wheezy ↵debian/platform-0.5Micah Anderson
backports easier
2014-06-27Merge branch 'master' into developTomás Touceda