Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs. | cbentzel@chromium.org | 2010-04-28 | 1 | -2/+6 |
* | Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th... | ahendrickson@chromium.org | 2010-04-16 | 1 | -2/+7 |
* | Kerberos uses an SPN (Service Principal Name) to identify a server. This is t... | cbentzel@chromium.org | 2010-04-14 | 1 | -1/+39 |
* | On Windows, use IInternetSecurityManager to determine if it's OK | wtc@chromium.org | 2010-03-29 | 1 | -1/+1 |
* | Added SSPILibrary interface so unit tests can mock SSPI calls. | cbentzel@chromium.org | 2010-02-25 | 1 | -1/+14 |
* | Validate that an SSPI scheme is supported before generating a handler. | cbentzel@chromium.org | 2010-02-22 | 1 | -0/+10 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -2/+13 |
* | Add Single Sign On support to HTTP Authentication handlers. | cbentzel@chromium.org | 2010-02-05 | 1 | -4/+10 |
* | Added WWW-Authenticate Negotate support using shared HttpAuthSspi. | cbentzel@chromium.org | 2010-01-21 | 1 | -0/+53 |