summaryrefslogtreecommitdiff
path: root/src/mongo/client/authenticate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-18/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-2/+3
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-80/+152
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-2/+1
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-0/+1
* SERVER-32275 Remove MONGODB-CR client support from monogd/mongosSara Golemon2017-12-121-86/+4
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-021-3/+3
* SERVER-25082 Allow x509 authentication without user/subject fieldHai-Kinh Hoang2016-08-171-8/+8
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-4/+5
* SERVER-25340 Fixed lint errorAndreas Nilsson2016-08-011-5/+1
* SERVER-25340 Remove MONGODB-CR cluster authentication fallbackAndreas Nilsson2016-08-011-26/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-39/+39
* SERVER-6823 Rename --tryClusterAuth to --transitionToAuthShane Harvey2016-04-181-3/+3
* SERVER-6823 Enable Access control without downtime.Shane Harvey2016-04-131-4/+25
* SERVER-19873 Let saslClientAuthenticate handle unknown auth mechanismssamantharitter2015-08-111-7/+0
* SERVER-19155 Refactor auth methods for asynchronous handlerssamantharitter2015-08-101-121/+229
* SERVER-19455 move authentication methods to a new librarysamantharitter2015-08-031-0/+248