summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75289: Uncomment AuthorizationSession security token unit testVarun Ravichandran2023-04-291-10/+4
* SERVER-69653 Add auth privilege requirements to the analyzeShardKey and confi...Israel Hsu2023-04-041-3/+10
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-17/+8
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-1/+1
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-38/+49
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-241-77/+87
* SERVER-70701: Allow AuthorizationSession to enforce expiration timesVarun Ravichandran2022-12-161-101/+280
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-141-78/+51
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-131-51/+78
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-28/+16
* SERVER-57369 Disable concurrent authenticationSara Golemon2022-02-241-243/+76
* SERVER-63174 Add AuthorizationSession::mayBypassWriteBlockingMode()Gabriel Marks2022-02-101-0/+62
* SERVER-56444 Grant read/write access on time-series buckets collections to ad...Mark Benvenuto2021-06-101-0/+251
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-1/+1
* SERVER-55908 Remove feature flag featureFlagAuthorizationContractMark Benvenuto2021-05-121-1/+0
* SERVER-55787 Better expose getaddrinfo errors in SockAddrBen Caimano2021-04-231-8/+8
* SERVER-55801 Fix Authorization Contract state tracking during setFCVMark Benvenuto2021-04-071-0/+4
* SERVER-54524 Extend Authorization Session to record all access checks and pri...Mark Benvenuto2021-03-221-0/+31
* SERVER-54964 Require valid client for all audit eventsBen Caimano2021-03-181-18/+23
* SERVER-54501 Write AuthorizationContract classMark Benvenuto2021-02-261-49/+49
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-65/+67
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-34/+34
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-71/+101
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-1/+0
* SERVER-47687 Remove extra aggregation request parsing in PipelineCommandEric Cox2020-04-251-132/+139
* SERVER-44978 Make the ReadThroughCache lookup asynchronousKaloian Manassiev2020-03-031-6/+5
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-151-2/+1
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-37/+22
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-75/+28
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-7/+8
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-2/+2
* 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-79/+126
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-1/+1
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-3/+3
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-281-3/+3
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-281-3/+3
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-37/+0
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-4/+4
* SERVER-32942: Let users listcollections their own collectionsSpencer Jackson2018-05-161-9/+64
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-4/+8
* SERVER-33305 Expand scramsha1 tests to include SHA256Sara Golemon2018-02-241-2/+8
* SERVER-33012 Create scramSHA256IterationCount setParameterSara Golemon2018-02-011-1/+1
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-251-1/+1
* SERVER-32460: Remove FCV 3.6 from authentication restrictionsSpencer Jackson2018-01-191-3/+0
* SERVER-32278 Update auth unit tests to use SCRAM-SHA-1Sara Golemon2017-12-121-40/+26
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1