Re: client-side support for Negotiate authentication scheme

2008-11-13 Thread Roman Geus
and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Bruno Harbulot Envoyé : mercredi 1 octobre 2008 12:50 À : discuss@restlet.tigris.org Objet : Re: client-side support

Re: client-side support for Negotiate authentication scheme

2008-11-13 Thread Rob Heittman
Good luck, Roman, and thanks! This is really a cool feature. We don't do much work with Windows authenticated environments any more (thank heaven) but there are so many cases where this would have been a game changer, and I'm sure it will come up more than once in the future. On Thu, Nov 13,

Re: client-side support for Negotiate authentication scheme

2008-11-13 Thread Thierry Boileau
support for Negotiate authentication scheme Hi all, I'd be happy to put it in the Restlet repository. Jerome, do you have any preferred place in the repository for this? By the way, I had mentioned I had started some work on the structure of the Guards, etc

Re: client-side support for Negotiate authentication scheme

2008-11-04 Thread Bruno Harbulot
d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Bruno Harbulot Envoyé : mercredi 1 octobre 2008 12:50 À : discuss@restlet.tigris.org Objet : Re: client-side support for Negotiate authentication scheme Hi all, I'd be happy to put it in the Restlet repository. Jerome, do you have any

RE: client-side support for Negotiate authentication scheme

2008-10-03 Thread Jerome Louvel
~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Bruno Harbulot Envoyé : mercredi 1 octobre 2008 12:50 À : discuss@restlet.tigris.org Objet : Re: client-side support for Negotiate

Re: client-side support for Negotiate authentication scheme

2008-10-01 Thread Bruno Harbulot
Hi all, I'd be happy to put it in the Restlet repository. Jerome, do you have any preferred place in the repository for this? By the way, I had mentioned I had started some work on the structure of the Guards, etc. (mostly for my project's needs but that could be used for 1.2). Perhaps it

RE: client-side support for Negotiate authentication scheme

2008-09-15 Thread Jerome Louvel
: discuss@restlet.tigris.org Objet : Re: client-side support for Negotiate authentication scheme Mail sent on the 08/28 and apparently lost. --- Hi Stephan, Roman, I think we will wait for the end of the vacations of Jérôme (11th of september). Anyway, thanks Roman for your effort! best regards

Re: client-side support for Negotiate authentication scheme

2008-08-28 Thread Roman Geus
Hi Stephan The NegotiateFilter, together with an example client and server is attached to this post. You are free to add this code to the Restlet codebase if you find it useful. Since I borrowed some ideas and code from Bruno Harbulot's SpnegoFilter, he should be consulted as well. Also

Re: client-side support for Negotiate authentication scheme

2008-08-28 Thread Stephan Koops
Hi Roman, nice for the code. Because I only changes the code of the JAX-RS extension, this is a job for Jerome or Thierry. I hope they will include it. best regards Stephan Roman Geus schrieb: Hi Stephan The NegotiateFilter, together with an example client and server is attached to this

Re: client-side support for Negotiate authentication scheme

2008-08-28 Thread Bruno Harbulot
Hi Roman, When you take someone else's code and modify it, you might want to look at the beginning of the file (or the licence file), especially when you post a file to a public mailing list and thus have no chance of being able to amend it once archived: Copyright (c) 2008, The University

Re: client-side support for Negotiate authentication scheme

2008-08-28 Thread Bruno Harbulot
Hi Roman, Roman Geus wrote: Hello Bruno I'm sorry about not paying more attention to the licensing issues. I meant no harm and I am certainly not trying to take credit for your work. Just to explain: the code I posted is not a quick rip-off of your filter. I put considerable amount of time

client-side support for Negotiate authentication scheme

2008-08-26 Thread Roman Geus
Hi all I have been working on a Filter that implements client and server side HTTP Negotiate and Basic authentication. The code is based on Bruno Harbulot's nice SpnegoFilter. Everything works fine so far. However to get the client-side authentication working I had to change the

Re: client-side support for Negotiate authentication scheme

2008-08-26 Thread Stephan Koops
Hi Roman, cool. Could you share the full filter class(es?) to be added to the Restlet API? best regards Stephan Roman Geus schrieb: Hi all I have been working on a Filter that implements client and server side HTTP Negotiate and Basic authentication. The code is based on Bruno