From 1244f691b084b12463f88e5e0ba068432c17f621 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 14 Oct 2013 10:54:24 -0300 Subject: 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. --- .../feature_4097-allow-for-locking-creation-of-secrets-in-server | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 client/changes/feature_4097-allow-for-locking-creation-of-secrets-in-server (limited to 'client/changes/feature_4097-allow-for-locking-creation-of-secrets-in-server') 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. -- cgit v1.2.3