Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Here is the patch. I hope I havent forgottten anything, it is very simple indeed. If it fails in any way, don't hesitate to tell me. Cheers! ``` Original...

``` Rats, this is an Enhancement, not a Defect, but I can't change it... Anyway, I've started work on an implementation using a local git mirror... I've also started producing...

``` I am making this a wontfix for now. It is a really neat feature, but it would take me too much time. If you or anyone else wants to...

``` OK, I'm actively working on it, and have code in my svn repository (see http://trac.sjsoft.com/browser/upstream/python-ntlm/ntlm - the new code that supports client and server is in ntlm2, and there...

``` I'm working on this in the new clientserver branch ``` Original comment by `[email protected]` on 29 Jan 2009 at 3:15 - Changed state: **Started**

``` Yeah this would be cool for sure - great to see you guys are working on this stuff! I'm not even sure that I necessarily need a server implementation...

``` The current clientserver branch now contains a working basic NTLM2 server, that has been tested with Internet Explorer... duncancbennett is managing this - we need to complete testing, and...

``` We now have: * Support for ntlm v1 and v2 * Support for client and server operation * A sample server that can be used for testing * all...

``` How easily can this be integrated into webframeworks like Django, Trac and others? ``` Original comment by `[email protected]` on 4 Mar 2009 at 8:32

``` I will have to look into integration into Django and other webframeworks. At the moment, I've only built the simple cherrypy example and I'm looking into integrating the NTLMServerBase...