summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_ntlm.cc
Commit message (Expand)AuthorAgeFilesLines
* [Second attempt of r25461]wtc@chromium.org2009-09-051-687/+3
* Revert "Use SSPI for NTLM authentication on Windows."agl@chromium.org2009-09-041-3/+687
* Use SSPI for NTLM authentication on Windows.wtc@chromium.org2009-09-041-687/+3
* Validate offset / length of extra field in the message. Note these fields arecevans@chromium.org2009-07-091-2/+9
* Set endianness for ARM.thestig@chromium.org2009-05-011-2/+1
* Deprecate wstring version of PathService::Get() in net.thestig@chromium.org2009-05-011-1/+2
* GetMyHostName is renamed GetHostName to match the name ofwtc@chromium.org2009-03-251-1/+1
* Make GetHostNameProc return a std::string.wtc@chromium.org2009-03-231-92/+63
* Add unit tests for NTLM authentication. This requireswtc@chromium.org2009-03-111-6/+33
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-281-0/+787