summaryrefslogtreecommitdiff
path: root/libsecret
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated-declarations warningsDhanuka Warusadura2021-11-213-67/+49
* Create default collection after DBus.Error.UnknownObjectSlava Aseev2021-08-161-1/+2
* Add TPM2 integration to secret file backendDhanuka Warusadura2021-08-121-0/+101
* docs: Fix typosEvangelos Ribeiro Tzaras2021-07-093-10/+10
* secret-file-backend: Avoid closing the same file descriptor twiceCorentin Noël2021-06-161-1/+0
* Remove unnecessary "volatile"Daiki Ueno2021-06-121-1/+1
* Fix issues flagged by static analyzersDhanuka Warusadura2021-03-313-8/+5
* secret-enum-types.c/h.template: Fix reproducibility issueRichard Purdie2021-03-312-3/+3
* methods: Port to GTaskNiels De Graef2021-02-211-283/+267
* collection: Port to GTaskNiels De Graef2021-02-211-245/+222
* Handle snaps the same way as flatpaksSebastien Bacher2021-02-192-2/+2
* Mark NULL with appropriate gtk-doc prefixNiels De Graef2021-02-063-22/+22
* Mark optional GCancellables as (nullable)Niels De Graef2021-02-068-96/+96
* Get rid of (allow-none) annotationsNiels De Graef2021-02-068-102/+113
* Use G_GNUC_NULL_TERMINATED where appropriatewip/nielsdg/null-terminated-annotationsNiels De Graef2021-02-062-18/+18
* meson: build test-vala-unstable with -DSECRET_WITH_UNSTABLEMatt Turner2020-12-191-9/+16
* 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