summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32646 CommandHelpersBilly Donahue2018-01-162-5/+5
* SERVER-31983 Create setFeatureCompatibilityVersion ActionTypeMaria van Keulen2017-12-272-8/+3
* SERVER-32410 Validate User::CredentialData during authSara Golemon2017-12-213-1/+20
* SERVER-32231 Remove MONGODB-CRSara Golemon2017-12-196-71/+21
* SERVER-32279 Remove support for authenticating via MONGODB-CRSara Golemon2017-12-186-111/+2
* SERVER-32277 Remove MONGODB-CR -> SCRAM-SHA-1 upgradeSara Golemon2017-12-182-52/+0
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-142-22/+7
* SERVER-32258 Remove V1UserDocumentParserSara Golemon2017-12-133-321/+0
* SERVER-32278 Update auth unit tests to use SCRAM-SHA-1Sara Golemon2017-12-124-146/+95
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-061-6/+6
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-1/+1
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-1/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-1/+1
* SERVER-30491 Remove CRAM-MD5Sara Golemon2017-12-014-10/+247
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-304-21/+45
* SERVER-31810: Make applyOps require privileges for UUIDsSpencer Jackson2017-11-152-0/+7
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-2/+4
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-253-4/+4
* SERVER-31382: Add convertToCapped to restore roleSpencer Jackson2017-10-241-2/+2
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-31571 add advanceClusterTime action typeMisha Tyulenev2017-10-191-1/+1
* 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