- 19 Mar, 2020 3 commits
-
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@gmail.com>
-
Daiki Ueno authored
secret-file-backend: Fix use-after-free in flatpak See merge request !52
-
Milan Crha authored
The on_portal_retrieve_secret() can connect a GCancellable, but it doesn't disconnect from it (only when the cancellable is cancelled), which means when the cancellable is cancelled later, when the GTask is gone, the callback is called with already freed data.
-
- 11 Mar, 2020 3 commits
-
-
Daiki Ueno authored
-
Daiki Ueno authored
Prefer g_info() over g_message() Closes #40 See merge request !48
-
Niels De Graef authored
Libraries shouldn't really use `g_message()` as it will show up in consumer application outputs. Let's use `g_info()` instead. Fixes #40
-
- 10 Mar, 2020 9 commits
-
-
Daiki Ueno authored
docs: Make sure to set install: true See merge request !46
-
Niels De Graef authored
-
Daiki Ueno authored
meson: Don't specify shared_library() See merge request !47
-
Niels De Graef authored
Some people might want to statically link to libsecret, so use the more general `library()` target to build libsecret.
-
Daiki Ueno authored
secret-file-collection: force little-endian in GVariant Closes #42 See merge request !49
-
Daiki Ueno authored
As the GVariant serialization format does not record the original endianness of integer values, we need to ensure that it doesn't change between write and load.
-
Daiki Ueno authored
.gitlab-ci.yml: install diffutils See merge request !50
-
Daiki Ueno authored
-
Daiki Ueno authored
-
- 27 Jan, 2020 1 commit
-
-
Daiki Ueno authored
-
- 22 Jan, 2020 1 commit
-
-
Daiki Ueno authored
Fixes #37.
-
- 14 Jan, 2020 3 commits
-
-
Daiki Ueno authored
Fix build issues after 0.20.0 release Closes #36 and #35 See merge request !45
-
Daiki Ueno authored
This is similar to 0be63575 but for test-file-collection.c. Fixes #36.
-
Daiki Ueno authored
As encrypt() is a standard POSIX function, its declaration had conflict with our own. Let's be more verbose about naming of the internal crypto functions. Fixes #35.
-
- 13 Jan, 2020 6 commits
-
-
Daiki Ueno authored
-
Daiki Ueno authored
-
Daiki Ueno authored
-
Daiki Ueno authored
-
Daiki Ueno authored
item: Port to GTask See merge request !43
-
Niels De Graef authored
`GSimpleAsyncResult` is deprecated in favor of `GTask`.
-
- 08 Jan, 2020 1 commit
-
-
Umarzuki Mochlis authored
-
- 15 Oct, 2019 1 commit
-
-
Daiki Ueno authored
Fixes commit 22d11f8b
-
- 14 Oct, 2019 4 commits
-
-
Daiki Ueno authored
meson: Use "Requires" instead of "Requires.private" in pkgconfig Closes #33 See merge request !42
-
Daiki Ueno authored
Also drop libgcrypt dependency for now.
-
Daiki Ueno authored
meson: add include directory to the generated pkg-config file See merge request !41
-
Abderrahim Kitouni authored
Fixes 300ddc70
-
- 13 Oct, 2019 7 commits
-
-
Daiki Ueno authored
secret-backend: Add local-storage backend See merge request !6
-
Daiki Ueno authored
Before decising to use the file backend, check if the necessary portal interface is available on the D-Bus. Suggested by Patrick Griffis.
-
Daiki Ueno authored
-
Daiki Ueno authored
-
Daiki Ueno authored
This makes it consistent with meson build.
-
Daiki Ueno authored
This adds a new backend based on locally stored file.
-
Daiki Ueno authored
-
- 12 Oct, 2019 1 commit
-
-
Daiki Ueno authored
libsecret.pc: add Libs.private field for libgcrypt See merge request !38
-