After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 643505 - Send a content-type along with a secret.
Send a content-type along with a secret.
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-02-28 16:03 UTC by Stef Walter
Modified: 2011-03-01 09:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stef Walter 2011-02-28 16:03:38 UTC
Recent changes [1] to the Secret Service API specification say that we should pass a content type along with each secret. This bug will track implementing that in gnome-keyring.

http://cgit.freedesktop.org/xdg/xdg-specs/commit/?id=1e768fc50c50b24274601f28dfde9cc9a41cc5c2
Comment 1 Stef Walter 2011-02-28 16:05:54 UTC
Implemented for gnome-keyring here. Will merge after posting to the mailing list:

http://git.collabora.co.uk/?p=user/stefw/gnome-keyring.git;a=commit;h=24d586d74b4959cf7d103a3b9a76a9de5796b281
Comment 2 Stef Walter 2011-02-28 16:12:53 UTC
Implemented in libgnome-keyring here:

http://git.collabora.co.uk/?p=user/stefw/libgnome-keyring.git;a=commit;h=617345edace57edc35a7b66cbb6b5830d47d7d9f

Note that this is an incompatible change to the protocol and requires that libgnome-keyring and gnome-keyring be upgraded together.
Comment 3 Stef Walter 2011-03-01 09:28:51 UTC
Merged into gnome-keyring and libgnome-keyring, and pushed to git.gnome.org.