summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_sspi_win.h
Commit message (Expand)AuthorAgeFilesLines
* Move HttpAuth::ChallengeTokenizer to its own file.davidben@chromium.org2014-03-131-1/+3
* Cleanup: Do not use wide strings in http auth code.thestig@chromium.org2013-12-061-2/+2
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-1/+1
* Grab bag of clang fixes for Windows codernk@chromium.org2013-05-171-2/+2
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-3/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-6/+4
* Don't try to use explicit credentials with schemes that don't support it.asanka@chromium.org2011-08-311-0/+2
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-8/+8
* net: Add NET_API to the auth code.rvargas@google.com2011-05-201-8/+9
* 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