summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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