summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-0/+27
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-061-3/+3
* Introduced required function declaration in headerKrishna2015-03-091-0/+3
* SERVER-16657 Auth check for ops on cursors owned by global cursor mgrJason Rassi2015-01-121-2/+8
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+2
* SERVER-12512: Add role-based, selective audit logging.Amalia Hawkins2014-07-211-11/+26
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-4/+5
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-27/+19
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-19/+27
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-221-0/+7
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-3/+3
* SERVER-12597 Remove dead authz codeAndreas Nilsson2014-02-041-3/+0
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-1/+21
* SERVER-11222 Refresh invalid users exactly once per command authorization checkSpencer T Brody2013-10-211-2/+10
* SERVER-6246 SERVER-9515 Implement proper authz checks for user and role manag...Spencer T Brody2013-10-101-0/+31
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-31/+39
* SERVER-10745 Eliminate AuthorizationSession::hasInternalAuthorization() method.Andy Schwerin2013-09-201-3/+0
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10596 Globalize formerly per-thread Pool of JS ScopesMathias Stearn2013-08-261-0/+4
* SERVER-9518 Cleanup authorization code and remove all uses of Principal and P...Spencer T Brody2013-08-191-35/+0
* SERVER-9518 Get UserName out of AuthorizationSession, not PrincipalNamesSpencer T Brody2013-08-191-2/+2
* SERVER-9518 Fix reference counting of user in authorization_session_testSpencer T Brody2013-08-121-0/+6
* SERVER-9518 Change authorization checking to happen off of new User data stru...Spencer T Brody2013-08-091-4/+5
* SERVER-9518 Maintain UserSet alongside PrincipalSet.Spencer T Brody2013-08-021-0/+6