summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_manager_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan2020-02-271-9/+1
* SERVER-44978 Move the "cache generation" to AuthorizationManagerImplKaloian Manassiev2020-02-271-3/+11
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-151-14/+39
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-15/+28
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-171-8/+8
* Revert "SERVER-43721 Rename DistCache to ReadThroughCache"Gabriel Russell2020-01-161-8/+8
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-161-8/+8
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-416/+198
* SERVER-44922 Prevent User acquisition from incrementing cache generationSpencer Jackson2019-12-271-1/+0
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-071-1/+9
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-10/+10
* SERVER-42652 Fix issue with rename collectionAdam Cooper2019-08-191-2/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-40529 Refresh pinned users in background threadJonathan Reams2019-05-281-175/+136
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-15/+13
* SERVER-38556 Handle transaction events in RoleGraph updateSpencer Jackson2019-03-281-83/+41
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-40296 Allow returning invalid users from authorization managerJonathan Reams2019-03-261-1/+0
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-02-141-0/+19
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38930 Switch new custom SCPs to use cpp_class methodSara Golemon2019-01-121-7/+7
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-1/+1
* SERVER-38533 Convert src/mongo/db/auth/authorization_manager_impl.cpp to IDLBilly Donahue2018-12-131-14/+25