summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_sspi_win.h
Commit message (Expand)AuthorAgeFilesLines
* Support specifying the GSSAPI library that will be used.danno@chromium.org2010-11-121-4/+55
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-4/+3
* Add support for delegated kerberos tickets to Negotiate authentication.cbentzel@chromium.org2010-08-271-0/+6
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-211-3/+0
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-7/+8
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-8/+7
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-1/+0
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-2/+1
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-4/+4
* Added SSPILibrary interface so unit tests can mock SSPI calls.cbentzel@chromium.org2010-02-251-4/+57
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-221-5/+16
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-3/+4
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-16/+14
* Added WWW-Authenticate Negotate support using shared HttpAuthSspi.cbentzel@chromium.org2010-01-211-1/+46
* Abstracted and moved common SSPI functionality.cbentzel@chromium.org2010-01-081-0/+47