summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* secret-service: Obtain the default D-Bus name from portalwip/dueno/flatpakDaiki Ueno2018-09-171-0/+137
|
* Merge branch 'tap-python3' into 'master'Daiki Ueno2018-08-282-43/+139
|\ | | | | | | | | build: update tap scripts See merge request GNOME/libsecret!4
| * build: update tap scriptsJan Tojnar2018-08-282-43/+139
|/ | | | | | | | | | | | | | | | 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 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 * https://gitlab.gnome.org/GNOME/libsecret/commit/98d12ea2201ec5b52e561e06b3af85be95fcb482 Basically a copy of https://gitlab.gnome.org/GNOME/gnome-keyring/merge_requests/4
* Merge branch 'wip/dueno/gitlab-ci' into 'master'Daiki Ueno2018-07-261-4/+8
|\ | | | | | | | | gitlab-ci: Switch to fedora:latest from fedora:rawhide See merge request GNOME/libsecret!3
| * gitlab-ci: Run "dnf upgrade" before installing packageswip/dueno/gitlab-ciDaiki Ueno2018-07-241-0/+4
| |
| * gitlab-ci: Switch to fedora:28 from fedora:rawhideDaiki Ueno2018-07-241-4/+4
|/
* secret-session: Avoid double-free in service_encode_plain_secret()Daiki Ueno2018-07-201-2/+0
| | | | | As g_variant_builder_add_value() takes ownership of a floating GVariant, we don't need to unref it afterwards.
* build: Add .dir-locals.el for EmacsDaiki Ueno2018-07-201-0/+1
|
* gitlab-ci: Really run "make check" with ASanDaiki Ueno2018-06-111-1/+1
|
* Merge branch 'wip/nielsdg/intltool2gettxt' into 'master'Daiki Ueno2018-06-093-5/+86
|\ | | | | | | | | Migrate from intltool to gettext. See merge request GNOME/libsecret!2
| * Migrate from intltool to gettext.Niels De Graef2018-06-093-5/+86
|/
* Merge branch 'wip/dueno/gitlab-ci' into 'master'Daiki Ueno2018-06-095-40/+81
|\ | | | | | | | | build: Enable gitlab-ci See merge request GNOME/libsecret!1
| * build: Enable gitlab-ciDaiki Ueno2018-06-071-0/+76
| |
| * tap-driver: Handle --enable-hard-errorsDaiki Ueno2018-06-061-1/+5
| |
| * build: Remove unused constantsDaiki Ueno2018-06-063-39/+0
|/
* doap: add myself as maintainerDaiki Ueno2018-05-251-0/+8
|
* build: Make DBus code generation more portableDaiki Ueno2018-03-311-3/+3
| | | | | | | | The $'...' quoting syntax is a Bash extension and might not be available in other Bourne Shell compatible shells: https://www.gnu.org/software/bash/manual/html_node/Major-Differences-From-The-Bourne-Shell.html#Major-Differences-From-The-Bourne-Shell https://bugzilla.gnome.org/show_bug.cgi?id=734630
* Bump version number0.18.6Daiki Ueno2018-03-292-1/+11
|
* build: Use xz-compressed archive tarballDaiki Ueno2018-03-291-1/+1
|
* egg: Fix null termination behavior of egg_secure_strndup()Daiki Ueno2018-03-291-0/+1
| | | | | Even if the given string is shorter than n, the result should be null terminated. This matches the behavior of strndup().
* build: Fix bootstrapping with automake 1.16Ryan Schmidt2018-03-231-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=794610
* lib/schemas: Add secret_get_schema() accessor for SECRET_SCHEMA_*sPhilip Withnall2018-03-223-2/+49
| | | | | | | | | | | | | The SECRET_SCHEMA_* extern structs are not introspectable; add a new accessor function which takes an enum and returns a struct, which is introspectable. Mark the old extern structs as (skip), but don’t deprecate them because they’re still useful from C (if unconventional). Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=697681
* mock: Pad the common secret with zero bytes to make it exactly 128 bytes longDmitry Shachnev2017-11-071-0/+2
| | | | | | This is what the C code does, see egg/egg-dh.c:340. https://bugzilla.gnome.org/show_bug.cgi?id=768112
* tool: Man page spelling fixVille Skyttä2017-10-151-1/+1
|
* tool: s/--details/--unlock/ in search usage messageVille Skyttä2017-10-151-1/+1
|
* Spelling fixesVille Skyttä2017-10-158-21/+21
|
* [l10n] Updated Catalan (Valencian) translationXavi Ivars2017-10-051-5/+6
|
* Add bg to LINGUASAlexander Shopov2017-10-021-0/+1
|
* Updated Bulgarian translationAlexander Shopov2017-09-141-0/+54
|
* secret-methods: Don't unref NULL when search failsMichael Catanzaro2017-09-061-1/+1
| | | | | | | | If the gnome-keyring D-Bus service is not responding, we wind up freeing the SearchClosure in an error path without ever creating a SecretService object. Guard against this. https://bugzilla.gnome.org/show_bug.cgi?id=787391
* Add Nepali translationPawan Chitrakar2017-08-172-0/+58
|
* secret-value: Don't annotate secret_value_unref as (allow-none)Debarshi Ray2017-07-171-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=785034
* build: Use $-quoted string to escape newlinePhilip Chimento2017-05-221-2/+1
| | | | | | | BSD sed doesn't like escaping a literal newline character with a backslash. Instead, use a $-quoted string to escape the newline as \n. https://bugzilla.gnome.org/show_bug.cgi?id=734630
* tool: Fix typos in error messagesBastien Nocera2017-05-081-2/+2
| | | | | | s/specfy/specify/ https://bugzilla.gnome.org/show_bug.cgi?id=782206
* Add Croatian translationgogo2017-04-112-0/+59
|
* DH: Ensure that generated secret occupies the same number of bytes as prime.Tomasz Miąsko2017-02-281-4/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=778357
* Build Vala tests with -fPICDavid King2017-02-011-0/+1
| | | | | | | Fixes a build failure in the tests in the Fedora package. https://bugzilla.gnome.org/show_bug.cgi?id=777826 https://bugzilla.redhat.com/show_bug.cgi?id=1416818
* Remove double check on collection_path in secret-collection.cGarima Gaur2016-12-121-19/+14
| | | | | | | Signed-off-by: Stef Walter <stefw@redhat.com> * Most of the lines of change seem to be reindentation https://bugzilla.gnome.org/show_bug.cgi?id=775747
* Makefile.am: Start signing releasesStef Walter2016-12-121-2/+3
|
* Adjust translations for the Unicode apostrophePiotr Drąg2016-10-1849-50/+50
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=772528
* Use Unicode in translatable stringsPiotr Drąg2016-10-181-2/+2
| | | | | | See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772528
* Add British English translationgnome-3-20David King2016-09-182-0/+57
|
* Updated Polish translationPiotr Drąg2016-08-221-17/+13
|
* Updated Occitan translationCédric Valmary2016-05-301-3/+3
|
* Makefile.am: Compile vala unstable tests with SECRET_WITH_UNSTABLE=1.Robert Ancell2016-05-301-1/+1
| | | | | | | | Without this the generated C code compiles without the correct header (warnings are disabled so this is not obvious). This was causing the test to crash on Ubuntu (exact cause not diagnosed). https://bugzilla.gnome.org/show_bug.cgi?id=767002
* Updated Occitan translationCédric Valmary2016-05-051-8/+9
|
* build: Port to Python 3Dmitry Shachnev2016-04-073-19/+19
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687637
* libsecret: Get rid of PyGI warnings about unspecified versionsDmitry Shachnev2016-04-073-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687637
* configure: use PKG_PROG_PKG_CONFIGMarvin Schmidt2016-03-251-1/+1
| | | | | | | | Since it enables cross-compilation by looking for a host triplet prefixed pkg-config binary, e.g. i686-pc-linux-gnu-pkg-config when passing --host=i686-pc-linux-gnu to cross-compile for x86 https://bugzilla.gnome.org/show_bug.cgi?id=748111
* Bump version number0.18.5Stef Walter2016-03-252-1/+7
|