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
2019-01-29Performed project-wide code formattingJonathan White
* Updated format CMake command to properly ignore new directories and files * Added output when command is run * Resolves #2623
2019-01-04Another attempt to make GCC happyChristian Kieschnick
2019-01-04Fixed GCC issues for const initializationChristian Kieschnick
Fixed issues reported by GCC for initialization of const variables
2019-01-04More ci issues (missing initialize for const)Christian Kieschnick
Fixed issues detected in TestSharing
2019-01-04Fixed issues detected by test suite and ciChristian Kieschnick
Fixed serialization for KeeShareSettings::ScopedCertificate Fixed tests for KeeShareSettings serialization Fixed tests Cli features - tests translation for recycle bin since the tests are executed with the system locale Fixed initialization issue in ShareObserver
2019-01-03Changed KeeShareSettings to explicitly askChristian Kieschnick
KeeShareSettings now allow to trust, untrust or ask on next import from a specific publisher with a specific container
2019-01-03Fixed bug in FileWatcher, improved unsafe sharingChristian Kieschnick
BulkFileWatcher didn't recognize added files in observed directory Improved UI for unsecured sharing only (hide certificate ui, added warnings and adjusted indicators)
2018-10-01Add sharing of groups between databasesChristian Kieschnick
* Add source folder keeshare for sharing with corresponding define WITH_XC_KEESHARE * Move common crypto parts to src/crypto/ssh * Extended OpenSSHKey * Move filewatching to own file (currently in two related classes DelayedFileWatcher and BulkFileWatcher) * Small improvements for style and code in several classes * Sharing is secured using RSA-Keys which are generated on demand * Publisher signs the container using their private key * Client can verify the signed container and choose to decline an import, import only once or trust the publisher and automatically import all data of this source henceforth * Integration of settings into Group-Settings, Database-Settings and Application-Settings * Introduced dependency QuaZip as dependency to allow combined export of key container and the (custom format) certificate