summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-54524 Extend Authorization Session to record all access checks and pri...Mark Benvenuto2021-03-221-7/+9
* SERVER-54964 Require valid client for all audit eventsBen Caimano2021-03-181-1/+5
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-1/+0
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-76/+3
* SERVER-54077 Introduce ForwardableOperationMetadata class for DDL operationsTommaso Tocci2021-02-011-2/+2
* SERVER-52555 Convert listIndexes command implementation to inherit from IDL-g...Shreyas Kalyan2021-01-291-0/+4
* SERVER-52548 Convert create command to TypedCommandSara Golemon2021-01-211-3/+2
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-2/+2
* SERVER-49077 IDLify UMC Mutation commandsSara Golemon2020-07-021-5/+1
* SERVER-47687 Remove extra aggregation request parsing in PipelineCommandEric Cox2020-04-251-3/+3
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-071-2/+1
* SERVER-20558 Use unambiguous name in JS scope identifierSara Golemon2019-08-291-4/+0
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-1/+2
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-6/+13
* 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-9/+12
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-6/+2
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-0/+1
* SERVER-8240 Convert std::string parameters in auth module to StringData, as a...Kashish Garg2018-06-081-1/+1
* SERVER-32942: Let users listcollections their own collectionsSpencer Jackson2018-05-161-1/+8
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-95/+103
* SERVER-34653 Add 'AuthorizationSession::isAuthenticated()'Billy Donahue2018-05-021-0/+3
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-301-1/+1
* SERVER-31248: Use of UUID in command requires privilegeSpencer Jackson2017-09-291-0/+4
* SERVER-31116 localhost bypass for sessionsJason Carey2017-09-271-0/+3
* SERVER-28343 Session checks on GETMORE operationsADAM David Alan Martin2017-08-301-0/+6
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-0/+21
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-4/+1
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-0/+4
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-14/+0
* SERVER-29371 Check auth for nested $lookup pipelinesJames Wahlin2017-06-301-5/+12
* SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-161-6/+6
* SERVER-28190 Add internal tracking ids to userssamantharitter2017-05-051-1/+4
* SERVER-26577 Fix permissions for listCollections getMore.Justin Seyster2017-04-281-0/+4
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-0/+5
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-5/+0
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-0/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
* SERVER-27420 explicitly parse first pipeline element in checkAuthForAggregate()Kyle Suarez2017-01-031-10/+13
* SERVER-27194 must specify both viewOn and pipeline if modifying view when aut...Kyle Suarez2016-12-061-7/+0
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-261-3/+8
* SERVER-25738 authz for views for sharded create/collModKyle Suarez2016-08-251-0/+26
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-7/+7
* SERVER-17856: Allow mongod users to currentOp and killOp own operationsSpencer Jackson2016-07-291-0/+7
* SERVER-23503 Expand localhost exception to include role creationSpencer Jackson2016-04-221-0/+8
* SERVER-19940 extended auth checking for find and getMore commands to allow us...Benety Goh2015-09-041-4/+4
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-221/+220