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
path: root/cmake
AgeCommit message (Collapse)Author
2018-02-01Ensure yubikey libs are dynamic; bump to c99Jonathan White
2018-01-30Add support for nightly builds to release toolJonathan White
2018-01-14Fix linker definition clashes between libargon2 and libsodium on WindowsJanek Bevendorff
2018-01-13Install needed PPA packages for deploymentJanek Bevendorff
2018-01-13Add Argon2Kdf and enable parameters in db settingsJonathan White
Note: This implementation is not yet connected to the database itself and will corrupt existing kdbx3 db's. * Implemented memory and parallelism parameters for Argon2Kdf * Using libargon2; libsodium does not support Argon2d algorithm * Moved basic rounds parameter into Kdf class * Reimplemented benchmark algorithm; previous was utterly broken
2018-01-04keepassxc-browservarjolintu
2017-06-14Update and fix copyright headersthez3ro
2017-05-06Update cmake files, fixes #331Jonathan White
2017-02-26Mark CMake library variables as advancedJanek Bevendorff
2017-02-20Merge branch 'develop' into feature/yubikeyJanek Bevendorff
2017-02-20Set windows EXE resource properties, resolves #329Janek Bevendorff
2017-02-15Merge branch 'develop' into feature/yubikeyJanek Bevendorff
2017-01-26Fix Windows linker and runtime errors when building against static QtJanek Bevendorff
2017-01-08keys: yk: Add YubiKey hardware driver supportKyle Manna
* Use compile time detection of the YubiKey libraries and link against the libraries if present. Can be disabled with: $ cmake -DCMAKE_DISABLE_FIND_PACKAGE_YubiKey=FALSE * A stub file provides empty calls for all the function calls integrated in to the UI to support this. In the future a more modular approach maybe better, but opting for simplicity initially. Signed-off-by: Kyle Manna <kyle@kylemanna.com>
2016-11-04Updated README badges and added code coverageJonathan White
2016-02-28Merge remote-tracking branch 'keepassx/master'Jonathan White
# Conflicts: # README.md # share/translations/keepassx_de.ts # src/CMakeLists.txt # src/gui/MainWindow.h
2015-07-18Display git revision in about dialog.Florian Geyer
2014-03-23Replaced qhttpserver with libmicrohttp.Keith Bennett
The qhttpserver seems to be riddled with memory leaks and was continuously crashing. I don't know Qt well enough to fix it so I have replaced it with libmicrohttp. This is not nearly as elegant but it is much more stable.
2014-01-12Parse the libgcrypt version in the cmake module.Felix Geyer
2013-04-30Use standard GNU install dirs and make them overridable.Felix Geyer
2011-11-12Rewrite Gcrypt cmake module.Felix Geyer
2010-09-11Add crypto classes and tests. Link to libgcrypt.Felix Geyer