- 13 Dec, 2022 1 commit
-
-
- 13 Nov, 2022 1 commit
-
-
Niels De Graef authored
desktop: Remove obsolete Bugzilla entries See merge request !55
-
- 06 Nov, 2022 1 commit
-
-
Jake Dane authored
The `X-GNOME-Bugzilla-*` entries were for use by bug-buddy, a GNOME 2 technology that's been gone for over a decade. These entries are obsolete and can be removed from the desktop files. The desktop files then have no variables so do not need to be configured. They are renamed from `*.in.in` to `*.in` to reflect that and build files are updated for this change.
-
- 31 Oct, 2022 1 commit
-
-
- 03 Oct, 2022 1 commit
-
-
- 18 Sep, 2022 1 commit
-
-
- 05 Sep, 2022 3 commits
- 25 Aug, 2022 1 commit
-
-
- 29 Jul, 2022 1 commit
-
-
- 25 Jul, 2022 1 commit
-
-
- 04 Jul, 2022 1 commit
-
-
Daiki Ueno authored
configure.ac: Stop using deprecated pkgconfig variable in p11-kit See merge request !54
-
- 03 Jul, 2022 1 commit
-
-
Daiki Ueno authored
p11_system_config_modules has been deprecated for a long time, in favor of p11_module_configs. Signed-off-by:
Daiki Ueno <dueno@src.gnome.org>
-
- 31 May, 2022 1 commit
-
-
Using strncpy produces the following warning, which indicates that the destination string could be left unterminated. CC daemon/control/gkd-control-server.lo CCLD libgkd-control.la CC pkcs11/rpc-layer/libgkm_rpc_layer_la-gkm-rpc-dispatch.lo In file included from /usr/include/string.h:519, from /usr/include/glib-2.0/glib/galloca.h:33, from /usr/include/glib-2.0/glib.h:30, from ./egg/egg-error.h:24, from pkcs11/rpc-layer/gkm-rpc-dispatch.c:31: In function ‘strncpy’, inlined from ‘gkm_rpc_layer_startup’ at pkcs11/rpc-layer/gkm-rpc-dispatch.c:2382:2: /usr/include/bits/string_fortified.h:95:10: warning: ‘__builtin_strncpy’ specified bound 108 equals destination size [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __gl...
-
- 25 May, 2022 1 commit
-
-
- 24 May, 2022 1 commit
-
-
(cherry picked from commit 8e43ecc3)
-
- 23 May, 2022 1 commit
-
-
Niels De Graef authored
-
- 22 May, 2022 1 commit
-
-
Niels De Graef authored
Otherwise they don't get included into the tarball and autotools screams at us.
-
- 21 May, 2022 8 commits
-
-
Niels De Graef authored
-
Fixes: #107
-
Niels De Graef authored
When enabling fatal warnings (like in our CI), the `-Werror=format-truncation=` flag is complaining about us using `snprintf()` in a way that can theoretically truncate its arguments, even though this will not happen in practice, unless people are still running gnome-keyring in the year 100000. Solve the warning by doing a dumb check that aborts if `snprintf` returns an error
-
Niels De Graef authored
Stef has been inactive on GNOME development for quite a while now, and the email address listed in the doap is no longer in use even, so remove him. That being said, I'm probably the closest to a co-maintainer with Daiki as I'm maintaining libsecret anyway, so I get to deal with gnome-keyring whether I like it or not.
-
-
-
-
As discussed in <glib#600>, the volatile qualifier rarely has the semantics that are desired in C/C++. With recent gcc versions, combining pointers to volatile-qualified types with the __atomic_foo() family of builtins causes compiler warnings. http://c.isvolatileusefulwiththreads.com/ has some other useful references. Signed-off-by:
Simon McVittie <smcv@debian.org>
-
- 27 Mar, 2022 1 commit
-
-
- 11 Aug, 2021 1 commit
-
-
(cherry picked from commit 08695936)
-
- 30 Jun, 2021 1 commit
-
-
- 27 Apr, 2021 1 commit
-
-
Daiki Ueno authored
readme: Mention libsecret instead of deprecated libgnome-keyring See merge request !37
-
- 14 Apr, 2021 1 commit
-
-
Felipe Borges authored
-
- 27 Mar, 2021 1 commit
-
-
Daiki Ueno authored
-
- 26 Mar, 2021 7 commits
-
-
Daiki Ueno authored
daemon: Make it systemd-activatable through the control socket See merge request !35
-
This enables gnome-keyring-daemon to be launched through the systemd socket activation mechanism, rather than through pam_gnome_keyring.so.
-
Daiki Ueno authored
Fix CI runs See merge request !36
-
Daiki Ueno authored
This ports the commits 572a35626625d0a2cd0be54124e402d6bcb43898 and 5b69e07be75ee5f43df0d734eaee007033a33647 from gcr, by Niels De Graef. See https://mail.gnome.org/archives/desktop-devel-list/2020-February/msg00055.html for more context.
-
Daiki Ueno authored
Also only deploy coverage information when built on the master branch.
-
Daiki Ueno authored
-
Daiki Ueno authored
-