Re: GSSAPI and Gnus v5.13

2014-01-20 Thread Lars Ingebrigtsen
Elias Mårtenson loke...@gmail.com writes:

 There is, however, the problem of the non-existence of a GSSAPI API
 accessible from Emacs. There is, of course, gsasl which seems to have
 been used in the past, but it seems to me as though the design choice
 in nnimap is to be a full Elisp implementation of IMAP?

I think an elisp implementation of GSSAPI is unrealistic.

 As far as I can tell, there is no standard external application that
 can provide access to GSSAPI, so what is the suggested solution?

gssapi.el uses

(defcustom gssapi-program (list
   (concat gsasl %s %p 
   --mechanism GSSAPI 
   --authentication-id %l)
   imtest -m gssapi -u %l -p %p %s)

I would guess that reusing gassapi.el for the new nnimap.el would be the
easiest.  It's a matter of getting nnimap.el to recognising that GSSAPI
should be used, I think.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: GSSAPI and Gnus v5.13

2014-01-19 Thread Elias Mårtenson
On 28 December 2013 02:41, Lars Ingebrigtsen la...@gnus.org wrote:

 Elias Mårtenson loke...@gmail.com writes:

  Thanks for the update. Is there anything I can do to help this happen
  quicker? I'm not a completely awful Emacs Lisp programmer.

 Well, if you re-implement the GSSAPI stuff for the new nnimap, then that
 would be great.  ?


I finally decided to look into this and reading RFC 1731 suggested that it
should be very easy (I know GSSAPI itself quite well).

There is, however, the problem of the non-existence of a GSSAPI API
accessible from Emacs. There is, of course, gsasl which seems to have been
used in the past, but it seems to me as though the design choice in nnimap
is to be a full Elisp implementation of IMAP?

As far as I can tell, there is no standard external application that can
provide access to GSSAPI, so what is the suggested solution?

Regards,
Elias
___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: GSSAPI and Gnus v5.13

2013-12-27 Thread Elias Mårtenson
On 26 December 2013 07:53, Lars Ingebrigtsen la...@gnus.org wrote:

 Elias Mårtenson loke...@gmail.com writes:

  I had the same problem. It turns out GSSAPI support was removed some
  time ago. I don't know the reason for this.

 nnimap was rewritten, and GSSAPI fell off the wagon.  I meant to
 re-implement it, but I guess I forgot again.  I'll try to get it done
 this time...


Thanks for the update. Is there anything I can do to help this happen
quicker? I'm not a completely awful Emacs Lisp programmer.

Regards,
Elias
___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: GSSAPI and Gnus v5.13

2013-12-27 Thread Lars Ingebrigtsen
Elias Mårtenson loke...@gmail.com writes:

 Thanks for the update. Is there anything I can do to help this happen
 quicker? I'm not a completely awful Emacs Lisp programmer.

Well, if you re-implement the GSSAPI stuff for the new nnimap, then that
would be great.  ?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: GSSAPI and Gnus v5.13

2013-12-25 Thread Lars Ingebrigtsen
Elias Mårtenson loke...@gmail.com writes:

 I had the same problem. It turns out GSSAPI support was removed some
 time ago. I don't know the reason for this.

nnimap was rewritten, and GSSAPI fell off the wagon.  I meant to
re-implement it, but I guess I forgot again.  I'll try to get it done
this time...

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/
___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: GSSAPI and Gnus v5.13

2013-12-23 Thread Elias Mårtenson
On 15 October 2013 14:03, Tollef Fog Heen tfh...@err.no wrote:


 Hi,

 This is meant as a followup of
 http://article.gmane.org/gmane.emacs.gnus.user/15526 .  Please Cc me on
 replies, I'm not subscribed to the list.

 I tried the patch in the referenced article and it seems I get a little
 bit further, but not all the way:

   Unable to open server nnimap+err due to: Unknown stream type: gssapi
   nnimap (err) open error: ''.  Continue? (y or n)  n
   Couldn't open server on err
   Warning: Unable to open server nnimap+err due to: Unknown stream type:
 gssapi


I had the same problem. It turns out GSSAPI support was removed some time
ago. I don't know the reason for this.

Regards,
Elias
___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english