summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_gssapi_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* 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