| Commit message (Expand) | Author | Age | Files | Lines |
* | Use SPNEGO mechanism with GSSAPI on Posix | asanka@chromium.org | 2012-07-19 | 1 | -4/+3 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -10/+10 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -5/+3 |
* | Don't try to use explicit credentials with schemes that don't support it. | asanka@chromium.org | 2011-08-31 | 1 | -0/+2 |
* | Linux: allow linking directly with Kerberos instead of using dlopen. | phajdan.jr@chromium.org | 2011-08-24 | 1 | -3/+12 |
* | Revert 97925 - Linux: allow linking directly with Kerberos instead of using d... | dpolukhin@chromium.org | 2011-08-24 | 1 | -12/+3 |
* | Linux: allow linking directly with Kerberos instead of using dlopen. | phajdan.jr@chromium.org | 2011-08-23 | 1 | -3/+12 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -7/+7 |
* | net: expose some more classes as API | evan@chromium.org | 2011-07-11 | 1 | -3/+3 |
* | net: Add NET_API to more code to enable building | rvargas@google.com | 2011-06-30 | 1 | -4/+5 |
* | Support specifying the GSSAPI library that will be used. | danno@chromium.org | 2010-11-12 | 1 | -4/+4 |
* | Fix multi-round authentication. | cbentzel@chromium.org | 2010-09-11 | 1 | -2/+2 |
* | Improved error reporting for GSSAPI statuses. | cbentzel@chromium.org | 2010-09-08 | 1 | -4/+0 |
* | Add support for delegated kerberos tickets to Negotiate authentication. | cbentzel@chromium.org | 2010-08-27 | 1 | -0/+6 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -4/+0 |
* | Mac: Some clang appeasing. | thakis@chromium.org | 2010-08-04 | 1 | -2/+2 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -7/+8 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Make the Negotiate Authentication Handler a state machine. | cbentzel@chromium.org | 2010-07-01 | 1 | -1/+0 |
* | Hooking GSSAPI code into HTTP authenticate Negotiate handler. | ahendrickson@google.com | 2010-06-28 | 1 | -3/+37 |
* | Improved library loading to bypass libraries that don't contain all the funct... | ahendrickson@google.com | 2010-06-14 | 1 | -4/+35 |
* | Removed gssapi namespace. | ahendrickson@google.com | 2010-06-10 | 1 | -85/+88 |
* | Preliminary support for GSSAPI (Linux and Mac OS X). | ahendrickson@google.com | 2010-06-04 | 1 | -0/+196 |