summaryrefslogtreecommitdiff
path: root/jstests/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45472 Ensure RoleGraph can serialize authentication restrictions to BSONSpencer Jackson2020-01-151-0/+8
* SERVER-40435 A clearJumboChunk command to clear the jumbo flagRandolph Tan2020-01-071-0/+29
* SERVER-44922 Prevent User acquisition from incrementing cache generationSpencer Jackson2019-12-301-7/+33
* SERVER-44320 Allow users with enableSharding cluster AT to manipulate shardin...Sara Golemon2019-11-131-3/+26
* SERVER-43582 Do not auth ReplicaSet MonitorSara Golemon2019-10-011-0/+72
* SERVER-43200 Make auth/mongoURIAuth.js robust to slow commandsMark Benvenuto2019-09-251-1/+4
* SERVER-42652 Fix issue with rename collectionAdam Cooper2019-09-032-7/+71
* SERVER-42129 modifies test to account for ephemeralForTest engine's missing o...Suganthi Mani2019-08-301-1/+8
* SERVER-38356 added functionality to forbid dropping the oplog, modified tests...Suganthi Mani2019-08-281-2/+7
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-08-131-429/+0
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2667-4519/+4388
* SERVER-41152 strip white space from auth mechanismsJason Piao2019-07-231-0/+13
* SERVER-41898 Rename "userImpersonators" to "runBy" in currentOpSpencer Jackson2019-07-091-1/+1
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-5/+5
* SERVER-40529 Refresh pinned users in background threadJonathan Reams2019-05-281-4/+56
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-231-1/+1
* SERVER-41193 Get rid of the `refreshSessionsInternal` commandKaloian Manassiev2019-05-211-5/+0
* SERVER-41161 Re-enable renaming between databases for applyOpsXiangyu Yao2019-05-211-0/+41
* SERVER-41200 Change syntax from $out to $merge for tests in other directoriesJacob Evans2019-05-211-4/+16
* SERVER-409050 auth test for searchBeta agg stageIan Boros2019-05-151-4/+45
* SERVER-38867 refine handling of system collections in listCollectionsKevin Pulo2019-05-081-79/+124
* SERVER-40315 Fix SASL mechanism acquisition for __system in testsSpencer Jackson2019-05-071-2/+13
* SERVER-33631 Refactor rename_collection.cppXiangyu Yao2019-04-291-41/+0
* SERVER-35638 Short timeout to autocomplete collection namesA. Jesse Jiryu Davis2019-04-261-0/+52
* Revert "SERVER-35638 Short timeout to autocomplete collection names"Justin Seyster2019-04-241-51/+0
* SERVER-35638 Short timeout to autocomplete collection namesA. Jesse Jiryu Davis2019-04-241-0/+51
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-161-7/+3
* SERVER-40553 Filter unauthorized views in listCollectionsSara Golemon2019-04-111-1/+1
* SERVER-40553 Filter unauthorized views in listCollectionsSara Golemon2019-04-111-0/+58
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-113-6/+4
* SERVER-40269: commitTransaction should assert that the prepare oplog entry is...Lingzhi Deng2019-04-091-6/+12
* SERVER-38556 Handle transaction events in RoleGraph updateSpencer Jackson2019-03-281-0/+1
* SERVER-39820 Include client IP in log message for successful authenticationJonathan Reams2019-03-261-0/+29
* SERVER-35394 Test access control of prepareTransaction commandGregory Wlodarek2019-03-241-0/+199
* SERVER-39178 Negotiate SCRAM mechanism in MongoURI::connect()Shreyas Kalyan2019-03-111-0/+72
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-02-141-0/+74
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-12/+121
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-042-3/+35
* SERVER-39056 Further refine readWriteAnyDatabaseShreyas Kalyan2019-02-043-78/+127
* SERVER-39232 Allow commands that do not require auth to refresh sessionsRandolph Tan2019-01-312-10/+3
* SERVER-39128 Avoid double-authenticationSara Golemon2019-01-261-0/+19
* SERVER-37875 Add serverStatus privilege to backup roleBlake Oler2019-01-211-4/+4
* SERVER-38887 Return names encapsulated when falling back on privilege inspectionSara Golemon2019-01-181-2/+8
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-4/+3
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-101-9/+0
* SERVER-38887 Treat undefined filter object as unfiltered in Mongo.getDBs()Sara Golemon2019-01-101-0/+32
* SERVER-38293 make listDatabases understand collection privilegesIsabella Siu2018-12-061-2/+22
* SERVER-36829: Let users kill their own cursorsSpencer Jackson2018-11-211-0/+27
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-071-0/+92
* SERVER-37649 Add test for auth and listing open cursors on mongosBernard Gorman2018-10-261-81/+150