summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_scram_server_conversation.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44857 Allow SCRAM conversation to avoid empty exchangeSara Golemon2020-01-161-0/+5
* SERVER-41246 Thread ServiceContext through SaslMechanismFactoryJonathan Reams2019-09-101-0/+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-37834 Implement RFC 4514 X509 DN parserJonathan Reams2018-12-171-1/+1
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-1/+1
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-071-2/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-35566 Proxy Cyrus/LDAP selection at runtime.Sara Golemon2018-06-141-1/+1
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-0/+3
* SERVER-32966: Add SASL server mechanism registrySpencer Jackson2018-03-091-93/+37
* SERVER-32968 Make SCRAM-SHA-1 mechanism ignore optional extensionsSara Golemon2018-02-241-2/+2
* SERVER-32973 Enable SCRAM-SHA-256 authenticationSara Golemon2018-02-101-0/+15
* SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256Sara Golemon2018-02-011-4/+37
* SERVER-32834 Refactor SaslSCRAMSHA1ServerConversation to be block independentSara Golemon2018-01-251-0/+114