summaryrefslogtreecommitdiff
path: root/src/mongo/client/sasl_client_authenticate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-021-1/+1
* SERVER-19155 Refactor auth methods for asynchronous handlerssamantharitter2015-08-101-3/+4
* SERVER-19455 move authentication methods to a new librarysamantharitter2015-08-031-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-48/+46
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-1/+1
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-2/+2
* SERVER-8813 Switch C++ client and shell code for SASL authentication to use t...Andy Schwerin2013-04-221-2/+1
* SERVER-8305 Change default database for GSSAPI from $sasl to $external.Andy Schwerin2013-02-121-1/+1
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-121-168/+5
* SERVER-8100 Do not expect a code in sasl commands that return ok: 1.Andy Schwerin2013-01-151-8/+13
* SERVER-8013 Update shell helper db.auth() to support SASL authentication.Andy Schwerin2012-12-211-13/+15
* For SASL authentication in the client, send the saslStart/Continue commands t...Andy Schwerin2012-12-051-2/+11
* Client and common support for SASL authentication.Andy Schwerin2012-11-081-0/+229