summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session.cpp
AgeCommit message (Expand)Author
2024-03-27SERVER-88018 Use atomic_load to access _isImpersonating to prevent data race ...adriangzz
2024-01-12SERVER-78673 Remove shims from Authorization Manager subsystemShreyas Kalyan
2024-01-10Revert "SERVER-78673 Remove shims from Authorization Manager subsystem"Sviatlana Zuiko
2024-01-10SERVER-78673 Remove shims from Authorization Manager subsystemShreyas Kalyan
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2022-05-24SERVER-66360 Remove multi-user authentication supportSara Golemon
2021-01-07SERVER-51649 Convert aggregate command input to IDLRuoxin Xu
2020-05-28SERVER-48351 Clean up additional logv2 linesSara Golemon
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2019-11-07SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-10-12SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev
2018-05-11SERVER-33008 Slice Authorization frameworkADAM David Alan Martin
2018-05-02SERVER-34653 Add 'AuthorizationSession::isAuthenticated()'Billy Donahue
2017-11-30SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon
2017-09-29SERVER-31248: Use of UUID in command requires privilegeSpencer Jackson
2017-09-27SERVER-31116 localhost bypass for sessionsJason Carey
2017-09-06SERVER-30929 Full Session match for GETMOREADAM David Alan Martin
2017-08-30SERVER-28343 Session checks on GETMORE operationsADAM David Alan Martin
2017-08-23SERVER-27899 Ensure users can getMore their own indexStats cursorsTess Avitabile
2017-08-23SERVER-29628 $listLocalSessions aggregation stageSara Golemon
2017-08-17SERVER-28338 KillSessions SupportJason Carey
2017-08-11SERVER-30566: Unwind SERVER-28190Spencer Jackson
2017-08-02SERVER-29201 Implement SessionsCollectionStandalonesamantharitter
2017-07-31SERVER-30435: Log username which failed to meet authenticationRestrictionSpencer Jackson
2017-07-25SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin
2017-07-21SERVER-29177: Add restriction support to createUserSpencer Jackson
2017-07-11SERVER-29175: Add restriction support to AuthorizationSessionSpencer Jackson
2017-07-07SERVER-19318 Add getMore authentication for collectionless aggregation namesp...Bernard Gorman
2017-06-30SERVER-29371 Check auth for nested $lookup pipelinesJames Wahlin
2017-06-16SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman
2017-05-26SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman
2017-05-05SERVER-28190 Add internal tracking ids to userssamantharitter
2017-04-28SERVER-26577 Fix permissions for listCollections getMore.Justin Seyster
2017-03-22SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile
2017-03-21Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile
2017-03-17SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile
2017-03-07SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen
2017-01-03SERVER-27420 explicitly parse first pipeline element in checkAuthForAggregate()Kyle Suarez
2016-12-27SERVER-26734 indexStats action is not sufficient for $indexStatsJames Wahlin
2016-12-06SERVER-27194 must specify both viewOn and pipeline if modifying view when aut...Kyle Suarez
2016-11-14SERVER-26839: Improve readWriteDatabase role coverageSpencer Jackson
2016-09-26SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson
2016-09-02SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert
2016-08-25SERVER-25738 authz for views for sharded create/collModKyle Suarez
2016-08-19SERVER-25505 Improve LDAP authz bootstrap role creation error messageAndreas Nilsson
2016-08-08SERVER-25488 merge ClientBasic and ClientKyle Suarez