summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Georgian translationHEADmasterEkaterine Papava2023-04-101-10/+10
|
* Update Bulgarian translationAlexander Shopov2023-04-071-396/+0
|
* Update Dutch translationNathan Follens2023-03-261-41/+142
|
* Update French translationGuillaume Bernard2023-03-251-34/+136
|
* Update Persian translationDanial Behzadi2023-03-221-261/+348
|
* Update Slovenian translationMartin2023-03-201-6/+4
|
* Remove .gitignoreNiels De Graef2023-03-181-123/+0
| | | | | | Since we switched to Meson, all auto-generated files are limited to the build directory, so there's no more need to tediously maintain a list of such files in .gitignore
* Update British English translationBruce Cowan2023-03-171-33/+134
|
* Update Slovenian translationMartin2023-03-141-426/+10
|
* Update Swedish translationAnders Jonsson2023-03-121-53/+147
|
* Update Polish translationPiotr Drąg2023-03-111-23/+136
|
* Update Turkish translationSabri Ünal2023-03-101-6/+6
|
* Update Finnish translationJiri Grönroos2023-03-091-700/+614
|
* Update Slovenian translationMatej Urbančič2023-03-081-41/+441
|
* Release stable version 4.1.04.1.0Niels De Graef2023-03-052-2/+12
|
* meson: Use an integer for soversionJeremy Bicha2023-03-051-2/+2
| | | | https://mesonbuild.com/Reference-manual_functions.html#library
* Update Bulgarian translationAlexander Shopov2023-03-041-34/+135
|
* Update Korean translationChangwoo Ryu2023-03-041-27/+151
|
* Update Czech translationMarek Černocký2023-03-031-24/+137
|
* Update Hungarian translationBalázs Úr2023-03-031-27/+156
|
* Updated Spanish translationDaniel2023-02-281-7/+6
|
* Update Danish translationAlan Mortensen2023-02-261-38/+142
|
* Update German translationTim Sabsch2023-02-191-47/+150
|
* Update Spanish translationDaniel Mustieles2023-02-151-318/+395
|
* Update Lithuanian translationAurimas Černius2023-02-131-35/+135
|
* Update Hebrew translationYaron Shahrabani2023-02-121-321/+398
|
* Update Friulian translationFabio Tomat2023-02-071-319/+397
|
* Update Galician translationFran Dieguez2023-01-301-323/+400
|
* Update Belarusian translationVasil Pupkin2023-01-231-696/+644
|
* mock-interaction: Properly chain up finalizeNiels De Graef2023-01-221-1/+1
|
* certificate: Print dates in ISO8601 formatDaiki Ueno2023-01-171-3/+3
| | | | | | | Printing dates in locale dependent format ("%x" with g_date_time_format) could be misleading when they ares shown in certificate fields. This changes the format to "%F" (i.e., YYYY-MM-DD) for clarity.
* ci: Generate coverage reportNiels De Graef2023-01-171-1/+5
| | | | | | | | | | | | | | | GitLab can visualize coverage reports [1] if they're generated with one of the supported formats, one of them being Cobertura [2]. Meson provides integration with several tools, with `gcovr` being one of them, which can also generate a coverage report in the Cobertura XML format [3]. Meson provides support to generate this report with the custom `coverage-xml` target, so let's use that so we get fancy coverage reports. [1]: https://docs.gitlab.com/ee/ci/testing/test_coverage_visualization.html [2]: http://cobertura.github.io/cobertura/ [3]: https://gcovr.com/en/stable/output/cobertura.html#cobertura-output
* test-ssh-agent-process: remember to free connectionNiels De Graef2023-01-161-2/+3
| | | | | | In `test_restart()` we call `connect_to_process()` twice, which sets up a new `GSocketConnection` each time. That means we shouldn't forget to cleanup the first connection before calling it a second time.
* tests: Don't leak GError in test-ssh-agent-serviceNiels De Graef2023-01-161-0/+1
|
* gcr: Don't leak error/stderror when spawning askpassNiels De Graef2023-01-161-3/+3
|
* gcr-viewer: Support certificates read from PKCS#11 storeDaiki Ueno2023-01-171-5/+22
| | | | | This enables gcr-viewer to display certificates loaded from PKCS#11 trust store, when a PKCS#11 URI is supplied as a command-line argument.
* certificate: Don't leak Identifier field valueNiels De Graef2023-01-161-1/+1
| | | | | ASAN caught that we were leaking the value here. Fix it by not doing a duplicate string copy.
* ci: Improve asan job configurationNiels De Graef2023-01-161-0/+1
| | | | | Export some known values for environment variables that should improve ASAN's output.
* Stop using GSliceNiels De Graef2023-01-167-37/+37
| | | | | | | | | | | | GLib is discussing deprecating/removing it upstream [1] since it has only limited uses. Next to that, it seems to bork stack traces here when using ASAN (for which you also have to specify `G_SLICE=always-malloc` too). In other words, let's just get rid of using `GSLice` and call the allocation APIs directly. [1]: https://gitlab.gnome.org/GNOME/glib/-/issues/1079
* ci: Use JUnit reports from MesonNiels De Graef2023-01-161-0/+6
| | | | | Meson has been generating Junit XML files of its test results since 0.55, so we can use that to show the test results in the GitLab UI.
* gcr: Add means to construct GcrCertificate from PKCS #11 URIDaiki Ueno2023-01-163-20/+188
| | | | | | This adds an alternative constructor for GcrPkcs11Certificate, namely gcr_pkcs11_certificate_new_from_uri and its async variant, which would allow applications to handle PKCS #11 certificates more easily.
* Improve reading of the certificate information labels by screen readersLukáš Tyrychtr2023-01-041-0/+10
|
* Add Interlingue translationOlga Smirnova2022-12-272-0/+643
| | | | (cherry picked from commit 0898db239b84b7fd4ce9ec079baa8494b445fd2e)
* ci: Use the gnome-41-ci branch for gcr-3 and gck-1 documentationCorentin Noël2022-12-071-1/+1
| | | | Use non-official branch to be able to update the CI occasionally.
* ci: Fix pages deploy stageCorentin Noël2022-12-071-2/+1
| | | | Remove reference to the GTK libraries and use the fedora container.
* README: remove references to the GTK librariesCorentin Noël2022-12-071-2/+0
|
* Update Russian translationAleksandr Melman2022-11-281-322/+399
|
* meson.build: correctly handle disabled ssh_agent optionAlexander Kanavin2022-11-221-4/+8
| | | | | | | | Existing code produces these errors: | gcr/meson.build:61:0: ERROR: Unable to get the path of a not-found external program | gcr/meson.build:101:5: ERROR: Unknown variable "ssh_add_path". Signed-off-by: Alexander Kanavin <alex@linutronix.de>
* Update Basque translationAsier Sarasua Garmendia2022-11-191-232/+327
|
* Update Turkish translationEmin Tufan Çetin2022-11-191-23/+135
|