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 (Expand)Author
2018-03-02Add additional KDBX4 upgrade tests for composite key integrityJanek Bevendorff
2018-02-27Use copy instead of rename for unsafe saving on LinuxJanek Bevendorff
2018-02-27Avoid double file extension replacement in backup filenameJanek Bevendorff
2018-02-21Properly save custom header dataJanek Bevendorff
2018-01-28Minor changes to address commentsJonathan White
2018-01-28After 3 failed saves, offer to disable safe savesJonathan White
2018-01-28Correct saving files to DropBox/Drive/OneDriveJonathan White
2018-01-13Explicitly support AES-KDF in KDBX4 and don't convert KDBX4 files with AES-KD...Janek Bevendorff
2018-01-13Add challenge response to key before transformation, resolves #1060Janek Bevendorff
2018-01-13Implements KDBX4 format with Argon2 KDFJonathan White
2018-01-13Correct regression in database modification signalJonathan White
2018-01-13Add Argon2Kdf and enable parameters in db settingsJonathan White
2018-01-13Removed dead codeJonathan White
2018-01-13Refactor Kdf class, remove fields conceptJanek Bevendorff
2018-01-13Reformat code, fix minor style issues, make kdf() getter constJanek Bevendorff
2018-01-13Pull out KDFs into their own class hierarchyangelsl
2017-12-17keepassxc-cli show: resolve references in output (#1280)Aleksa Sarai
2017-11-30Small refactoring related to references placeholdersfrostasm
2017-11-30Implement search for reference placeholder based on fields other than IDfrostasm
2017-10-19Merge branch 'release/2.2.2' into developJanek Bevendorff
2017-10-19Fix: Regenerate transform seed and transform master key on save.rockihack
2017-10-07Backporting #1008Louis-Bertrand Varin
2017-10-07Add custom icons when merging. (#1008)louib
2017-09-25Prevent unnecessary memory allocationsJosef Vitu
2017-07-31Moving keyFile after password. (#830)louib
2017-07-30Handle FileKey::load errors (--key-file) (#825)louib
2017-07-25Feature : --key-file option for CLI (#816)louib
2017-07-23Feature : Clip command using native programs. (#792)louib
2017-06-21Disable stdin echo when entering passwords on cliWeslly
2017-06-15clang-format Database.cppLouis-Bertrand Varin
2017-06-15Adding saveToFile function.Louis-Bertrand Varin
2017-06-14Update and fix copyright headersthez3ro
2017-05-25Add the GUI prompt option to the merge command. (#589)louib
2017-05-23Adding a GUI prompt for password. (#587)louib
2017-05-19Feature : clip command (#578)louib
2017-04-21Add requested source code changesVladimir Svyatski
2017-03-16Extracting openDatabaseFile.Louis-Bertrand Varin
2017-03-10Merge branch 'develop' into feature/yubikeyJanek Bevendorff
2017-03-10Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywordsJanek Bevendorff
2017-02-24Use QSharedPointer instead of cloning YkChallengeResponseKey and make it a QO...Janek Bevendorff
2017-01-09YubiKey: Fix database lockingKyle Manna
2017-01-09YubiKey: Clean-up master seed challengeKyle Manna
2017-01-09challenge: Propagate failed challenge to callerKyle Manna
2017-01-08database: Pass master seed to challenge response keysKyle Manna
2016-11-08Automatic reload the database when the file is externally modifiedJonathan White
2016-11-08Add Merge database utility function (#47)Jonathan White
2016-10-03Convert Q_FOREACH loops to C++11 for loops.Felix Geyer
2015-09-12Make C++11 mandatory.Felix Geyer
2015-09-12Remove Tools::currentDateTimeUtc().Felix Geyer
2015-05-10Catch and handle all errors from libgcrypt.Felix Geyer