summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-1/+1
* SERVER-31248: Use of UUID in command requires privilegeSpencer Jackson2017-09-291-0/+29
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30434: Process authenticationRestrictions in FCV 3.4Spencer Jackson2017-07-311-76/+0
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-41/+80
* SERVER-29177: Add restriction support to createUserSpencer Jackson2017-07-211-0/+79
* SERVER-30113: Add auth restriction unittests to AuthorizationSessionSpencer Jackson2017-07-141-0/+85
* SERVER-29175: Add restriction support to AuthorizationSessionSpencer Jackson2017-07-111-54/+77
* SERVER-29371 Check auth for nested $lookup pipelinesJames Wahlin2017-06-301-4/+71
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-7/+15
* SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-161-37/+110
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-0/+31