summaryrefslogtreecommitdiff
path: root/src/mongo/client/native_sasl_client_session.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70956: Support MONGODB-OIDC SASL mechanism in shell with tokenVarun Ravichandran2023-02-031-4/+14
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-161-0/+33
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-50357 Add daily no-ssl build to evergreenMark Benvenuto2020-10-051-1/+4
* SERVER-45723 Rename IAM Auth mechanism to AWSSpencer Jackson2020-02-111-4/+4
* SERVER-44264 Add IAM client code to shell and clientsMark Benvenuto2019-12-021-0/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-4/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37527 Fix lifecycle management and clarify isDone->isSuccessSara Golemon2018-11-291-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+4
* SERVER-32973 Enable SCRAM-SHA-256 authenticationSara Golemon2018-02-101-3/+8
* SERVER-32835 Refactor SaslSCRAMSHA1ClientConversation to be block independentSara Golemon2018-01-251-1/+1
* SERVER-32793 Refactor SCRAMSHA1ClientCache to be block independentSara Golemon2018-01-251-1/+1
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-021-1/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-44/+38
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-7596 Typo in shell's SASL auth error message.A. Jesse Jiryu Davis2014-11-061-1/+1
* SERVER-7596 Removed trailing whitespacesAndreas Nilsson2014-09-171-6/+6
* SERVER-15177 Use native SCRAM-SHA-1 for enterprise clientAndreas Nilsson2014-09-171-1/+7
* SERVER-7596 Native SCRAM-SHA-1 client/shell implementationAndreas Nilsson2014-09-101-5/+28
* SERVER-7596 SASL client code refactor for SCRAMAndreas Nilsson2014-09-041-0/+66