summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-157-101/+476
* SERVER-67081 Use DatabaseName instead of StringData in AuthzManagerExeternalSara Golemon2022-06-1311-19/+29
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-1/+1
* SERVER-65458 Parse and validate tenantId at the start of command processingSophia Tan2022-06-082-11/+10
* SERVER-60440 Upgrade boost to 1.79.0Andrew Morrow2022-05-261-0/+1
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-7/+7
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-2415-756/+284
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0614-14/+42
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-1/+1
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-292-2/+2
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-222-7/+14
* 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