summaryrefslogtreecommitdiff
path: root/jstests/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49330 Remove check for LHAB restoration on restartSara Golemon2020-07-081-39/+1
* SERVER-49026 Use the maximum opId to test authorization privilieges for killOpGregory Wlodarek2020-06-231-2/+3
* SERVER-48620 Run movePrimary in renameCollection_twoDBs in commands roles tes...Blake Oler2020-06-181-0/+9
* SERVER-48921 Use localhost when checking localhost auth bypassSara Golemon2020-06-181-4/+10
* SERVER-48715 correctly handle $clusterTime on arbiters when auth is enabledKevin Pulo2020-06-161-20/+60
* Revert "SERVER-48620 Run movePrimary in renameCollection_twoDBs in commands r...Ted Tuckman2020-06-081-9/+0
* SERVER-48620 Run movePrimary in renameCollection_twoDBs in commands roles tes...Blake Oler2020-06-051-0/+9
* SERVER-48199 Avoid ShardingTests without journaling in curop_auth_info.jsSpencer Jackson2020-05-271-3/+5
* SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being...Esha Maharishi2020-05-181-1/+3
* SERVER-48195 Manually sync replset nodes in localhost_authbypass_state testSara Golemon2020-05-131-1/+21
* SERVER-47441 Remove unnecessary movePrimary calls from commands_lib.jsBlake Oler2020-05-131-6/+0
* SERVER-48027 Wait for applied OpLog agreement before restarting replica setsSara Golemon2020-05-081-0/+2
* SERVER-47908 Wire speculativeAuthenticate into mongosSara Golemon2020-05-041-0/+54
* SERVER-43499 gossip cluster time in arbiter related testsKevin Pulo2020-05-011-7/+0
* SERVER-47504 Ensure auth db changes replicate to secondaries during testSara Golemon2020-04-301-30/+32
* SERVER-43469 Remove TODOs listed for SERVER-35447Jack Mulrow2020-04-3011-16/+16
* SERVER-47504 Trigger disable of localhost auth bypass more proactivelySara Golemon2020-04-301-0/+120
* SERVER-47472 Remove usages of checkShardVersionOrThrow_DEPRECATED from the Op...Kaloian Manassiev2020-04-211-20/+10
* SERVER-47429 Validate authenticationMechanisms server parameterMark Benvenuto2020-04-201-0/+23
* SERVER-42829 Assert actions taken during setup/teardownSara Golemon2020-04-091-115/+126
* SERVER-47188 Return appropriate error messages from saslStartSara Golemon2020-03-311-0/+47
* SERVER-46835 Remove FCV branches related to deleting the config server implic...Esha Maharishi2020-03-301-14/+0
* SERVER-46771 Fix auth_pass_prompt.jsHenrik Edin2020-03-121-1/+1
* SERVER-46725 Add testcase for speculative sasl auth using user not in admin DBSara Golemon2020-03-091-0/+5
* SERVER-46525 Review and convert LogV2 statements in AuthZNMark Benvenuto2020-03-061-2/+3
* SERVER-46276 Ensure cross-db $out handles authz correctlynzolnierzmdb2020-02-281-10/+56
* SERVER-46110 Expose $out functionalityTed Tuckman2020-02-281-1/+1
* Revert "SERVER-46110 Expose $internalOutToDifferentDB functionality"Louis Williams2020-02-271-1/+1
* SERVER-42984 Add serverStatus counters for authentication attempts/successesSara Golemon2020-02-271-0/+94
* SERVER-46110 Expose $internalOutToDifferentDB functionalityTed Tuckman2020-02-271-1/+1
* Revert "SERVER-46276 Ensure cross-db $out handles authz correctly"Nick Zolnierz2020-02-261-45/+10
* SERVER-46276 Ensure cross-db $out handles authz correctlyNick Zolnierz2020-02-261-10/+45
* SERVER-46235 mongoURIAuth.js tolerate extra appearances of regex in logBilly Donahue2020-02-241-1/+1
* SERVER-46026 Fix kill_sessions.js and logs_include_client_info.js to handle J...Henrik Edin2020-02-151-6/+28
* SERVER-46178 Exclude requires_sharding tests from ephemeralForTest.Max Hirschhorn2020-02-151-1/+1
* SERVER-45048 Fix one more straggling jstest which tried to execute mongo shel...Ian Boros2020-02-141-1/+1
* SERVER-45048 Fix straggling jstests which tried to execute mongo shell from rootMathew Robinson2020-02-141-1/+1
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+2
* SERVER-45048 Use hygienic builds in EvergreenMathew Robinson2020-02-137-10/+10
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-123-2/+156
* SERVER-45927 Alias for Atlas FTSMihai Andrei2020-02-121-5/+5
* SERVER-46088 Exclude sharding auth tests from ephemeralForTest variantAlex Taskov2020-02-121-1/+1
* SERVER-42191 Add a new test hook that checks that all orphaned documents are ...Randolph Tan2020-02-103-0/+3
* Revert "SERVER-42191 Add a new test hook that checks that all orphaned docume...William Schultz2020-02-053-3/+0
* SERVER-42191 Add a new test hook that checks that all orphaned documents are ...Randolph Tan2020-02-053-0/+3
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-031-1/+1
* SERVER-45573 Implement and test auth for $unionWithNicholas Zolnierz2020-01-313-3/+197
* SERVER-45108 Determine clusterAuthMode from connection for authutil.asClusterSara Golemon2020-01-281-2/+1
* SERVER-40560 Make local.replset.* collections non-normal resourcesSpencer Jackson2020-01-271-34/+8
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-166-217/+220