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-01-13Formatting and consistency fixesJonathan 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-13Refactor Endian namespaceJanek Bevendorff
2018-01-13Rename KeePass2{,Xml}{R,W} to Kdbx3{,Xml}{R,W}, and add a redirection classangelsl
2018-01-13Add support for various algorithms for kdbx4angelsl
2018-01-13Move constants in KeePass2.h to KeePass2.cpp and add a list of KDFs and ciphersangelsl
2018-01-13Pull out KDFs into their own class hierarchyangelsl
2017-12-12Merge branch 'master' into developJonathan White
2017-11-28Fixed memory leaks in non-gui testsMichal Kaptur
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-07Add custom icons when merging. (#1008)louib
2017-10-03Fix build on mac os with qt 5.9.1rockihack
2017-09-25Prevent unnecessary memory allocationsJosef Vitu
2017-08-31Fix build on mac os with qt 5.9.1rockihack
2017-07-20Add ellipsisJosh Soref
2017-06-14Update and fix copyright headersthez3ro
2017-03-23Treat empty booleans in XML as falseToni Spets
2017-02-24Use QSharedPointer instead of cloning YkChallengeResponseKey and make it a QO...Janek Bevendorff
2017-02-15Merge branch 'develop' into feature/yubikeyJanek Bevendorff
2017-01-28Add support for Twofish in KeePass2 codeTimothy Redaelli
2017-01-25Fix build with newer Qt5Aleix Pol
2017-01-15Merge branch 'develop' into feature/yubikeyJanek Bevendorff
2017-01-14spelling: successfullyJosh Soref
2017-01-14spelling: transformJosh Soref
2017-01-14spelling: charactersJosh Soref
2017-01-09YubiKey: Clean-up master seed challengeKyle Manna
2017-01-09challenge: Propagate failed challenge to callerKyle Manna
2017-01-08format: Add challenge response result to final key hashKyle Manna
2016-10-03Convert Q_FOREACH loops to C++11 for loops.Felix Geyer
2016-10-03Merge branch '2.0'Felix Geyer
2016-09-30Show proper error message when key is wrong for .kdb files.Felix Geyer
2016-09-30Fix typo.Felix Geyer
2016-08-04Repair UUID of inconsistent history items.Florian Geyer
2016-04-09Show proper error message when key is wrong for .kdb files.Felix Geyer
2016-04-09Fix typo.Felix Geyer
2016-02-08Merge branch '2.0'Felix Geyer
2016-02-02Fix KeePass2Repair to retain multi-byte UTF-8 chars.Felix Geyer
2016-02-02Keep valid surrogate pairs in stripInvalidXml10Chars().Felix Geyer
2016-01-31Make sure we don't write negative icon ids into the database.Felix Geyer
2016-01-31Fix crash when icon id is larger than INT_MAX.Felix Geyer
2016-01-29Use C++11 keyword directly in new methods.Felix Geyer
2016-01-29Merge branch '2.0'Felix Geyer
2016-01-29Add repair functionality to strip invalid XML chars.Felix Geyer
2016-01-24Strip invalid XML chars when writing databases.Felix Geyer
2015-10-11Use C++11 keywords directly.Felix Geyer
2015-09-26Merge branch '2.0'Felix Geyer
2015-09-24Show a better message when trying to open an old database format.Felix Geyer
2015-09-12Make C++11 mandatory.Felix Geyer