Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse | |
2011-09-02 | Fix NTLM winbind support to pass the torture tests | Dan Fandrich | |
Calling sclose() both in the child and the parent fools the socket leak detector into thinking it's been closed twice. Calling close() in the child instead overcomes this problem. It's not as portable as the sclose() macro, but this code is highly POSIX-specific, anyway. | |||
2011-08-28 | NTLM: header inclusion cleanup | Yang Tse | |
2011-08-28 | NTLM: move NTLM core specifics into curl_ntlm_core.[ch] | Yang Tse | |
2011-08-27 | NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch] | Yang Tse | |