summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48351 Clean up additional logv2 linesSara Golemon2020-05-281-2/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-071-1/+7
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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-26/+28
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-1010/+5
* SERVER-34653 Add 'AuthorizationSession::isAuthenticated()'Billy Donahue2018-05-021-9/+10
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-301-20/+42
* SERVER-31248: Use of UUID in command requires privilegeSpencer Jackson2017-09-291-0/+15
* SERVER-31116 localhost bypass for sessionsJason Carey2017-09-271-0/+4
* SERVER-30929 Full Session match for GETMOREADAM David Alan Martin2017-09-061-3/+2
* SERVER-28343 Session checks on GETMORE operationsADAM David Alan Martin2017-08-301-0/+57
* SERVER-27899 Ensure users can getMore their own indexStats cursorsTess Avitabile2017-08-231-33/+5
* SERVER-29628 $listLocalSessions aggregation stageSara Golemon2017-08-231-2/+2
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-0/+17
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-4/+2
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-0/+16
* SERVER-30435: Log username which failed to meet authenticationRestrictionSpencer Jackson2017-07-311-2/+2
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-253/+57
* SERVER-29177: Add restriction support to createUserSpencer Jackson2017-07-211-0/+9
* SERVER-29175: Add restriction support to AuthorizationSessionSpencer Jackson2017-07-111-7/+79
* SERVER-19318 Add getMore authentication for collectionless aggregation namesp...Bernard Gorman2017-07-071-4/+13
* SERVER-29371 Check auth for nested $lookup pipelinesJames Wahlin2017-06-301-60/+174
* SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-161-22/+39
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-7/+45
* SERVER-28190 Add internal tracking ids to userssamantharitter2017-05-051-2/+4
* SERVER-26577 Fix permissions for listCollections getMore.Justin Seyster2017-04-281-4/+13
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-0/+22
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-18/+0
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-0/+18
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-12/+13
* SERVER-27420 explicitly parse first pipeline element in checkAuthForAggregate()Kyle Suarez2017-01-031-14/+35
* SERVER-26734 indexStats action is not sufficient for $indexStatsJames Wahlin2016-12-271-3/+2
* SERVER-27194 must specify both viewOn and pipeline if modifying view when aut...Kyle Suarez2016-12-061-26/+41
* SERVER-26839: Improve readWriteDatabase role coverageSpencer Jackson2016-11-141-1/+6
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-261-17/+29
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-1/+2
* SERVER-25738 authz for views for sharded create/collModKyle Suarez2016-08-251-0/+150
* SERVER-25505 Improve LDAP authz bootstrap role creation error messageAndreas Nilsson2016-08-191-0/+3
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-17856: Allow mongod users to currentOp and killOp own operationsSpencer Jackson2016-07-291-0/+24
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+5
* SERVER-23503 Expand localhost exception to include role creationSpencer Jackson2016-04-221-0/+24
* SERVER-20364 Let find privilege -> killCursor privilegeAndreas Nilsson2015-09-161-4/+11
* SERVER-19940 extended auth checking for find and getMore commands to allow us...Benety Goh2015-09-041-2/+26
* SERVER-5811 implement the killCursors command for mongodDavid Storch2015-06-231-6/+6