summaryrefslogtreecommitdiff
path: root/server/changes
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 /server/changes
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 'server/changes')
-rw-r--r--server/changes/feature_4097-allow-for-locking-creation-of-secrets-in-server1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/changes/feature_4097-allow-for-locking-creation-of-secrets-in-server b/server/changes/feature_4097-allow-for-locking-creation-of-secrets-in-server
new file mode 100644
index 00000000..48b367d7
--- /dev/null
+++ b/server/changes/feature_4097-allow-for-locking-creation-of-secrets-in-server
@@ -0,0 +1 @@
+ o Allow for locking the shared database. Closes #4097.