summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49077 IDLify UMC Mutation commandsSara Golemon2020-07-021-5/+4
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-1/+1
* SERVER-48351 Clean up additional logv2 linesSara Golemon2020-05-281-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47687 Remove extra aggregation request parsing in PipelineCommandEric Cox2020-04-251-16/+12
* SERVER-46525 Review and convert LogV2 statements in AuthZNMark Benvenuto2020-03-061-24/+24
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-21/+38
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-3/+4
* SERVER-40560 Make local.replset.* collections non-normal resourcesSpencer Jackson2020-01-271-3/+16
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-2/+3
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-071-3/+8
* SERVER-20558 Use unambiguous name in JS scope identifierSara Golemon2019-08-291-11/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-13/+8
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-7/+25
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-02-141-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-49/+38
* SERVER-39056 Further refine readWriteAnyDatabaseShreyas Kalyan2019-02-041-1/+3
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-2/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-3/+3
* SERVER-36829: Let users kill their own cursorsSpencer Jackson2018-11-211-40/+14
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-30/+10
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-08-011-71/+28
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-311-28/+71
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-311-71/+28
* SERVER-8240 Convert std::string parameters in auth module to StringData, as a...Kashish Garg2018-06-081-2/+2
* SERVER-32942: Let users listcollections their own collectionsSpencer Jackson2018-05-161-3/+74
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-0/+1063