summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-5/+2
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-112-16/+22
* SERVER-72598 Introduce server parameter to turn off logging for detailed conn...Blake Oler2023-02-095-39/+58
* SERVER-73273 Implement the search index commandsDianna Hohensee2023-02-092-14/+14
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-086-47/+61
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-1/+1
* SERVER-70956: Support MONGODB-OIDC SASL mechanism in shell with tokenVarun Ravichandran2023-02-032-2/+6
* SERVER-73270 Add new authorization permissions and checks for the the mongod ...Dianna Hohensee2023-02-023-0/+29
* SERVER-73354 Add a missing direct dependency on 'service_context'Kaloian Manassiev2023-01-301-0/+1
* SERVER-73354 Decommission the `catalog/collection` libraryKaloian Manassiev2023-01-301-5/+2
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-01-271-0/+4
* SERVER-71421 Remove pinnedUsersSara Golemon2023-01-244-276/+2
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-1/+1
* SERVER-71195: Refresh JWKSets periodically and add key management commandsVarun Ravichandran2023-01-235-6/+30
* SERVER-72291 Make RolesInfoCommandArg::parseFromBSON tenant awareHugh Tong2023-01-192-5/+9
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-191-1/+1
* SERVER-70549 Fix AuthenticationSession logicMilitsa Sotirova2023-01-124-6/+430
* SERVER-64029 Prohibit impersonating multiple usersShreyas Kalyan2023-01-061-3/+13
* SERVER-70955 Define OIDC protocol and add infra for featureSara Golemon2022-12-314-3/+124
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-2424-212/+246
* SERVER-71956 Add telemetryRead privilege actionMaddie Zechar2022-12-192-0/+2
* SERVER-70242 Remove misleading "Different user name was supplied to saslSuppo...Militsa Sotirova2022-12-192-12/+20
* SERVER-70701: Allow AuthorizationSession to enforce expiration timesVarun Ravichandran2022-12-168-130/+382
* SERVER-70921 Do not drop off tenant information when running find, count and ...Sophia Tan2022-12-161-4/+4
* SERVER-71897 Replace featureFlagMongoStore with featureFlagSecurityTokenSara Golemon2022-12-152-4/+4
* SERVER-72006 add OpObserver::onTransactionStart()Benety Goh2022-12-131-0/+2
* SERVER-71657 OpObserver::onUnpreparedTransactionCommit() does not modify Tran...Benety Goh2022-12-081-1/+1
* SERVER-71657 OpObserver::preTransactionPrepare() does not modify TransactionO...Benety Goh2022-12-081-2/+2
* SERVER-71657 OpObserver::onTransactionPrepare() accepts TransactionOperationsBenety Goh2022-12-081-1/+1
* SERVER-67886: Log metrics around authentication protocolsAdam Rayner2022-12-0811-30/+212
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-221-4/+4
* SERVER-71210 OpObserver::onTransactionPrepare() accepts const statements and ...Benety Goh2022-11-151-2/+2
* SERVER-70415 Attach tenantId to dbStats during initial syncjannaerin2022-11-157-14/+112
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-1423-207/+187
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-1323-187/+207
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-044-22/+34
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-2/+2
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-201-0/+8
* SERVER-69749 OpObserver::preTransactionPrepare() accepts TransactionOperationsBenety Goh2022-10-121-1/+1
* SERVER-69749 OpObserver::onUnpreparedTransactionCommit() accepts TransactionO...Benety Goh2022-10-121-2/+1
* SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...Sophia Tan2022-09-302-22/+10
* SERVER-69847 Handle repl rollback of global indexesJosef Ahmad2022-09-301-1/+2
* SERVER-70092 remove unused parameter from OpObserver::preTransactionPrepare()Benety Goh2022-09-301-1/+0
* SERVER-69242 Add _shardsvrDeleteGlobalIndexKey commandYu Jin Kang Park2022-09-221-0/+6
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-2/+0
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-191-0/+5
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-1/+0
* SERVER-68249 Add required privileges on the $_internalAllCollectionStats aggr...Pol Pinol Castuera2022-09-122-0/+4
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-081-0/+4
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-8/+5