summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_plain_server_conversation.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45057 make base64 encode/decode 22x/15x fasterBilly Donahue2019-12-181-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+3
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37565 Unlock memory held during SCRAM authenticationPatrick Freed2018-12-201-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-08-011-6/+5
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-311-5/+6
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-311-6/+5
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-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