summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_ntlm.cc
Commit message (Expand)AuthorAgeFilesLines
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+2
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-221-20/+0
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-25/+26
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-20/+21
* Added WWW-Authenticate Negotate support using shared HttpAuthSspi.cbentzel@chromium.org2010-01-211-0/+20
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-241-3/+3
* [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