summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-75/+28
* 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
* SERVER-26577 Fix permissions for listCollections getMore.Justin Seyster2017-04-281-0/+30
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-0/+156
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-31/+31
* SERVER-27420 explicitly parse first pipeline element in checkAuthForAggregate()Kyle Suarez2017-01-031-5/+239
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-24/+46
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-281-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-397/+452
* SERVER-18478 Clean up AuthzManagerExternalStateDaniel Alabi2015-05-211-11/+0
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-11/+9
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-061-1/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-11/+25
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-16/+19
* SERVER-14089 Remove support for schemaVersion24 users.Andy Schwerin2014-05-291-111/+0
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-125/+119
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-119/+125
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-9516 User objects must be immutable after first returned from AuthMana...Andy Schwerin2013-11-131-3/+0