summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_mechanism_registry_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-2/+3
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-241-1/+2
* SERVER-67886: Log metrics around authentication protocolsAdam Rayner2022-12-081-0/+8
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-141-2/+1
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-131-1/+2
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-011-2/+2
* SERVER-54218 Update authentication counter patterns of useBen Caimano2021-02-031-4/+1
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-151-2/+2
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-2/+1
* SERVER-41246 Thread ServiceContext through SaslMechanismFactoryJonathan Reams2019-09-101-3/+12
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-73/+106
* 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-8/+5
* SERVER-35566 Proxy Cyrus/LDAP selection at runtime.Sara Golemon2018-06-141-6/+4
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-2/+4
* SERVER-34421: isMaster saslSupportedMechs shouldn't error on UserNotFoundSpencer Jackson2018-04-241-6/+6
* SERVER-34446: Remove normalization of SCRAM-SHA-256 prinicpal namesSpencer Jackson2018-04-131-52/+0
* SERVER-32966: Add SASL server mechanism registrySpencer Jackson2018-03-091-0/+350