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 (Collapse)Author
2018-08-18Disable apply button when creating new entry/groupJonathan White
* Workaround to prevent data loss if apply is hit but not OK or Cancel * Refactor required to fix this issue
2018-07-15SSH Agent: Expect passphrases to be in UTF-8Toni Spets
The previous default was to expect passphrases to be ASCII or rather Latin-1. It would be reasonable to expect modern keys to use UTF-8 instead. This is a non-breaking change if passphrases only use characters that fall within ASCII. Fixes #2102
2018-06-27SSH Agent: Fix invalid iqmp output for RSA keysToni Spets
This fixes loading RSA keys to Pageant.
2018-04-05OpenSSHKey: correctly parse aes-256-cbc/ctr keys (#1682)Steven Noonan
AES-256 uses a 32-byte (256-bit) key size. This un-breaks the loader and tests added for AES-256-CBC and AES-256-CTR PEM keys. * OpenSSHKey: correctly parse encrypted PEM AES-256-CBC/AES-256-CTR keys * OpenSSHKey: use correct key derivation for AES-256
2018-03-12Skip the tray restore/hide test of #1595 if there's no tray (fix CI build).Joan Bruguera
2018-03-12Add GUI test for issue #1595 (minus the minimize at startup case).Joan Bruguera
2018-03-06add test case for recursive placeholdersthez3ro
2018-03-05fix autotype custom attributesthez3ro
2018-03-02Add additional KDBX4 upgrade tests for composite key integrityJanek Bevendorff
2018-03-02Add MockChallengeResponseKey and additional composite key component testJanek Bevendorff
2018-03-01Don't upgrade to KDBX 4 when CustomData are present only in meta data ↵Janek Bevendorff
section, resolves #1565
2018-02-26Add tests for newline sanitizationJanek Bevendorff
2018-02-21Add additional tests for saving and reading KDBX files with custom dataJanek Bevendorff
2018-02-21Properly save custom header dataJanek Bevendorff
Ensure adding custom data upgrades to KDBX4 Implement review feedback
2018-02-21Add CustomData regression testsJanek Bevendorff
2018-02-21Update zxcvbn libraryJanek Bevendorff
2018-02-21Add tests & minor editsJonathan White
2018-02-18Write regression test for #1447Nick Spain
2018-02-17Add test case for reference resolution in cloned entriesthez3ro
Improve test suite to use smart pointers where possible
2018-02-11SSH Agent: Support old AES-128-CBC encrypted keysToni Spets
2018-02-11SymmetricCipher: Add support for AES-128-CBCToni Spets
2018-02-05change inAutotype logic, preventing multiple autotype callthez3ro
2018-02-05refactor autotype sequences and entry-point functionsthez3ro
2018-02-05fix effective autotype sequencethez3ro
2018-02-04SSH Agent: Support old unencrypted DSA and RSA keysToni Spets
2018-02-01Create history item when setting up a TOTP seed, resolves #1445Janek Bevendorff
2018-01-28Disable auto save for GUI testsJonathan White
2018-01-25Move duplicate attachment test to TestKeePass2Format, so it's also run for KDBX3Janek Bevendorff
2018-01-25Add test for catching KDBX4 attachment mapping errorsJanek Bevendorff
2018-01-24Move useful QTest template specializations to global header fileJanek Bevendorff
Fix KDBX test linker errors on Windows
2018-01-23Fix history truncation based on max size and extend unit testsJanek Bevendorff
2018-01-23Fix code-style issuesChristian Kieschnick
Fixed issues pointed out during review
2018-01-23Add tests for modified, fix history for autotypeChristian Kieschnick
Added tests to ensure #1387 works Fixed issue detected during testing - AutoTypeAssociations were not pushed to history
2018-01-21Code cleanupFonic
Comprehensive code cleanup: - formatting - comments - obsolete code
2018-01-21Update entry model test to account for additional column 'Paperclip'Fonic
Update comparison values of modelProxy->columnCount() to account for additional column 'Paperclip'
2018-01-21Update GUI test to account for changed column indicesFonic
Update clicks within entry view referencing column indices to account for changed column indices due to new way of showing/hiding column Entry Model::ParentGroup. This column now has fixed index 0 wether it's shown or hidden, thus all indices need to be shifted by +1 when not in search mode
2018-01-21Update entry model test to account for additional columnsFonic
Update comparison values of modelProxy->columnCount() to account for additional columns 'Password', 'Notes', 'Expires', 'Created', 'Modified', 'Accessed' and 'Attachments'
2018-01-18Remove obsolete ToDbExporter testsJanek Bevendorff
2018-01-18Add test for KDBX 2 -> 3 upgradeJanek Bevendorff
2018-01-18Refactor and extend file format testsJanek Bevendorff
2018-01-18Fix KDBX reader tests not being executedJanek Bevendorff
2018-01-15Add tests for FileKey::TypeJanek Bevendorff
2018-01-13Fix test compilation errorsJanek Bevendorff
* Use legacy AES-KDF mode for KeePass1Reader
2018-01-13Refactor database readers/writers and XML handlingJanek Bevendorff
* Refactor Kdbx*Reader * Refactor KdbxWriter * Refactor KdbxXmlReader * Refactor KdbxXmlWriter
2018-01-13Fix memory leaks in testsJanek Bevendorff
2018-01-13Fix coding style and GUI testJanek Bevendorff
2018-01-13Report database read failure reason in testsangelsl
2018-01-13Implements KDBX4 format with Argon2 KDFJonathan White
* Adds KDBX4 reader/writer interfaces * Adds KDBX4 XML reader/write interfaces * Implements test cases for KDBX4 * Fully compatible with KeePass2 * Corrects minor issues with Argon2 KDF
2018-01-13Correct failure in GUI tests due to widget nameJonathan White
2018-01-13Correct Endian function use in Random testsJonathan White