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 686407 - gkr: Fix problem where keyring items overwrite one another
gkr: Fix problem where keyring items overwrite one another
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2012-10-18 19:11 UTC by Stef Walter
Modified: 2013-03-04 19:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gkr: Fix problem where keyring items overwrite one another (2.19 KB, patch)
2012-10-18 19:11 UTC, Stef Walter
none Details | Review

Description Stef Walter 2012-10-18 19:11:26 UTC
Fix regression for storing secrets where they overwrite one another.
Comment 1 Stef Walter 2012-10-18 19:11:27 UTC
Created attachment 226769 [details] [review]
gkr: Fix problem where keyring items overwrite one another

Regression since the migration to libsecret. Items stored
manually by choosing 'Stored Password' overwrite one another.
Don't use secret_service_store() as it uses the
SECRET_ITEM_CREATE_REOPLACE flag.
Comment 2 Stef Walter 2013-03-04 19:48:37 UTC
Patch applied earlier.