summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_negotiate_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-7/+7
* Linux: allow linking directly with Kerberos instead of using dlopen.phajdan.jr@chromium.org2011-08-241-2/+2
* Revert 97925 - Linux: allow linking directly with Kerberos instead of using d...dpolukhin@chromium.org2011-08-241-2/+2
* Linux: allow linking directly with Kerberos instead of using dlopen.phajdan.jr@chromium.org2011-08-231-2/+2
* net: expose some more classes as APIevan@chromium.org2011-07-111-14/+14
* Fail with ERR_UNSUPPORTED_AUTH_SCHEME instead of ERR_INVALID_RESPONSEwtc@chromium.org2011-05-311-3/+26
* Continuing with the out-of-lining of test code.erg@google.com2011-02-111-19/+15
* Clean up net unit testing code.erg@google.com2011-01-261-1/+2
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-2/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+2
* Support specifying the GSSAPI library that will be used.danno@chromium.org2010-11-121-4/+5
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-3/+3
* Improved error reporting for GSSAPI statuses.cbentzel@chromium.org2010-09-081-15/+5
* Fix valgrind error in unittests.agl@chromium.org2010-08-031-1/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-10/+11
* Kerberos authentication backoff cleanup.ahendrickson@google.com2010-07-211-3/+76
* Use different separators for service-type and service-name in Kerberos SPN.cbentzel@chromium.org2010-07-201-0/+20
* Don't do Negotiate with GSSAPI if default credentials are not allowed.cbentzel@chromium.org2010-07-191-152/+170
* ASSERT_TRUE that the HttpAuthHandlerNegotiate::Factory creates non-NULL handl...cbentzel@chromium.org2010-07-171-2/+5
* Added mock libraries for GSSAPI.ahendrickson@google.com2010-07-161-9/+124
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-23/+58
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-081-4/+4
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-9/+9
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-5/+4
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-2/+2
* Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.cbentzel@chromium.org2010-04-281-0/+96