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 652074 - Implement NTLM credential dbus interface
Implement NTLM credential dbus interface
Status: RESOLVED INCOMPLETE
Product: gnome-keyring
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on: 652070
Blocks:
 
 
Reported: 2011-06-07 17:43 UTC by Stef Walter
Modified: 2012-09-19 08:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Rebased on master. Is there still interest in this? (12.20 KB, patch)
2012-09-19 08:31 UTC, Stef Walter
none Details | Review
Rough implementation of Ntlm Credentials (12.53 KB, patch)
2012-09-19 08:32 UTC, Stef Walter
none Details | Review

Description Stef Walter 2011-06-07 17:43:33 UTC
There's a need to be able to do NTLM challenges using the master password of the various keyrings. This bug will track progress on that.
Comment 1 Stef Walter 2011-06-07 17:45:43 UTC
I've prototyped an interface and implementation here: http://cgit.collabora.com/git/user/stefw/gnome-keyring.git/log/?h=ntlm-credentials

It adds a new interface called org.gnome.keyring.Credential.Ntlm to collection objects. With the following methods:

   StartChallenge(OUT output:ay)
   SignChallenge(IN input:ay, OUT output:ay)

This depends on the work in bug 652070.
Comment 2 Stef Walter 2012-03-15 09:45:28 UTC
Sadly the person working on this lost interest and didn't complete the work. If there is further interest, please reopen.
Comment 3 Stef Walter 2012-09-19 08:31:52 UTC
Created attachment 224710 [details] [review]
Rebased on master. Is there still interest in this?

Rough implementation of Ntlm Credentials

 * Implemented as a dbus interface on the colleciton object.
 * No actual NTLM implementation yet.
Comment 4 Stef Walter 2012-09-19 08:32:40 UTC
Created attachment 224711 [details] [review]
Rough implementation of Ntlm Credentials

* Implemented as a dbus interface on the colleciton object.
 * No actual NTLM implementation yet.