summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_plain_server_conversation.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37565 Unlock memory held during SCRAM authenticationPatrick Freed2019-01-221-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-9/+11
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Henrik Edin2018-09-131-8/+3
* SERVER-32966: Add SASL server mechanism registrySpencer Jackson2018-03-091-23/+38
* SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256Sara Golemon2018-02-011-18/+43
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-251-3/+3
* SERVER-32231 Remove MONGODB-CRSara Golemon2017-12-191-21/+12
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-30821: Allow configurable use of secure memorySpencer Jackson2017-08-311-2/+2
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-6/+5
* SERVER-28997: Limit SCRAM-SHA-1 cache's use of Secure MemorySpencer Jackson2017-05-161-2/+2
* SERVER-28190 Add internal tracking ids to userssamantharitter2017-05-051-5/+6
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-021-11/+8
* SERVER-24821 Use authcid instead of authzid in SASL PLAIN mechanismSpencer Jackson2016-07-071-8/+43
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-58/+55
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-15298 Support PLAIN for schemaVersion28SCRAMAndreas Nilsson2014-10-101-3/+25
* SERVER-7596 Removed trailing whitespacesAndreas Nilsson2014-09-171-6/+6
* SERVER-7596 Native SCRAM-SHA-1 client/shell implementationAndreas Nilsson2014-09-101-1/+1
* SERVER-7596 Native SCRAM-SHA-1 server side supportAndreas2014-08-281-0/+86