summaryrefslogtreecommitdiff
path: root/libsecret
Commit message (Expand)AuthorAgeFilesLines
* secret-paths.c: Add annotations for `paths` variablewip/cdavis/fix-annotationsChristopher Davis2020-12-101-4/+6
* ci: Fix the coverage buildNiels De Graef2020-11-151-1/+3
* Drop autotools-based buildNiels De Graef2020-11-153-429/+0
* secret-file-collection: Make MAC comparison constant timeDaiki Ueno2020-10-041-19/+24
* Initialize libgcrypt for SecretFileCollectionMikhail Zabaluev2020-06-181-0/+3
* meson: Add tests for GIR-based languagesNiels De Graef2020-06-171-2/+112
* meson: Fix indentationNiels De Graef2020-06-011-9/+11
* meson: Clean up unused variablesNiels De Graef2020-06-011-14/+14
* meson: add option introspectionKai Kang2020-05-211-42/+44
* secret-file-backend: Fix use-after-free in flatpakwip/mcrha/flatpak-use-after-free-fixMilan Crha2020-03-191-0/+6
* Prefer g_info() over g_message()Niels De Graef2020-03-113-12/+9
* meson: Don't specify shared_library()Niels De Graef2020-03-101-1/+1
* secret-file-collection: force little-endian in GVariantDaiki Ueno2020-03-101-6/+15
* build: Suppress compiler warning if compiled with G_DISABLE_ASSERTDaiki Ueno2020-01-141-0/+4
* secret-file-collection: Rename internal functions to avoid conflictsDaiki Ueno2020-01-141-19/+19
* item: Port to GTaskNiels De Graef2020-01-131-270/+179
* meson: Point to the base directory of header files in pkgconfigDaiki Ueno2019-10-151-2/+3
* meson: Use "Requires" instead of "Requires.private" in pkgconfigDaiki Ueno2019-10-141-1/+1
* meson: add include directory to the generated pkg-config fileAbderrahim Kitouni2019-10-141-0/+1
* secret-backend: Check if portal is availableDaiki Ueno2019-10-133-1/+52
* secret-file-backend: Retrieve master password from flatpak portalDaiki Ueno2019-10-132-19/+306
* secret-file-backend: New backend for storing secrets in fileDaiki Ueno2019-10-1312-3/+2124
* libsecret.pc: add Libs.private field for libgcryptFabrice Fontaine2019-10-121-0/+1
* meson: Use pkgconfig module instead of substitutionDaiki Ueno2019-10-121-25/+17
* build: Properly expose backend vfuncs to vapiRico Tzschichholz2019-10-082-4/+6
* secret-password: Add necessary gir annotationsDaiki Ueno2019-10-081-10/+10
* secret-password: Port to SecretBackend interfaceDaiki Ueno2019-10-081-21/+362
* secret-backend: Add a way to uncache singleton instanceDaiki Ueno2019-10-083-0/+18
* secret-service: Implement SecretBackendInterfaceDaiki Ueno2019-10-082-5/+172
* secret-backend: New interface to represent password storage backendDaiki Ueno2019-10-085-0/+398
* secret-service: Move parent property setting to constructorDaiki Ueno2019-10-081-37/+34
* service: Fix secret_service_ensure_session_finish error propagationJan Alexander Steffens (heftig)2019-09-051-5/+4
* build: Simplify file substitutionDaiki Ueno2019-07-251-16/+18
* build: Simplify pathname handlingDaiki Ueno2019-07-251-9/+9
* secret-password: Mark @schema argument nullable for *v functionsDaiki Ueno2019-07-181-36/+24
* secret-value: Add secret_value_unref_to_passwordDaiki Ueno2019-07-182-6/+37
* tests: Add tests for binary variant of secret_{lookup,store}Daiki Ueno2019-07-181-0/+73
* secret-password: Add store_binary functionsDaiki Ueno2019-07-182-0/+247
* secret-password: Add lookup_binary functionsDaiki Ueno2019-07-182-26/+162
* secret-password: Add search functionsDaiki Ueno2019-07-185-7/+344
* secret-item: Implement SecretRetrievableInterfaceDaiki Ueno2019-07-181-12/+59
* secret-retrievable: New interface to represent read-only itemDaiki Ueno2019-07-185-0/+378
* build: Suppress compiler warning if compiled with G_DISABLE_ASSERTDaiki Ueno2019-06-291-0/+1
* tests: undef G_DISABLE_ASSERTDaiki Ueno2019-06-2910-0/+20
* secret-version: Remove garbage after #endifDaiki Ueno2019-06-171-1/+1
* Fix -Wunknown-pragmas triggered by secret-version.hMichael Catanzaro2019-06-131-1/+4
* Add version macrosSutou Kouhei2019-06-094-1/+87
* util: Port from GSimpleAsyncResult to GTaskNiels De Graef2019-05-181-43/+42
* paths: Port from GSimpleAsyncResult to GTaskNiels De Graef2019-05-181-304/+273
* Port Service and Session to GTaskNiels De Graef2019-05-152-132/+141