Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2021-05-17 03:16:01 +0300
committerJonathan White <support@dmapps.us>2021-12-15 07:23:23 +0300
commit12990e59ada1628a3a491afef045902ef254e38f (patch)
tree40c7bbe9ede0bd5ea67b6aa417e0cc7dc55ccf3e /INSTALL.md
parentc88d8c870fbbc1aaacc72975e046f0f777140145 (diff)
KeeShare: Remove checking signed container
* Remove QuaZip dependency in favor of minizip * Remove signature checks, but maintain signatures for backwards compatibility * Remove UI components related to certificates except for personal certificate for backwards compatibility * Default to unsigned containers (*.kdbx)
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index ca2c5ba5c..b25dd38b8 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -102,7 +102,6 @@ These steps place the compiled KeePassXC binary inside the `./build/src/` direct
-DWITH_XC_TOUCHID=[ON|OFF] (macOS Only) Enable/Disable Touch ID unlock (default:OFF)
-DWITH_XC_FDOSECRETS=[ON|OFF] (Linux Only) Enable/Disable Freedesktop.org Secrets Service support (default:OFF)
-DWITH_XC_KEESHARE=[ON|OFF] Enable/Disable KeeShare group synchronization extension (default: OFF)
- -DWITH_XC_KEESHARE_SECURE=[ON|OFF] Enable/Disable KeeShare signed containers, requires libquazip5 (default: OFF)
-DWITH_XC_ALL=[ON|OFF] Enable/Disable compiling all plugins above (default: OFF)
-DWITH_XC_UPDATECHECK=[ON|OFF] Enable/Disable automatic updating checking (requires WITH_XC_NETWORKING) (default: ON)