summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state_s.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48351 Clean up additional logv2 linesSara Golemon2020-05-281-2/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46498 Store connection specified roles in authorization cache keySpencer Jackson2020-03-031-4/+4
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-071-5/+12
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-34/+21
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+1
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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-26/+28
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-8/+4
* SERVER-8240 Convert std::string parameters in auth module to StringData, as a...Kashish Garg2018-06-081-2/+2
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-0/+6
* SERVER-34541 Remove MessagePort and ListenerAndrew Morrow2018-04-181-0/+1
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-2/+0
* SERVER-29182: Add restriction support to the usersInfo commandSpencer Jackson2017-07-311-0/+2
* SERVER-29183 Add restriction support to rolesInfoSara Golemon2017-07-241-21/+29
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-8/+8
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-25/+25
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-1/+2
* SERVER-18084 Add Grid::get(ServiceContext*) getterKaloian Manassiev2016-08-161-8/+8
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-46/+165
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-165/+46
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-46/+165
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-9/+9
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-20/+30
* SERVER-23503 Expand localhost exception to include role creationSpencer Jackson2016-04-221-5/+18
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-291-5/+5
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-9/+9
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-7/+9
* SERVER-19390 Make config server read commands do read committedRandolph Tan2015-08-061-5/+10
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-291-1/+0
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-271-10/+5
* Revert "SERVER-19004 Get rid of Shard::runCommand"Siyuan Zhou2015-06-261-5/+10
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-261-10/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-137/+123
* SERVER-18478 Remove lingering unused mutex in AuthzManagerExternalStateLocalDaniel Alabi2015-05-261-5/+2
* SERVER-18328 SERVER-18478 AuthzManagerExternalState for mongos should go thro...Daniel Alabi2015-05-221-189/+108
* SERVER-18587 cleanup ReadPreference and move it to a separate libraryAdam Midvidy2015-05-211-2/+2
* SERVER-18478 Clean up AuthzManagerExternalStateDaniel Alabi2015-05-211-50/+0
* SERVER-18478 Get rid of UpdateGuard and simplify locking for user management ...Daniel Alabi2015-05-181-27/+0
* SERVER-18464 AuthZ manager reads should use the config shardKaloian Manassiev2015-05-141-15/+14
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-241-13/+12
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-7/+7
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-061-0/+9
* SERVER-17496 Move sharding-specific auth code out of clientKaloian Manassiev2015-03-261-17/+50
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-11/+15
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-3/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2