summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_gssapi_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-1/+1
* Apply a few missing const qualifiers in net/digit@chromium.org2012-10-261-2/+2
* Use SPNEGO mechanism with GSSAPI on Posixasanka@chromium.org2012-07-191-21/+8
* Don't pass GSS_C_NO_CONTEXT into gss_inquire_context()asanka@chromium.org2012-06-051-1/+3
* fix kerberos support on OpenBSD by using the correct include dir and librobert.nagy@gmail.com2011-12-161-0/+2
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-3/+1
* Fix build with Heimdal.phajdan.jr@chromium.org2011-09-291-0/+10
* Don't try to use explicit credentials with schemes that don't support it.asanka@chromium.org2011-08-311-0/+4
* Fix a linking error with -Dlinux_link_kerberos on Gentoo.phajdan.jr@chromium.org2011-08-301-2/+0
* Linux: allow linking directly with Kerberos instead of using dlopen.phajdan.jr@chromium.org2011-08-241-2/+9
* Revert 97925 - Linux: allow linking directly with Kerberos instead of using d...dpolukhin@chromium.org2011-08-241-9/+2
* Linux: allow linking directly with Kerberos instead of using dlopen.phajdan.jr@chromium.org2011-08-231-2/+9
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-021-6/+1
* 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