summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_scramsha1_server_conversation.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32834 Refactor SaslSCRAMSHA1ServerConversation to be block independentSara Golemon2018-01-251-298/+0
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-251-9/+5
* SERVER-32410 Validate User::CredentialData during authSara Golemon2017-12-211-0/+7
* SERVER-32231 Remove MONGODB-CRSara Golemon2017-12-191-14/+0
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-3/+3
* SERVER-29915: Respect "y" in gs2-cbind-flag in SCRAMSpencer Jackson2017-08-031-1/+5
* SERVER-28190 Add internal tracking ids to userssamantharitter2017-05-051-3/+3
* SERVER-28052 Make SHA1Hash a full fledged classRandolph Tan2017-02-241-7/+7
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-021-45/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-22/+28
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-254/+251
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-16534 SCRAM-SHA-1 should always be enabled for internal userAndreas Nilsson2014-12-171-4/+17
* SERVER-16178 Fixed typo in __system auth error messageAndreas Nilsson2014-11-171-1/+1
* SERVER-16009 Always initializing credentials for __system user.Andreas Nilsson2014-11-121-0/+11
* SERVER-7596 Typo in SCRAM-SHA-1 auth failure message.A. Jesse Jiryu Davis2014-11-061-1/+1
* SERVER-15198: Make scramIterationCount user configurableAmalia Hawkins2014-10-151-1/+5
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* Revert "SERVER-15198 Make scramIterationCount user configurable"Amalia Hawkins2014-10-101-5/+1
* SERVER-15198 Make scramIterationCount user configurableAmalia Hawkins2014-10-101-1/+5
* SERVER-15236 Using SCRAM-SHA-1 for keyfile authenticationAndreas Nilsson2014-10-101-4/+4
* SERVER-15178 Native SHA-1 and HMAC algorithm supportAndreas Nilsson2014-10-031-19/+5
* SERVER-7596 Make SCRAM mechanism code independent db/Andreas Nilsson2014-09-221-1/+1
* SERVER-7596 Removed trailing whitespacesAndreas Nilsson2014-09-171-41/+41
* SERVER-15179 Auth upgrade from MONGODB-CR -> SCRAM-SHA-1Andreas Nilsson2014-09-171-1/+11
* SERVER-7596 Native SCRAM-SHA-1 client/shell implementationAndreas Nilsson2014-09-101-18/+23
* SERVER-7596 Fixed error numberAndreas2014-08-281-1/+1
* SERVER-7596 Native SCRAM-SHA-1 server side supportAndreas2014-08-281-0/+304