Google Code Exporter

Results 21344 comments of Google Code Exporter

``` 0.3.0 has shipped; defer to 0.4.0 milestone. ``` Original comment by `cmpilato` on 4 Aug 2008 at 6:01 - Added labels: **Milestone-0.4.0**

``` Disowning this for now. ``` Original comment by `cmpilato` on 11 Nov 2008 at 9:23

``` Bump to 0.5.0. ``` Original comment by `cmpilato` on 18 Jun 2009 at 8:52 - Added labels: **Milestone-0.5.0**

Original comment by `cmpilato` on 24 Sep 2012 at 8:33 - Changed state: **Started**

Original comment by `cmpilato` on 24 Sep 2012 at 8:34 - Changed state: **New**

``` python-ntlm is most useful when you do not have the option to `import sspi` (not running on Windows)... ``` Original comment by `[email protected]` on 18 Jan 2011 at 3:23

``` I agree with both the need to support this when running on Windows and the need to use alternate auth handlers when running elsewhere. I'm not sure how to...

``` I implemented this. A patch is attached. Needs the patch from issue #15 applied first. Example: from ntlm.smtp import ntlm_authenticate import smtplib smtp = smtplib.SMTP("my.smtp.server") smtp.ehlo() ntlm_authenticate(smtp, r"DOMAIN\username", "password")...

``` [deleted comment] ```

``` Tested patches 14 and 15, verified working for SMTP. Did not test HTTP, but the code looks correct. ``` Original comment by `[email protected]` on 9 Jan 2010 at 1:42