- 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 4 commits
-
-
Daiki Ueno authored
libsecret.pc: add Libs.private field for libgcrypt See merge request !38
-
Fabrice Fontaine authored
When libgcrypt is available, libsecret links with it. When dynamic linking is used, there is no problem: libsecret.so has a NEEDED pointing to libgcrypt, so linking an application with -lsecret works fine. However, when doing static linking, you must specify the entire chain of libraries, otherwise you get unresolved symbols errors, such as: host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libsecret-1.a(libsecret_1_la-secret-session.o): In function `request_open_session_aes': build/libsecret-0.18.3/libsecret/secret-session.c:99: undefined reference to `gcry_mpi_release' build/libsecret-0.18.3/libsecret/secret-session.c:101: undefined reference to `gcry_mpi_aprint' build/libsecret-0.18.3/libsecret/secret-session.c:107: undefined reference to `gcry_free' In order to solve this, we simply need to indicate in the Libs.private field of the .pc file that we depend on libgcrypt. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> [Retrieved from: https://git.buildroot.net/buildroot/tree/package/libsecret/0001-libsecret.pc-add-Libs.private-field-for-libgcrypt.patch] Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
Daiki Ueno authored
meson: Use pkgconfig module instead of substitution See merge request !40
-
Daiki Ueno authored
-
- 11 Oct, 2019 1 commit
-
-
Daiki Ueno authored
Meson has native support for the libgcrypt-config program if pkgconfig file is not provided.
-
- 08 Oct, 2019 8 commits
-
-
Daiki Ueno authored
secret-backend: New interface to represent password storage backend See merge request !34
-
Rico Tzschichholz authored
-
Daiki Ueno authored
-
Daiki Ueno authored
-
Daiki Ueno authored
This is ugly, but necessary to handle instance uncaching in SecretBackend when the backend instance is gone.
-
Daiki Ueno authored
-
Daiki Ueno authored
This interface provides a separation between the frontend (secret_password*) and the backend (SecretService). That makes it easier to replace SecretService with a custom backend implementation.
-
Daiki Ueno authored
This makes it possible to instantiate a SecretService instance directly through g_initable_new() or g_async_initable_new_async().
-
- 04 Oct, 2019 2 commits
-
-
Niels De Graef authored
README.md: Mention the new versioning scheme [ci skip] See merge request !39
-
Daiki Ueno authored
-
- 20 Sep, 2019 1 commit
-
-
Daiki Ueno authored
build: Fix FTBFS using meson without valgrind See merge request !37
-