summaryrefslogtreecommitdiffstats
path: root/common/secretstore.cpp
Commit message (Collapse)AuthorAge
* Fixed warningChristian Mollekopf2017-11-03
|
* Fixed tests with secretstoreChristian Mollekopf2017-09-20
|
* Avoid storing the password in the configurationChristian Mollekopf2017-09-18
The password (or any other secret), is now cached in the client process (in-memory only), and delivered to the resource via command. The resource avoids doing any operations against the source until the secret is available.