summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_ntlm.cc
Commit message (Expand)AuthorAgeFilesLines
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-13/+11
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* More net/ method ordering.erg@google.com2011-01-261-13/+13
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-2/+1
* Histogram target for each HTTP Authentication Scheme.cbentzel@chromium.org2010-12-131-0/+1
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-301-4/+6
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-8/+29
* Fail rather than crash if username+password are unspecified for NTLM on Linux...cbentzel@chromium.org2010-08-241-0/+5
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-0/+2
* Leftovers from wstring->string16 conversion in authentication code.cbentzel@chromium.org2010-08-051-2/+3
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-7/+7
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-1/+0
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-12/+11
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-1/+11
* 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