summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* DOAP: Replace defunct mailing-list with support-forum (GNOME Discourse)HEADmasterAndre Klapper2023-04-281-1/+1
|
* Update Abkhazian translationNart Tlisha2023-04-051-19/+3285
|
* Update Turkish translationSabri Ünal2023-03-101-4/+4
|
* Update Turkish translationSabri Ünal2023-02-221-11/+11
|
* Update Belarusian translationVasil Pupkin2022-12-131-223/+233
|
* Merge branch 'jakedane-master-patch-02769' into 'master'Niels De Graef2022-11-137-29/+9
|\ | | | | | | | | desktop: Remove obsolete Bugzilla entries See merge request GNOME/gnome-keyring!55
| * desktop: Remove obsolete Bugzilla entriesJake Dane2022-11-067-29/+9
|/ | | | | | | | | 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.
* Update Abkhazian translationNart Tlisha2022-10-311-3058/+21
|
* Update Abkhazian translationNart Tlisha2022-10-031-3/+3906
|
* Update Turkish translationSabri Ünal2022-09-181-100/+3
|
* Update Icelandic translationSveinn í Felli2022-09-051-3/+3
| | | | (cherry picked from commit bb785db03489b5d3ae93657fdb6ad3e4ed72b19f)
* Update Icelandic translationSveinn í Felli2022-09-051-12/+28
| | | | (cherry picked from commit c2ce16ef7acb7074063d6bcecb5eeb6b075f5b7d)
* Update Icelandic translationSveinn í Felli2022-09-051-91/+81
| | | | (cherry picked from commit 435896013603bbd5d89ec928ccb30475f38b6ba7)
* Update Abkhazian translationNart Tlisha2022-08-251-6/+6
|
* Update Abkhazian translationNart Tlisha2022-07-291-18/+17
|
* Add Abkhazian translationNart Tlisha2022-07-252-0/+484
|
* Merge branch 'wip/dueno/pc' into 'master'Daiki Ueno2022-07-041-1/+1
|\ | | | | | | | | configure.ac: Stop using deprecated pkgconfig variable in p11-kit See merge request GNOME/gnome-keyring!54
| * configure.ac: Stop using deprecated pkgconfig variable in p11-kitDaiki Ueno2022-07-031-1/+1
|/ | | | | | | 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>
* pkcs11: Don't use strncpy when copying pathsMatt Turner2022-05-312-2/+6
| | | | | | | | | | | | | | | | | | | | | 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 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~
* Update Georgian translationZurab Kargareteli2022-05-251-338/+322
|
* Update Nepali translationPawan Chitrakar2022-05-241-267/+256
| | | | (cherry picked from commit 8e43ecc3f6c7756310d24b0614858f6508256b0d)
* Fix wrong MR number in NEWSNiels De Graef2022-05-231-1/+1
|
* daemon: Add socket files to EXTRA_DISTnielsdg/fix-buildsNiels De Graef2022-05-221-0/+5
| | | | | Otherwise they don't get included into the tarball and autotools screams at us.
* Release version 42.042.0Niels De Graef2022-05-212-1/+10
|
* secret-portal: Properly check the default keyringnielsdg/default-keyring-in-portal-implNiels De Graef2022-05-211-1/+24
| | | | Fixes: https://gitlab.gnome.org/GNOME/gnome-keyring/-/issues/107
* gkm: Fix some format-truncation warningsnielsdg/fix-snprintf-truncation-warningNiels De Graef2022-05-211-3/+7
| | | | | | | | | | | 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
* doap: Add myself as maintainer, remove StefNiels De Graef2022-05-211-3/+3
| | | | | | | | | | 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.
* Fix implicit declaration of utimes and gettimeofday.Ryan Schmidt2022-05-211-1/+1
|
* GMutex initialization added.Gergő Doma2022-05-211-0/+1
|
* #105 fix looping off the end of the operations arrayJos Dehaes2022-05-211-1/+1
|
* Stop using volatile in conjunction with atomic operationswip/smcv/fix-ciSimon McVittie2022-05-2111-19/+19
| | | | | | | | | | | | As discussed in <https://gitlab.gnome.org/GNOME/glib/-/issues/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>
* Update Bulgarian translationAlexander Shopov2022-03-271-177/+165
|
* Update Occitan translationQuentin PAGÈS2021-08-111-123/+99
| | | | (cherry picked from commit 086959361640d7252fe96b0e2f93f4910ae30c00)
* Update Russian translationAlexey Rubtsov2021-06-301-177/+188
|
* Merge branch 'update-readme' into 'master'Daiki Ueno2021-04-271-2/+2
|\ | | | | | | | | readme: Mention libsecret instead of deprecated libgnome-keyring See merge request GNOME/gnome-keyring!37
| * readme: Mention libsecret instead of deprecated libgnome-keyringupdate-readmeFelipe Borges2021-04-141-2/+2
|/
* .gitlab-ci.yml: Fix coverage report pathDaiki Ueno2021-03-271-2/+2
|
* Merge branch 'wip/dueno/systemd' into 'master'Daiki Ueno2021-03-267-21/+105
|\ | | | | | | | | daemon: Make it systemd-activatable through the control socket See merge request GNOME/gnome-keyring!35
| * daemon: Make it systemd-activatable through the control socketDaiki Ueno2021-03-267-21/+105
|/ | | | | This enables gnome-keyring-daemon to be launched through the systemd socket activation mechanism, rather than through pam_gnome_keyring.so.
* Merge branch 'wip/dueno/ci-fixes' into 'master'Daiki Ueno2021-03-261-43/+52
|\ | | | | | | | | Fix CI runs See merge request GNOME/gnome-keyring!36
| * ci: Fix ASAN jobsDaiki Ueno2021-03-261-0/+2
| | | | | | | | | | | | | | | | | | 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.
| * .gitlab-ci.yml: Make pages depend on fedora:coverageDaiki Ueno2021-03-261-0/+3
| | | | | | | | Also only deploy coverage information when built on the master branch.
| * .gitlab-ci.yml: Run tests as a regular userDaiki Ueno2021-03-261-43/+47
|/
* Release 40.040.0Daiki Ueno2021-03-262-1/+5
|
* Update Finnish translationJiri Grönroos2021-03-161-7/+7
|
* Update Galician translationFran Dieguez2021-02-241-7/+7
|
* Update Punjabi translationA S Alam2021-02-111-277/+295
|
* Update Norwegian Bokmål translationKjartan Maraas2021-01-131-174/+164
|
* Update Catalan translationJordi Mas2021-01-051-1/+1
|
* Update Catalan translationJordi Mas2020-12-211-14/+16
|