| Commit message (Expand) | Author | Age | Files | Lines |
* | Lazy initialization of URLSecurityManager to reduce start-up time. | ahendrickson@chromium.org | 2010-05-20 | 1 | -1/+1 |
* | Remove handler from HttpAuthCache. | cbentzel@chromium.org | 2010-05-20 | 1 | -1/+3 |
* | Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th... | ahendrickson@chromium.org | 2010-04-16 | 1 | -7/+16 |
* | Kerberos uses an SPN (Service Principal Name) to identify a server. This is t... | cbentzel@chromium.org | 2010-04-14 | 1 | -6/+112 |
* | Removed filter checks in windows implementations of Negotiate and NTLM HTTP A... | cbentzel@chromium.org | 2010-03-31 | 1 | -8/+0 |
* | On Windows, use IInternetSecurityManager to determine if it's OK | wtc@chromium.org | 2010-03-29 | 1 | -11/+2 |
* | Added HttpAuthFilter. | cbentzel@chromium.org | 2010-02-26 | 1 | -0/+10 |
* | Added SSPILibrary interface so unit tests can mock SSPI calls. | cbentzel@chromium.org | 2010-02-25 | 1 | -7/+8 |
* | Validate that an SSPI scheme is supported before generating a handler. | cbentzel@chromium.org | 2010-02-22 | 1 | -3/+24 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -4/+16 |
* | Add Single Sign On support to HTTP Authentication handlers. | cbentzel@chromium.org | 2010-02-05 | 1 | -11/+33 |
* | Added WWW-Authenticate Negotate support using shared HttpAuthSspi. | cbentzel@chromium.org | 2010-01-21 | 1 | -0/+57 |