summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_manager_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40529 Refresh pinned users in background threadJonathan Reams2019-05-281-35/+9
* SERVER-38556 Handle transaction events in RoleGraph updateSpencer Jackson2019-03-281-1/+31
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+0
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-02-141-0/+3
* 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/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-2/+2
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-1/+0
* SERVER-38533 Convert src/mongo/db/auth/authorization_manager_impl.cpp to IDLBilly Donahue2018-12-131-0/+10
* SERVER-37352 Replace AuthorizationManager's _privilegeDocsExist with an atomicPatrick Freed2018-10-241-4/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-12/+25
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-281-25/+12
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-281-12/+25
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-08-011-7/+10
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-311-10/+7
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-311-7/+10
* SERVER-8240 Convert std::string parameters in auth module to StringData, as a...Kashish Garg2018-06-081-2/+2
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-0/+246