summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-271-1/+1
* SERVER-67891 SERVER-69465 SERVER-68249 SERVER-69069 Sharded data distribution...Silvia Surroca2022-10-132-1/+5
* SERVER-68207 Give clusterMonitor explicit permissions to config.system.sessionsSara Golemon2022-08-221-0/+5
* SERVER-66651 restore builtin role needs applyOps permissionsSara Golemon2022-07-251-0/+2
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-1/+1
* SERVER-61802: Create changeStreamOptions cluster server parameterVarun Ravichandran2022-04-122-4/+0
* SERVER-65088: Create privilegeless directShardOperations built-in roleVarun Ravichandran2022-04-112-0/+7
* SERVER-62261: Implement getClusterParameter command on mongod and mongosVarun Ravichandran2022-04-012-1/+3
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-292-2/+4
* SERVER-63047 Make delete batches fully transactionalJosef Ahmad2022-03-241-0/+2
* SERVER-62785 Write change stream pre-images in the main storage engine transa...Mindaugas Malinauskas2022-03-231-4/+16
* SERVER-62265 Add setClusterParameter command to mongosMarcos Jose Grillo Ramirez2022-03-182-1/+3
* SERVER-63968 Prohibit ennumeration of builtin roles on $external databaseSara Golemon2022-02-271-4/+14
* SERVER-57369 Disable concurrent authenticationSara Golemon2022-02-242-273/+105
* SERVER-63451 Add setUserWriteBlockModeCommandGabriel Marks2022-02-162-7/+12
* SERVER-63199 Add new compact skeleton for mongodErwin Pe2022-02-112-1/+5
* SERVER-63174 Add AuthorizationSession::mayBypassWriteBlockingMode()Gabriel Marks2022-02-108-30/+130
* SERVER-63236 Add AuthorizationManager::invalidateUsersByTenant()Sara Golemon2022-02-084-0/+19
* SERVER-63025 Unify security token placeholder implementationsSara Golemon2022-01-292-15/+46
* SERVER-62406 Introduce ActionType::useTenant for multitenancy overrideSara Golemon2022-01-263-0/+7
* SERVER-62441 Define a new type mongo::TenantId for tenant idSophia Tan2022-01-2010-45/+54
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-181-9/+11
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-11/+9
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-141-9/+11
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-2/+2
* SERVER-58692: Introduce cluster-wide pre-image expiration parameter.Rishab Joshi2022-01-122-1/+5
* SERVER-62477 Cleanup the interface and comments of ReadThroughCacheKaloian Manassiev2022-01-121-4/+6
* SERVER-61891 Add document key to insert log entryRui Liu2022-01-111-1/+1
* SERVER-46399 remove SCRAM-SHA-1 as a default internal auth mechAdam Rayner2021-12-312-10/+2
* SERVER-59813 Simplify ServerParameter construction and add formal readonly pa...Sara Golemon2021-12-302-7/+1
* SERVER-61617 Restrict actionType/matchType combinations on serverlessSara Golemon2021-12-293-25/+232
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-1/+4
* SERVER-60241 Grant access to the pre-images collection for root user.Rishab Joshi2021-12-162-0/+9
* SERVER-62046 Remove emptycapped action type from builtin readWriteRoleActionsSara Golemon2021-12-151-1/+0
* SERVER-61955 Make dbCheck a generally available commandJosef Ahmad2021-12-153-1/+9
* SERVER-61931 add additional privileges on system_buckets collections for clus...Rushan Chen2021-12-132-1/+28
* SERVER-61615 Parse authenticated user from security token and add to authoriz...Sara Golemon2021-12-077-9/+143
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-022-10/+10
* SERVER-60694 fix xcode 12.4 builder dyld limit startup issueBenety Goh2021-11-261-1/+0
* SERVER-61614 Add TenantID to AuthNameSara Golemon2021-11-2510-212/+344
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-221-0/+9
* SERVER-61110 Fixing locking in AuthorizationContract::containsAdam Rayner2021-11-221-1/+6
* SERVER-61190 Rename numberOfPreImagesToWrite to numberOfPrePostImagesToWriteCheahuychou Mao2021-11-201-2/+2
* SERVER-61455 Unify UserName and RoleName into AuthNameSara Golemon2021-11-198-683/+509
* SERVER-61611 OpObserver::aboutToDelete() accepts UUIDBenety Goh2021-11-193-5/+8
* SERVER-61570 Rename supportMultitenancy to multitenancySupportSara Golemon2021-11-181-4/+4
* SERVER-61038 invalidate system user after runtime change to clusterIpSourceAl...sergey.galtsev2021-11-164-9/+25
* SERVER-61386 Rename acceptOpMsgSecurityToken to supportMultitenancySara Golemon2021-11-103-16/+6
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-11-099-2/+254
* SERVER-60690: Refactor OplogUpdateEntryArgs to use retryable FAM enum.Daniel Gottlieb2021-11-021-3/+3