summaryrefslogtreecommitdiff
path: root/src/mongo/client/sasl_client_authenticate.h
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-4/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-58/+0
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-6/+0
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-021-1/+1
* SERVER-19155 Refactor auth methods for asynchronous handlerssamantharitter2015-08-101-7/+5
* SERVER-19455 move authentication methods to a new librarysamantharitter2015-08-031-4/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-111/+111
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-21/+20
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-6/+6
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-281-20/+21
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-2/+2
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-6/+6
* SERVER-8813 Switch C++ client and shell code for SASL authentication to use t...Andy Schwerin2013-04-221-10/+4
* SERVER-8305 Change default database for GSSAPI from $sasl to $external.Andy Schwerin2013-02-121-2/+2
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-121-8/+13
* SERVER-8013 Update shell helper db.auth() to support SASL authentication.Andy Schwerin2012-12-211-3/+3
* Update comments to refer to $sasl instead of $external. SERVER-7795Spencer T Brody2012-12-051-2/+2
* For SASL authentication in the client, send the saslStart/Continue commands t...Andy Schwerin2012-12-051-1/+7
* Client and common support for SASL authentication.Andy Schwerin2012-11-081-0/+129