Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |