summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_scram_server_conversation.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-011-2/+3
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-161-6/+19
* SERVER-51457: Improve log line for failed speculative auth attemptsVarun Ravichandran2020-12-091-1/+1
* SERVER-48351 Clean up additional logv2 linesSara Golemon2020-05-281-2/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44857 Allow SCRAM conversation to avoid empty exchangeSara Golemon2020-01-161-6/+20
* SERVER-45057 make base64 encode/decode 22x/15x fasterBilly Donahue2019-12-181-2/+2
* SERVER-43853 Clarify SCRAM authentication error messagesSara Golemon2019-10-241-4/+8
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-5/+1
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-1/+5
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-5/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+5
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+0
* 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-13/+16
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-6/+7
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-071-9/+27
* 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/+4
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-311-4/+6
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-311-6/+4
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-9/+4
* SERVER-34626: Remove SCRAM-SHA-1 specific auth checks from SCRAM-SHA-256Spencer Jackson2018-05-041-1/+2
* SERVER-34446: Remove normalization of SCRAM-SHA-256 prinicpal namesSpencer Jackson2018-04-131-6/+0
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-0/+3
* SERVER-32966: Add SASL server mechanism registrySpencer Jackson2018-03-091-38/+62
* SERVER-32968 Make SCRAM-SHA-1 mechanism ignore optional extensionsSara Golemon2018-02-241-103/+140
* SERVER-32973 Enable SCRAM-SHA-256 authenticationSara Golemon2018-02-101-0/+6
* SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256Sara Golemon2018-02-011-14/+14
* SERVER-32834 Refactor SaslSCRAMSHA1ServerConversation to be block independentSara Golemon2018-01-251-0/+289