summaryrefslogtreecommitdiff
path: root/libsecret
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop using g_assert() in unit testsNiels De Graef2019-05-1210-454/+454
* Use proper prefix for SecretCollection flagsEmmanuele Bassi2019-05-111-2/+2
* Remove a needless tabKouhei Sutou2019-05-071-1/+1
* Add missing GType to flags in .girKouhei Sutou2019-05-072-2/+7
* secret-paths: Add (nullable) if allowed.Niels De Graef2019-03-012-12/+12
* meson: Pass correct header to generate_gir to fix broken vapiRico Tzschichholz2019-01-251-0/+1
* Drop accidentially committed .dirstampRico Tzschichholz2019-01-251-0/+0
* Remove deprecated g_type_class_add_private()Niels De Graef2019-01-244-15/+8
* Don't end G_DEFINE_AUTOPTR_CLEANUP_FUNC with a ;Niels De Graef2019-01-196-6/+6