summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_gssapi_posix.h
Commit message (Expand)AuthorAgeFilesLines
* Use SPNEGO mechanism with GSSAPI on Posixasanka@chromium.org2012-07-191-4/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-10/+10
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-5/+3
* Don't try to use explicit credentials with schemes that don't support it.asanka@chromium.org2011-08-311-0/+2
* Linux: allow linking directly with Kerberos instead of using dlopen.phajdan.jr@chromium.org2011-08-241-3/+12
* Revert 97925 - Linux: allow linking directly with Kerberos instead of using d...dpolukhin@chromium.org2011-08-241-12/+3
* Linux: allow linking directly with Kerberos instead of using dlopen.phajdan.jr@chromium.org2011-08-231-3/+12
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-7/+7
* net: expose some more classes as APIevan@chromium.org2011-07-111-3/+3
* net: Add NET_API to more code to enable buildingrvargas@google.com2011-06-301-4/+5
* Support specifying the GSSAPI library that will be used.danno@chromium.org2010-11-121-4/+4
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-2/+2
* Improved error reporting for GSSAPI statuses.cbentzel@chromium.org2010-09-081-4/+0
* 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-4/+0
* Mac: Some clang appeasing.thakis@chromium.org2010-08-041-2/+2
* 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-1/+0
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-281-3/+37
* Improved library loading to bypass libraries that don't contain all the funct...ahendrickson@google.com2010-06-141-4/+35
* Removed gssapi namespace.ahendrickson@google.com2010-06-101-85/+88
* Preliminary support for GSSAPI (Linux and Mac OS X).ahendrickson@google.com2010-06-041-0/+196