summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* egg: Write Proc-Type header before DEK-InfoIain Lane2019-02-061-5/+21
| | | | | | | | | | These headers (at least for OpenSSL) must come in this order. We shouldn't assume that `g_hash_table_foreach` is going to give a particular ordering - it's not guaranteed, and has changed with GLib 2.59. This is a cherry-pick of 23fdfe728a27a01ef50affd849be5188c0cda954 from gnome-keyring.
* Merge branch 'mjog/gcr-lib-uri-handling' into 'master'Michael Gratton2019-01-101-3/+15
|\ | | | | | | | | Update gcr_pkcs11_get_trust_{store|lookup}_slot URI checks See merge request GNOME/gcr!5
| * Update gcr_pkcs11_get_trust_{store|lookup}_slot URI checksmjog/gcr-lib-uri-handlingMichael Gratton2019-01-101-3/+15
|/ | | | | | | | | | No store/lookup URIs may be present, even after initialising them, if no appropriate stores are found. Check this is the case before attempting to use them, and clarify in both debug output and the gtkdocs about what is happening in such cases. This makes the underlying problem in #10 a bit more obvious when debugging.
* Merge branch 'wip/mjog/cert-fingerprint-docs' into 'master'Michael Gratton2019-01-101-6/+0
|\ | | | | | | | | gcr: Don't specify checksum types for certificate fingerprint docs See merge request GNOME/gcr!6
| * gcr: Don't specify checksum types for certificate fingerprint docswip/mjog/cert-fingerprint-docsMichael Gratton2019-01-091-6/+0
|/ | | | | Remove sentences that suggest only SHA1 and MD5 are supported hashes when getting a certificate's fingerprint.
* Update French translationCharles Monzat2018-12-291-9/+11
|
* Replace Bugzilla by Gitlab URL in DOAP fileAndre Klapper2018-12-151-1/+1
|
* Update Esperanto translationCarmen Bianca BAKKER2018-11-171-111/+109
|
* Update Basque translationIñaki Larrañaga Murgoitio2018-11-031-27/+23
|
* Merge branch 'wip/dueno/ghash' into 'master'Daiki Ueno2018-09-301-1/+3
|\ | | | | | | | | | | | | system-prompter: Fix use of g_hash_table_lookup_extended Closes #9 See merge request GNOME/gcr!4
| * system-prompter: Fix use of g_hash_table_lookup_extendedDaiki Ueno2018-09-301-1/+3
|/ | | | | | | | Since the glib commit 8dc8b33d, g_hash_table_lookup_extended() started to clear the argument to NULL, even if the lookup failed. Do not expect the original key is preserved in that case. Fixes #9.
* Update Serbian translationМарко Костић2018-09-291-4/+7
|
* Update Belarusian translationYuras Shumovich2018-09-071-15/+22
|
* Update Croatian translationgogo2018-09-021-5/+9
|
* Updated Danish translationAsk Hjorth Larsen2018-09-011-4/+7
|
* Update Latvian translationRūdolfs Mazurs2018-08-311-4/+8
|
* Update Hungarian translationBalázs Meskó2018-08-311-8/+10
|
* Update Galician translationFran Dieguez2018-08-291-5/+8
|
* Merge branch 'tap-python3' into 'master'Daiki Ueno2018-08-282-41/+128
|\ | | | | | | | | build: Update tap scripts for Python 3 compat See merge request GNOME/gcr!2
| * build: Update tap scripts for Python 3 compatJan Tojnar2018-08-282-41/+128
|/ | | | | | | | | | | | | | | This replaces tap-driver and tap-gtester with fresh versions from Cockpit. https://github.com/cockpit-project/cockpit/pull/9500 https://wiki.gnome.org/Initiatives/GnomeGoals/Python3Porting Also included are the following gnome-keyring commits that are not included in Cockpit: * https://gitlab.gnome.org/GNOME/gnome-keyring/commit/918ab836fd23f9b2c0bf655c7f4f575bffff3189 * https://gitlab.gnome.org/GNOME/gnome-keyring/commit/7e75a62e846551c19b9c875f7b237a07ee3b93e1 * https://gitlab.gnome.org/GNOME/gnome-keyring/commit/7120f44ceedd5c10802781d64a5829b3c6d8e13f Basically a copy of https://gitlab.gnome.org/GNOME/gnome-keyring/merge_requests/4
* Merge branch 'wip/dueno/gitlab-ci' into 'master'Daiki Ueno2018-08-281-4/+4
|\ | | | | | | | | gitlab-ci: Switch the base image from fedora:rawhide to fedora:latest See merge request GNOME/gcr!3
| * gitlab-ci: Switch the base image from fedora:rawhide to fedora:latestDaiki Ueno2018-08-281-4/+4
|/
* Update Italian translationMilo Casagrande2018-08-271-4/+7
|
* Update Korean translationChangwoo Ryu2018-08-261-15/+22
|
* Update Swedish translationAnders Jonsson2018-08-151-5/+8
|
* Update Greek translationEfstathios Iosifidis2018-08-131-6/+9
|
* Update Turkish translationEmin Tufan Çetin2018-08-121-7/+10
|
* Updated Lithuanian translationAurimas Černius2018-08-111-7/+10
|
* Updated French translationClaude Paroz2018-08-091-11/+13
|
* Update German translationMario Blättermann2018-08-041-9/+12
|
* Added Slovenian translationMatej Urbančič2018-07-111-3/+7
|
* Update Brazilian Portuguese translationBruno Lopes da Silva2018-07-091-7/+11
|
* Update Friulian translationFabio Tomat2018-06-291-5/+8
|
* Update Indonesian translationKukuh Syafaat2018-06-231-3/+7
|
* Update Romanian translationDaniel Șerbănescu2018-06-171-6/+10
|
* build: Check lcov and genhtml in configureDaiki Ueno2018-06-151-0/+10
|
* Merge branch 'wip/dueno/gitlab-ci' into 'master'Daiki Ueno2018-06-153-0/+111
|\ | | | | | | | | build: Enable gitlab-ci See merge request GNOME/gcr!1
| * build: Enable gitlab-ciwip/dueno/gitlab-ciDaiki Ueno2018-06-141-0/+90
| |
| * build: Add missing make targets for code coverageDaiki Ueno2018-06-141-0/+10
| | | | | | | | Copied from gnome-keyring.
| * test-secure-memory: Skip oversized tests when running as rootDaiki Ueno2018-06-141-0/+11
|/ | | | | If the test program is running as a privileged user, it is not possible to set the limit of mlock().
* Update Chinese (Taiwan) translationYi-Jyun Pan2018-06-131-5/+8
|
* Updated Czech translationMarek Cernocky2018-06-061-2/+6
|
* Updated Spanish translationDaniel Mustieles2018-05-281-2/+6
|
* Update Chinese (China) translationMingcong Bai2018-05-281-14/+23
|
* Update Polish translationPiotr Drąg2018-05-271-2/+6
|
* doap: add <description>Daiki Ueno2018-05-251-0/+6
|
* doap: add myself as maintainerDaiki Ueno2018-05-251-0/+8
|
* ui: Mark gcr-viewer.desktop for translationPiotr Drąg2018-05-222-1/+2
|
* Update Chinese (China) translationTong Hui2018-05-211-29/+29
|
* Update Finnish translationJiri Grönroos2018-05-031-14/+11
| | | | (cherry picked from commit 6e1ffe7ecd6053a43da7c2dd7ac2256b3077f62d)