summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/user_management_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75537 Handle direct operations against shardsAllison Easton2023-05-081-0/+6
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+7
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-7/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+7
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-2/+2
* SERVER-74996: Add tlsClusterAuthX509Override server parameter, rolling restar...Varun Ravichandran2023-04-071-1/+2
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-5/+7
* SERVER-74999 Determine cluster membership based on X.509 extensionSara Golemon2023-04-031-1/+1
* Revert "SERVER-74999 Determine cluster membership based on X.509 extension"auto-revert-processor2023-04-011-1/+1
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-7/+5
* SERVER-74999 Determine cluster membership based on X.509 extensionSara Golemon2023-03-311-1/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-5/+7
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-1/+1
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-7/+0
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-5/+6
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-7/+5
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-5/+7
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+7
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-9/+9
* SERVER-71910 shrink Session's SSL interfaceMatt Diener2023-02-101-2/+3
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-241-2/+3
* SERVER-71030 Modify CursorResponse to serialize/deserialize NamespaceString w...Hugh Tong2022-12-201-1/+2
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-141-3/+2
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-131-2/+3
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-1/+2
* SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...Sophia Tan2022-09-301-46/+10
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-291-34/+17
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-66586 Add multitenancy support to UMC commandsSara Golemon2022-07-071-216/+305
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-221-2/+5
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-1/+1
* SERVER-65777 Fix ns emitted for UMC commandsSara Golemon2022-05-161-1/+10
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-231-67/+33
* SERVER-62441 Define a new type mongo::TenantId for tenant idSophia Tan2022-01-201-2/+3
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-181-1/+2
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-2/+1
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-141-1/+2
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-1/+4
* SERVER-61615 Parse authenticated user from security token and add to authoriz...Sara Golemon2021-12-071-7/+18
* SERVER-61701 Pass OperationContext to checkAuthForTypedCommand instead of ClientSara Golemon2021-11-221-2/+2
* SERVER-60425: Cache users during exact-match usersInfo commandsVarun Ravichandran2021-10-191-34/+60
* SERVER-60333 Refactor UserName and RoleNameSara Golemon2021-10-181-21/+18
* SERVER-58893 more commands to skip api version checkAdi Zaimi2021-09-091-6/+25
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-3/+3
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+1
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-1/+1
* SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...Yoonsoo Kim2021-08-021-2/+1
* SERVER-56550 Require consistent API params in getMore and txnsA. Jesse Jiryu Davis2021-05-131-4/+2