summaryrefslogtreecommitdiff
path: root/client/changes/feature_4097-allow-for-locking-creation-of-secrets-in-server
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-10-14 10:54:24 -0300
committerdrebs <drebs@leap.se>2013-10-28 19:18:30 -0200
commit1244f691b084b12463f88e5e0ba068432c17f621 (patch)
tree2cbd68e51bf7a6db4de38bc00067b4e2e74d081c /client/changes/feature_4097-allow-for-locking-creation-of-secrets-in-server
parentf6873fa53593a5fa04e733fc8f4cfbeafc4fb1ee (diff)
Add shared db locking.
* Improve bootstrap sequence: - stages are more organized. - there are less useless requests to server. * Improve shared db access: - instantiate the shared db only once. - also results in less requests to server. * Handle unicode passphrases. * Move some common functions and global variables to common. * Improve security of recovery document: - access to the recovery document now depends on the user password. * Improve documentation.
Diffstat (limited to 'client/changes/feature_4097-allow-for-locking-creation-of-secrets-in-server')
-rw-r--r--client/changes/feature_4097-allow-for-locking-creation-of-secrets-in-server2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/changes/feature_4097-allow-for-locking-creation-of-secrets-in-server b/client/changes/feature_4097-allow-for-locking-creation-of-secrets-in-server
new file mode 100644
index 00000000..e2a11c8f
--- /dev/null
+++ b/client/changes/feature_4097-allow-for-locking-creation-of-secrets-in-server
@@ -0,0 +1,2 @@
+ o Improve bootstrap sequence and allow for locking the shared database while
+ creating/uploading the encryption secret. Closes #4097.