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/tests
AgeCommit message (Expand)Author
2018-01-13Correct Endian function use in Random testsJonathan White
2018-01-13Refactor Kdf class, remove fields conceptJanek 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-13Add support for KDFs and cyphers to the db settings widgetangelsl
2018-01-13Pull out KDFs into their own class hierarchyangelsl
2018-01-03Add test for drag and drop database files into main windowfrostasm
2018-01-03Remove minus since it's an invalid literalthez3ro
2018-01-03improve regex filteringthez3ro
2018-01-03add test for syntax checkingthez3ro
2017-12-27Add additional unit tests for key file generationJanek Bevendorff
2017-12-25Correct test failures in mingwJonathan White
2017-12-25Fix failing entry model test for attachment name and sizefrostasm
2017-12-17keepassxc-cli show: resolve references in output (#1280)Aleksa Sarai
2017-12-13Correct memory leaks in TestGroup.cppJonathan White
2017-12-12Merge branch 'master' into developJonathan White
2017-11-30Small refactoring related to references placeholdersfrostasm
2017-11-30Add failing test for complete entry resolutionMartin Unzner
2017-11-30Implement search for reference placeholder based on fields other than IDfrostasm
2017-11-30Add unit test to search for referenced entries based on fields other than IDfrostasm
2017-11-28Fixed memory leaks in non-gui testsMichal Kaptur
2017-11-26Merge branch 'release/2.2.3' into developJanek Bevendorff
2017-11-25Add missing crypto init to OpenSSHKey testToni Spets
2017-11-21Adding tests for Group::cloneLouis-Bertrand Varin
2017-11-21Merge : Synchronising groups.Louis-Bertrand Varin
2017-11-21Change QTotp class name to TotpWeslly
2017-11-21Add initial Steam TOTP supportJoel Smith
2017-11-19SSH agent supportToni Spets
2017-11-19SymmetricCipher: Support CTR modeToni Spets
2017-11-02use QTemporaryFile when creating a database for guitestthez3ro
2017-11-02add test for DB creationthez3ro
2017-10-28Fix apply button not saving new entriesJonathan White
2017-10-23Add test for resolved placeholders in window association titlefrostasm
2017-10-22Added tests for retention of entry history after mergeJonathan White
2017-10-21Merge branch 'release/2.2.2' into developJanek Bevendorff
2017-10-21Improve testing of Base32Adolfo E. García
2017-10-21Replace Optional with QVariantAdolfo E. García
2017-10-21Add new Base32 implementationAdolfo E. García
2017-10-19Implement recursive resolving for placeholdersfrostasm
2017-10-19Add processing of the url placeholdersfrostasm
2017-10-12Merge branch 'release/2.2.2' into developJanek Bevendorff
2017-10-07Add custom icons when merging. (#1008)louib
2017-10-04Rewrote resolveUrl function to conform to various test casesJonathan White
2017-10-01Merge remote-tracking branch 'origin/master' into developJonathan White
2017-09-30Added tests to confirm mismatched passwords block savingJonathan White
2017-09-25New base32 implementation (#984)Adolfo E. García
2017-09-20Merge : making sure the group is populated. (#942)louib
2017-09-06CLI : basic entry manipulation commands. (#919)louib
2017-09-05Feature : Update entries across groups when merging (#807)louib
2017-08-05Adding Locate command. (#829)louib