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-11-29Restore correct formattingGianluca Recchia
Many lines were not conformant with the project's formatting rules. This patch should fix all formatting and whitespace issues in the code base. A clang-format directive was put around the connect() calls containing SIGNALs and SLOTs whose signatures would be denormalized because of the formatting rules.
2018-03-31Formatting the code.Louis-Bertrand Varin
2018-01-24Move useful QTest template specializations to global header fileJanek Bevendorff
Fix KDBX test linker errors on Windows
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
2015-09-23Remove backported Qt5 test macros.Felix Geyer
2015-05-09Don't run gcrypt self tests.Felix Geyer
Seems to be broken on some distros that enable hmac verification of the binary but ship the signature in a separate package. We have our own test cases for the algorithms we care about.
2014-06-15Do some basic self-checks when initializing the crypto backend.Felix Geyer
2014-05-16Move QTEST_GUILESS_MAIN statements before test cases.Florian Geyer
2013-11-25Use QString::toLatin1() rather than ::toAscii()Ben Boeckel
The toAscii (and fromAscii) are removed from Qt5 in favor of Latin1.
2013-10-03Drop Qt module name from include statements.Felix Geyer
This is a preparation to be able to build KeePassX against Qt 5.
2012-07-25Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in ↵Felix Geyer
Qt 5.
2012-05-11New TODO comment style.Felix Geyer
Qt Creator 2.5 is able to parse those.
2012-01-02Core tests instantiate QCoreApplication instead of QApplication.Felix Geyer
This way they can be used without a running X server.
2010-11-22No longer use automoc.Felix Geyer
2010-09-19Remove unneeded toHex() calls.Felix Geyer
2010-09-11Add crypto classes and tests. Link to libgcrypt.Felix Geyer