summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_manager_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-141-23/+30
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-131-30/+23
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-11-091-0/+134
* Revert "SERVER-59148: Periodically refresh LDAP users in authorization user c...Varun Ravichandran2021-10-041-122/+0
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-10-011-0/+122
* SERVER-45161 Remove AuthorizationManagerWithExplicitUserPrivilegesTestaldo-aguilar2021-06-081-41/+0
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-1/+0
* SERVER-50292 Refactor user acuisition via externalStateSara Golemon2020-09-021-126/+0
* SERVER-50050 Fix non-ssl buildMark Benvenuto2020-08-101-1/+5
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-0/+1
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-1/+0
* SERVER-44978 Make the ReadThroughCache lookup asynchronousKaloian Manassiev2020-03-031-13/+7
* SERVER-46498 Store connection specified roles in authorization cache keySpencer Jackson2020-03-031-2/+2
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-151-20/+1
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-7/+4
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-19/+11
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+4
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-6/+8
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-6/+5
* SERVER-38556 Handle transaction events in RoleGraph updateSpencer Jackson2019-03-281-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-6/+1
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-281-1/+6
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-281-6/+1
* SERVER-34821 Log target connection database separately from usernameJonathan Reams2018-09-141-3/+6
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-1/+2
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-08-011-25/+15
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-311-15/+25
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-311-25/+15
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-43/+39
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-161-101/+2
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-151-2/+11
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-2/+7
* SERVER-34541 Remove MessagePort and ListenerAndrew Morrow2018-04-181-1/+0
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-1/+1
* SERVER-33305 Expand scramsha1 tests to include SHA256Sara Golemon2018-02-241-3/+8
* SERVER-33012 Create scramSHA256IterationCount setParameterSara Golemon2018-02-011-1/+1
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-251-1/+1
* SERVER-32278 Update auth unit tests to use SCRAM-SHA-1Sara Golemon2017-12-121-31/+33
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-10/+9
* SERVER-28190 Add internal tracking ids to userssamantharitter2017-05-051-9/+10
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-11/+11
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-31/+31
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-3/+8
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-6/+6
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-3/+3
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-0/+66
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-63/+0