summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session_for_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-241-1/+2
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-141-2/+1
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-131-1/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-28/+3
* SERVER-63174 Add AuthorizationSession::mayBypassWriteBlockingMode()Gabriel Marks2022-02-101-1/+1
* SERVER-56444 Grant read/write access on time-series buckets collections to ad...Mark Benvenuto2021-06-101-0/+13
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-4/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-08-011-9/+8
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-311-8/+9
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-311-9/+8
* SERVER-27420 explicitly parse first pipeline element in checkAuthForAggregate()Kyle Suarez2017-01-031-0/+82