| Commit message (Expand) | Author | Age | Files | Lines |
* | Support specifying the GSSAPI library that will be used. | danno@chromium.org | 2010-11-12 | 1 | -4/+5 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -3/+3 |
* | Improved error reporting for GSSAPI statuses. | cbentzel@chromium.org | 2010-09-08 | 1 | -15/+5 |
* | Fix valgrind error in unittests. | agl@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -10/+11 |
* | Kerberos authentication backoff cleanup. | ahendrickson@google.com | 2010-07-21 | 1 | -3/+76 |
* | Use different separators for service-type and service-name in Kerberos SPN. | cbentzel@chromium.org | 2010-07-20 | 1 | -0/+20 |
* | Don't do Negotiate with GSSAPI if default credentials are not allowed. | cbentzel@chromium.org | 2010-07-19 | 1 | -152/+170 |
* | ASSERT_TRUE that the HttpAuthHandlerNegotiate::Factory creates non-NULL handl... | cbentzel@chromium.org | 2010-07-17 | 1 | -2/+5 |
* | Added mock libraries for GSSAPI. | ahendrickson@google.com | 2010-07-16 | 1 | -9/+124 |
* | Make the Negotiate Authentication Handler a state machine. | cbentzel@chromium.org | 2010-07-01 | 1 | -23/+58 |
* | Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa... | eroman@chromium.org | 2010-06-08 | 1 | -4/+4 |
* | HttpAuthHandler's are no longer refcounted. | cbentzel@chromium.org | 2010-06-07 | 1 | -9/+9 |
* | HttpAuthHandlers hold onto a bound net log. | cbentzel@chromium.org | 2010-05-27 | 1 | -5/+4 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -2/+2 |
* | Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs. | cbentzel@chromium.org | 2010-04-28 | 1 | -0/+96 |