summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31389: Make an ActionType for manipulating authentication restrictionsSpencer Jackson2017-10-092-0/+2
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-064-8/+6
* SERVER-31289 Add test only $listLocalCursorsJason Carey2017-10-032-0/+3
* SERVER-29138: Extend aggregation access control checks to handle $changeStrea...Katherine Walker2017-10-022-0/+2
* SERVER-31248: Use of UUID in command requires privilegeSpencer Jackson2017-09-295-1/+51
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-293-12/+20
* SERVER-31116 localhost bypass for sessionsJason Carey2017-09-272-0/+7
* SERVER-27600: Add queryable backup builtin roleSpencer Jackson2017-09-262-3/+25
* SERVER-29136 Plumb update document key through to op logNathan Myers2017-09-251-1/+1
* Revert "Revert "SERVER-21677 Remove "diaglog" support from the server""Dan Pasette2017-09-212-2/+0
* Revert "SERVER-21677 Remove "diaglog" support from the server"Ian Whalen2017-09-212-0/+2
* SERVER-21677 Remove "diaglog" support from the serverDan Pasette2017-09-202-2/+0
* SERVER-30705 Add $v field for update semantics in oplog updates.Justin Seyster2017-09-141-0/+1
* SERVER-30929 Full Session match for GETMOREADAM David Alan Martin2017-09-061-3/+2
* SERVER-30821: Allow configurable use of secure memorySpencer Jackson2017-08-312-2/+4
* SERVER-28343 Session checks on GETMORE operationsADAM David Alan Martin2017-08-302-0/+63
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-3/+1
* SERVER-30568 Remove the startSession ActionTypesamantharitter2017-08-252-7/+0
* SERVER-29687 Don't include sock.h from options headerAndrew Morrow2017-08-231-0/+1
* SERVER-27899 Ensure users can getMore their own indexStats cursorsTess Avitabile2017-08-231-33/+5
* SERVER-29628 $listLocalSessions aggregation stageSara Golemon2017-08-233-2/+5
* SERVER-28338 KillSessions SupportJason Carey2017-08-174-0/+40
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30580 No more status locationsMathias Stearn2017-08-164-64/+40
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-1112-199/+37
* SERVER-29915: Respect "y" in gs2-cbind-flag in SCRAMSpencer Jackson2017-08-032-2/+73
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-022-0/+20
* SERVER-30435: Log username which failed to meet authenticationRestrictionSpencer Jackson2017-07-311-2/+2
* SERVER-29182: Add restriction support to the usersInfo commandSpencer Jackson2017-07-314-7/+31
* SERVER-30434: Process authenticationRestrictions in FCV 3.4Spencer Jackson2017-07-316-127/+10
* SERVER-30398 setFeatureCompatibilityVersion shouldn't disable custom rolesSara Golemon2017-07-301-0/+6
* SERVER-30209 Remove `AddressRestriction<T>::parse`ADAM David Alan Martin2017-07-271-24/+0
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-271-1/+1
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-263-17/+32
* Revert "SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNS"Kaloian Manassiev2017-07-261-1/+1
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-261-1/+1
* SERVER-29183 Fix typo: indirect/inheritedSara Golemon2017-07-261-4/+4
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-252-2/+2
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-256-308/+151
* SERVER-29371 Move auth privilege.h/.cpp into own library for use in aggJames Wahlin2017-07-257-23/+38
* SERVER-29180 Add restriction support to the createRoleSara Golemon2017-07-244-0/+65
* SERVER-29183 Add restriction support to rolesInfoSara Golemon2017-07-2410-134/+310
* SERVER-29184 Update RoleGraph to propagate restrictions via subordinatesSara Golemon2017-07-233-21/+85
* SERVER-29179 Extend the role document parser to parse authenticationRestrictionsSara Golemon2017-07-234-10/+201
* SERVER-30221 Refactor Restriction/RestrictionSet to allow serialization to BSONSara Golemon2017-07-238-79/+185
* SERVER-29177: Add restriction support to createUserSpencer Jackson2017-07-218-0/+134
* SERVER-28334 startSession commandGabriel Russell2017-07-172-0/+9
* Revert "SERVER-28334 startSession command"Gabriel Russell2017-07-172-9/+0
* SERVER-28334 startSession commandGabriel Russell2017-07-172-0/+9
* SERVER-30113: Add auth restriction unittests to AuthorizationSessionSpencer Jackson2017-07-141-0/+85