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
AgeCommit message (Collapse)Author
2018-02-18Add support for pre-releasesJanek Bevendorff
2018-02-01Ensure yubikey libs are dynamic; bump to c99Jonathan White
2018-01-30Check for tag to automatically determine release buildJonathan White
2018-01-30Add support for nightly builds to release toolJonathan White
2018-01-19Deprecate KeePassHTTP and introduce WITH_XC_NETWORKING CMake optionJanek 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-13Add support for various algorithms for kdbx4angelsl
* Add SHA512 support to CryptoHash * Add ChaCha20 support * Add HMAC support * Add new HmacBlockStream, used in KDBX 4 * Add support for ChaCha20 protected stream
2018-01-04keepassxc-browservarjolintu
2018-01-03undefine FORTIFY_SOURCE before trying to define it. In case it's already ↵thez3ro
defined by the distro
2017-12-20Fix use of cmake_minimum_requiredOrivej Desh
cmake_minimum_required() must be used before project(), otherwise it has no effect on internal cmake code that runs when project() is invoked. In particular CMP0025 does not default to NEW and CMake does not detect Clang features on Darwin, which is necessary to compile the project with the upstream (non Apple) compiler.
2017-12-13Merge branch 'master' into developJanek Bevendorff
2017-12-13Bump version to 2.2.4Janek Bevendorff
2017-12-12Merge branch 'master' into developJonathan White
2017-12-12Version bump to 2.2.3 and changelogJonathan White
2017-11-27Treat warning as errorsJanek Bevendorff
2017-11-19SSH agent supportToni Spets
2017-10-22Merge branch 'master' into developJanek Bevendorff
2017-10-22Bump version to 2.2.2 and update changelogJanek Bevendorff
2017-10-21Make QtMacExtras optionalAdolfo E. García
2017-10-21Improve building of macOS targetAdolfo E. García
2017-10-21Enable option WITH_ASAN for macOS buildsAdolfo E. García
2017-10-21Simplify the ZLIB version checkAdolfo E. García
2017-10-19Merge branch 'release/2.2.2' into developJanek Bevendorff
2017-10-19Fix remaining uses of KEEPASSXC_SNAP_BUILDJanek Bevendorff
2017-10-19Add distribution information to debug info screenJanek Bevendorff
2017-10-12Merge branch 'release/2.2.2' into developJanek Bevendorff
2017-10-06Fix macOS man pathWeslly
2017-10-03Corrected issues with desktop and tray icons in snap buildJonathan White
2017-10-01Version number bumpJonathan White
2017-08-17:bug: Use correct ZLib include pathYen Chi Hsuan
Fixes #801
2017-06-26Require CMake 3.1.0 and update DockerfileJanek Bevendorff
2017-06-21Bumped version to 2.2.0 and populated CHANGELOGJonathan White
2017-06-14Update and fix copyright headersthez3ro
2017-05-27Merge branch 'develop' into single-instanceTheZ3ro
2017-05-14Allow disabling .app bundles on MacYen Chi Hsuan
2017-05-09Raise existing instanceVukoDrakkeinen
Closes #193
2017-05-06Update cmake files, fixes #331Jonathan White
2017-05-06Support vscodeJonathan White
2017-04-10Substitute deprecated commands with feature_summaryseatedscribe
2017-04-10Disable DEP and ASLR for Debug builds. This allows for debugging with GDB.Jonathan White
2017-04-09Merge remote-tracking branch 'origin/master' into developJonathan White
2017-04-09Bumped version to 2.1.4, updated CHANGELOGJonathan White
2017-03-16Install path on Mac.Louis-Bertrand Varin
2017-03-16Migrate entropy-meter to keepassxc-cliLouis-Bertrand Varin
2017-03-16Add WITH_ASAN option to READMEJanek Bevendorff
2017-03-15Show error message when trying to use WITH_ASAN on Windows or OS XJanek Bevendorff
2017-03-15Enable ASAN option in Travis buildJanek Bevendorff
2017-03-15Prevent massive end-of-process leak sanitizer dumpJanek Bevendorff
2017-03-15Add ASAN option to CMakeJanek Bevendorff
2017-03-10Merge branch 'develop' into feature/yubikeyJanek Bevendorff