summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_manager_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-2/+2
* SERVER-75426 Revert changes to LOG_DEBUG lines in SERVER-74485mathisbessamdb2023-03-301-1/+1
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-1/+1
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-7/+7
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-15/+19
* SERVER-71421 Remove pinnedUsersSara Golemon2023-01-241-241/+2
* SERVER-71195: Refresh JWKSets periodically and add key management commandsVarun Ravichandran2023-01-231-1/+7
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-241-41/+45
* SERVER-70415 Attach tenantId to dbStats during initial syncjannaerin2022-11-151-0/+33
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-141-29/+44
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-131-44/+29
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-7/+10
* 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-4/+11
* SERVER-67081 Use DatabaseName instead of StringData in AuthzManagerExeternalSara Golemon2022-06-131-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63236 Add AuthorizationManager::invalidateUsersByTenant()Sara Golemon2022-02-081-0/+9
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-2/+2
* SERVER-62477 Cleanup the interface and comments of ReadThroughCacheKaloian Manassiev2022-01-121-4/+6
* SERVER-61038 invalidate system user after runtime change to clusterIpSourceAl...sergey.galtsev2021-11-161-7/+5
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-11-091-0/+39
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-011-18/+50
* SERVER-60333 Refactor UserName and RoleNameSara Golemon2021-10-181-2/+2
* Revert "SERVER-59148: Periodically refresh LDAP users in authorization user c...Varun Ravichandran2021-10-041-33/+0
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-10-011-0/+33
* SERVER-58848 Using UserAcquisitionStats in place of UserCacheAcquisitionStats...aldo-aguilar2021-08-201-3/+5
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-5/+5
* SERVER-46412: Track, log, and profile user cache acquisition stats in CurOpVarun Ravichandran2021-04-301-0/+12
* SERVER-55172 Add and use a fail point to wait for user cache invalidationBen Caimano2021-03-221-3/+46
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-3/+1
* SERVER-51864 IDLify usersInfo and rolesInfo commandsSara Golemon2020-11-091-2/+11
* SERVER-48594 Add concurrency workload using slow user acquisitionSara Golemon2020-09-141-0/+16
* SERVER-50292 Refactor user acuisition via externalStateSara Golemon2020-09-021-54/+12
* SERVER-50204 Refactor role acquisition using resolveRolesSara Golemon2020-08-241-7/+4
* SERVER-50187 Use AuthzManagerExternalState::roleExists() to simplify role checksSara Golemon2020-08-201-0/+5
* SERVER-50050 Fix non-ssl buildMark Benvenuto2020-08-101-0/+2
* SERVER-49976 Cleanup database cache on shard removalTommaso Tocci2020-08-041-1/+1
* SERVER-49190 Expose a function to iterate over all the entries in the ReadThr...Randolph Tan2020-07-271-1/+1
* Revert "SERVER-49190 Expose a function to iterate over all the entries in the...Henrik Edin2020-07-271-1/+1
* SERVER-49190 Expose a function to iterate over all the entries in the ReadThr...Randolph Tan2020-07-271-1/+1
* SERVER-49189 pass current cachedValue (and time, if causally consistent) to R...Kevin Pulo2020-07-231-10/+14
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-0/+1
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-1/+1
* SERVER-46154 Pull the InProgressLookup outside of ReadThroughCacheKaloian Manassiev2020-05-171-6/+7
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-071-6/+17
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46525 Review and convert LogV2 statements in AuthZNMark Benvenuto2020-03-061-17/+13
* SERVER-44978 Make the ReadThroughCache lookup asynchronousKaloian Manassiev2020-03-031-7/+7
* SERVER-46498 Store connection specified roles in authorization cache keySpencer Jackson2020-03-031-9/+53