summaryrefslogtreecommitdiff
path: root/libsecret
Commit message (Expand)AuthorAgeFilesLines
* file-backend: avoid critical when cancellable is unsetMichael Catanzaro2023-05-161-1/+2
* file-backend: avoid deadlock when portal op is canceledmcatanzaro/cancellable-deadlockMichael Catanzaro2023-04-271-3/+10
* Stop using GSliceNiels De Graef2023-01-1611-58/+58
* file-backend: Extract TPM code into separate functionNiels De Graef2023-01-151-79/+78
* file-backend: Extract function to return GFileNiels De Graef2023-01-151-38/+50
* Fix finish function for searchvJens Georg2022-11-221-0/+1
* secret-paths: Fix a little memory leakNiels De Graef2022-10-251-0/+1
* Fix nullable in secret_collection_for_alias_*Julian Schmidhuber2022-09-191-2/+2
* Properly chain-up GTasks around GDBusProxy::init_asyncDaiki Ueno2022-05-093-12/+85
* secrets_for_dbus_paths: Improve return docMaximiliano Sandoval R2022-02-071-1/+1
* Fix typos on linksMaximiliano Sandoval R2022-02-071-3/+3
* docs: Merge unused docs for backend & retrievableMaximiliano Sandoval R2022-02-072-18/+3
* docs: Remove large indentationsMaximiliano Sandoval R2022-02-077-52/+52
* docs: Document errorsMaximiliano Sandoval R2022-02-072-25/+19
* CHECK_VERSION: Document macroMaximiliano Sandoval R2022-02-071-2/+2
* docs: All docs should have a header lineMaximiliano Sandoval R2022-02-0710-90/+160
* secret_value_unref_to_password: Annotate out paramMaximiliano Sandoval R2022-02-071-1/+1
* docs: Document BACKEND_EXTENSION_POINT_NAMEMaximiliano Sandoval R2022-02-071-0/+6
* secret-schema: Add missind docsMaximiliano Sandoval R2022-02-071-0/+63
* Port documentation to gi-docgenMaximiliano2022-02-0216-619/+471
* 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