summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_mechanism_registry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-241-0/+7
* SERVER-70701: Allow AuthorizationSession to enforce expiration timesVarun Ravichandran2022-12-161-0/+9
* SERVER-67886: Log metrics around authentication protocolsAdam Rayner2022-12-081-0/+5
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-141-4/+0
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-131-0/+4
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-011-2/+3
* SERVER-60333 Refactor UserName and RoleNameSara Golemon2021-10-181-1/+1
* SERVER-53604 Convey both id and full arn to authenticate audit eventsBen Caimano2021-03-051-0/+7
* SERVER-52863 Instantiate AuthenticationSession during SASL mechanism negotiationBen Caimano2021-02-091-11/+1
* SERVER-54218 Update authentication counter patterns of useBen Caimano2021-02-031-4/+3
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-201-0/+9
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-191-9/+0
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-181-0/+9
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-171-9/+0
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-141-0/+9
* SERVER-47429 Validate authenticationMechanisms server parameterMark Benvenuto2020-04-201-0/+3
* SERVER-44857 Allow SCRAM conversation to avoid empty exchangeSara Golemon2020-01-161-0/+8
* SERVER-41246 Thread ServiceContext through SaslMechanismFactoryJonathan Reams2019-09-101-2/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37527 Fix lifecycle management and clarify isDone->isSuccessSara Golemon2018-11-291-9/+7
* SERVER-32978 Implement proper strict weak orderingMark Benvenuto2018-11-141-1/+1
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-14/+62
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-0/+15
* SERVER-35566 Proxy Cyrus/LDAP selection at runtime.Sara Golemon2018-06-141-3/+2
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-0/+1
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-32966: Add SASL server mechanism registrySpencer Jackson2018-03-091-0/+336