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 142373 - [PATCH] Fix gnome-keyring on platforms that support SCM_CREDS but not the LOCAL_CREDS socket option
[PATCH] Fix gnome-keyring on platforms that support SCM_CREDS but not the LOC...
Status: RESOLVED FIXED
Product: libgnome-keyring
Classification: Core
Component: General
git master
Other FreeBSD
: High major
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2004-05-11 20:36 UTC by Joe Marcus Clarke
Modified: 2019-02-22 11:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Fix gnome-keyring on platforms that do not support LOCAL_CREDS (3.28 KB, patch)
2004-05-11 20:37 UTC, Joe Marcus Clarke
none Details | Review
Same fix as 27625, but do not patch the daemon (2.24 KB, patch)
2004-05-11 20:51 UTC, Joe Marcus Clarke
none Details | Review
Fixes the same problem, but includes sys/uio.h for struct iovec (2.08 KB, patch)
2004-05-12 01:07 UTC, Joe Marcus Clarke
none Details | Review

Description Joe Marcus Clarke 2004-05-11 20:36:13 UTC
Platforms such as FreeBSD support the SCM_CREDS ancillary message type, but they
do not support the LOCAL_CREDS socket option.  Therefore, gnome-keyring cannot
read the required socket credentials, and fails to work correctly.  The attached
patch corrects this.
Comment 1 Joe Marcus Clarke 2004-05-11 20:37:04 UTC
Created attachment 27625 [details] [review]
Fix gnome-keyring on platforms that do not support LOCAL_CREDS
Comment 2 Joe Marcus Clarke 2004-05-11 20:51:16 UTC
Created attachment 27626 [details] [review]
Same fix as 27625, but do not patch the daemon
Comment 3 Joe Marcus Clarke 2004-05-12 01:07:15 UTC
Created attachment 27628 [details] [review]
Fixes the same problem, but includes sys/uio.h for struct iovec
Comment 4 Dan Williams 2006-04-03 20:23:05 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.