summaryrefslogtreecommitdiff
path: root/libsecret/secret-file-backend.h
Commit message (Collapse)AuthorAgeFilesLines
* secret-backend: Check if portal is availableDaiki Ueno2019-10-131-0/+2
| | | | | | | Before decising to use the file backend, check if the necessary portal interface is available on the D-Bus. Suggested by Patrick Griffis.
* secret-file-backend: New backend for storing secrets in fileDaiki Ueno2019-10-131-0/+31
This adds a new backend based on locally stored file.