summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_gssapi_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-181-2/+2
* Linux: recognize Heimdal on Gentoo Linux for Kerberos HTTP authentication.phajdan.jr@chromium.org2011-04-061-0/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Temporarily allow IO when loading shared GSSAPI librarycbentzel@chromium.org2010-12-141-0/+5
* Support specifying the GSSAPI library that will be used.danno@chromium.org2010-11-121-13/+20
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-16/+8
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-301-5/+4
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-40/+42
* Fix a bunch of clang warnings/errors.thakis@chromium.org2010-09-211-36/+0
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-41/+45
* Improved error reporting for GSSAPI statuses.cbentzel@chromium.org2010-09-081-25/+103
* Add support for delegated kerberos tickets to Negotiate authentication.cbentzel@chromium.org2010-08-271-1/+8
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-4/+4
* Attempt to back off from Kerberos authentication if we don't have credentials.ahendrickson@google.com2010-07-201-1/+2
* Added mock libraries for GSSAPI.ahendrickson@google.com2010-07-161-21/+133
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-1/+0
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-281-135/+338
* Coverity: fix possible library leak in GSSAPISharedLibrary::LoadSharedLibrary.mattm@chromium.org2010-06-161-4/+6
* Changed the return error code if the GSSAPI library cannot be initialized.ahendrickson@google.com2010-06-141-1/+1
* Improved library loading to bypass libraries that don't contain all the funct...ahendrickson@google.com2010-06-141-47/+91
* Removed gssapi namespace.ahendrickson@google.com2010-06-101-79/+81
* More robust handling of GSSAPI error stringscbentzel@chromium.org2010-06-091-6/+20
* Preliminary support for GSSAPI (Linux and Mac OS X).ahendrickson@google.com2010-06-041-0/+454