* Add source folder keeshare for sharing with corresponding define WITH_XC_KEESHARE * Move common crypto parts to src/crypto/ssh * Extended OpenSSHKey * Move filewatching to own file (currently in two related classes DelayedFileWatcher and BulkFileWatcher) * Small improvements for style and code in several classes * Sharing is secured using RSA-Keys which are generated on demand * Publisher signs the container using their private key * Client can verify the signed container and choose to decline an import, import only once or trust the publisher and automatically import all data of this source henceforth * Integration of settings into Group-Settings, Database-Settings and Application-Settings * Introduced dependency QuaZip as dependency to allow combined export of key container and the (custom format) certificate
38 lines
1.1 KiB
CMake
38 lines
1.1 KiB
CMake
/* config-keepassx.h. Generated by cmake from config-keepassx.h.cmake */
|
|
|
|
#ifndef KEEPASSX_CONFIG_KEEPASSX_H
|
|
#define KEEPASSX_CONFIG_KEEPASSX_H
|
|
|
|
#define KEEPASSX_VERSION "@KEEPASSXC_VERSION@"
|
|
|
|
#define KEEPASSX_SOURCE_DIR "@CMAKE_SOURCE_DIR@"
|
|
#define KEEPASSX_BINARY_DIR "@CMAKE_BINARY_DIR@"
|
|
|
|
#define KEEPASSX_PREFIX_DIR "@CMAKE_INSTALL_PREFIX@"
|
|
#define KEEPASSX_PLUGIN_DIR "@PLUGIN_INSTALL_DIR@"
|
|
#define KEEPASSX_DATA_DIR "@DATA_INSTALL_DIR@"
|
|
|
|
#cmakedefine WITH_XC_AUTOTYPE
|
|
#cmakedefine WITH_XC_NETWORKING
|
|
#cmakedefine WITH_XC_BROWSER
|
|
#cmakedefine WITH_XC_YUBIKEY
|
|
#cmakedefine WITH_XC_SSHAGENT
|
|
#cmakedefine WITH_XC_KEESHARE
|
|
#cmakedefine WITH_XC_TOUCHID
|
|
|
|
#cmakedefine KEEPASSXC_BUILD_TYPE "@KEEPASSXC_BUILD_TYPE@"
|
|
#cmakedefine KEEPASSXC_BUILD_TYPE_RELEASE
|
|
#cmakedefine KEEPASSXC_BUILD_TYPE_PRE_RELEASE
|
|
#cmakedefine KEEPASSXC_BUILD_TYPE_SNAPSHOT
|
|
|
|
#cmakedefine KEEPASSXC_DIST
|
|
#cmakedefine KEEPASSXC_DIST_TYPE "@KEEPASSXC_DIST_TYPE@"
|
|
#cmakedefine KEEPASSXC_DIST_SNAP
|
|
#cmakedefine KEEPASSXC_DIST_APPIMAGE
|
|
|
|
#cmakedefine HAVE_PR_SET_DUMPABLE 1
|
|
#cmakedefine HAVE_RLIMIT_CORE 1
|
|
#cmakedefine HAVE_PT_DENY_ATTACH 1
|
|
|
|
#endif // KEEPASSX_CONFIG_KEEPASSX_H
|