summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_user_management_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-101-1/+1
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-4/+5
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-291-4/+4
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-65777 Fix ns emitted for UMC commandsSara Golemon2022-05-161-1/+12
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61701 Pass OperationContext to checkAuthForTypedCommand instead of ClientSara Golemon2021-11-221-3/+3
* SERVER-56456 Add reply types to UMC commands and simplify templatesSara Golemon2021-04-291-31/+25
* SERVER-52708 Make tenant migration donor take certificate as string in donorS...Cheahuychou Mao2021-01-051-4/+4
* SERVER-51866 IDLify MergeAuthzCollections commandSara Golemon2020-11-101-47/+3
* SERVER-51865 IDLify user cache commandsSara Golemon2020-11-101-25/+23
* SERVER-51864 IDLify usersInfo and rolesInfo commandsSara Golemon2020-11-091-64/+50
* SERVER-49077 IDLify UMC Mutation commandsSara Golemon2020-07-021-596/+142
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-44978 Move the "cache generation" to AuthorizationManagerImplKaloian Manassiev2020-02-271-1/+1
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-17/+40
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-39/+13
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-13/+13
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-281-13/+13
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-281-13/+13
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-241-1/+1
* SERVER-36606: Allow commands to expose names of sensitive fieldsSpencer Jackson2018-09-171-4/+4
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-12/+8
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-18/+18
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-18/+18
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-3/+1
* SERVER-32958 small changes to remaining Command member signatures.Billy Donahue2018-02-011-2/+2
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-56/+36
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-36/+56
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-56/+36
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-43/+43
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-21/+81
* SERVER-32277 Remove MONGODB-CR -> SCRAM-SHA-1 upgradeSara Golemon2017-12-181-115/+0
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-19/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-38/+38
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-18/+18
* SERVER-29566 link cluster_commands_common.cpp into both mongos and mongodJessica Yu2017-06-151-1/+1
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-131-18/+18
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-19/+19
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-19/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-61/+61
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-291-6/+6
* Revert "SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRe...Dan Pasette2016-08-261-6/+6
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-261-6/+6
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-9/+9
* SERVER-18084 Add Grid::get(ServiceContext*) getterKaloian Manassiev2016-08-161-19/+21