[libsecret: 7/7] Merge branch 'wip/dueno/local-file' into 'master'



commit a6530135ebf2137b238f1b1bc03042f22a9153ac
Merge: 29cc141 a278adc
Author: Daiki Ueno <ueno gnu org>
Date:   Sun Oct 13 06:31:41 2019 +0000

    Merge branch 'wip/dueno/local-file' into 'master'
    
    secret-backend: Add local-storage backend
    
    See merge request GNOME/libsecret!6

 Makefile.am                        |   5 +-
 egg/egg-testing.c                  |  68 +++
 egg/egg-testing.h                  |  10 +-
 libsecret/Makefile.am              |  21 +
 libsecret/fixtures/default.keyring | Bin 0 -> 538 bytes
 libsecret/meson.build              |  20 +-
 libsecret/secret-backend.c         |  28 +-
 libsecret/secret-file-backend.c    | 826 ++++++++++++++++++++++++++++++++++++
 libsecret/secret-file-backend.h    |  33 ++
 libsecret/secret-file-collection.c | 842 +++++++++++++++++++++++++++++++++++++
 libsecret/secret-file-collection.h |  56 +++
 libsecret/secret-file-item.c       | 252 +++++++++++
 libsecret/secret-file-item.h       |  34 ++
 libsecret/secret-types.h           |   1 +
 libsecret/test-file-collection.c   | 364 ++++++++++++++++
 meson.build                        |   4 +
 tool/Makefile.am                   |  10 +-
 tool/meson.build                   |   6 +
 tool/test-secret-tool.sh           | 104 +++++
 19 files changed, 2670 insertions(+), 14 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]