summaryrefslogtreecommitdiff
path: root/src/mongo/client/native_sasl_client_session.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-07-111-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