| Commit message (Expand) | Author | Age | Files | Lines |
* | Move HttpAuth::ChallengeTokenizer to its own file. | davidben@chromium.org | 2014-03-13 | 1 | -16/+17 |
* | Cleanup: Do not use wide strings in http auth code. | thestig@chromium.org | 2013-12-06 | 1 | -3/+3 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Use SPNEGO mechanism with GSSAPI on Posix | asanka@chromium.org | 2012-07-19 | 1 | -9/+9 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -6/+3 |
* | Linux: allow linking directly with Kerberos instead of using dlopen. | phajdan.jr@chromium.org | 2011-08-24 | 1 | -0/+2 |
* | Revert 97925 - Linux: allow linking directly with Kerberos instead of using d... | dpolukhin@chromium.org | 2011-08-24 | 1 | -2/+0 |
* | Linux: allow linking directly with Kerberos instead of using dlopen. | phajdan.jr@chromium.org | 2011-08-23 | 1 | -0/+2 |
* | net: expose some more classes as API | evan@chromium.org | 2011-07-11 | 1 | -21/+21 |
* | GCC 4.6 -Wunused-but-set-variable cleanup. | pph34r@gmail.com | 2011-07-02 | 1 | -0/+2 |
* | Fail with ERR_UNSUPPORTED_AUTH_SCHEME instead of ERR_INVALID_RESPONSE | wtc@chromium.org | 2011-05-31 | 1 | -2/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Continuing with the out-of-lining of test code. | erg@google.com | 2011-02-11 | 1 | -17/+14 |
* | Support specifying the GSSAPI library that will be used. | danno@chromium.org | 2010-11-12 | 1 | -3/+9 |
* | Fix multi-round authentication. | cbentzel@chromium.org | 2010-09-11 | 1 | -0/+123 |
* | Added mock libraries for GSSAPI. | ahendrickson@google.com | 2010-07-16 | 1 | -0/+125 |
* | Improved library loading to bypass libraries that don't contain all the funct... | ahendrickson@google.com | 2010-06-14 | 1 | -6/+3 |
* | Preliminary support for GSSAPI (Linux and Mac OS X). | ahendrickson@google.com | 2010-06-04 | 1 | -0/+25 |