summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state_local.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40529 Refresh pinned users in background threadJonathan Reams2019-05-281-3/+0
* SERVER-38556 Handle transaction events in RoleGraph updateSpencer Jackson2019-03-281-5/+9
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* 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-8240 Convert std::string parameters in auth module to StringData, as a...Kashish Garg2018-06-081-1/+1
* SERVER-29183 Add restriction support to rolesInfoSara Golemon2017-07-241-19/+23
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-13/+16
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-3/+7
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-7/+3
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-3/+7
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-22128 Make resolveUserRoles publically accessibleSpencer Jackson2016-03-221-9/+7
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-151-1/+1
* SERVER-21659 Move logic for redacting 'bypassDocumentValidation' privilege fo...Spencer T Brody2015-11-301-14/+1
* SERVER-21486 Redact bypassDocumentValidation from user privilege set when bei...Spencer T Brody2015-11-191-7/+22
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-2/+4
* SERVER-18883 Separate user role resolution from getUserDescriptionSpencer Jackson2015-06-231-7/+16
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-98/+96
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-1/+1
* SERVER-18478 Remove lingering unused mutex in AuthzManagerExternalStateLocalDaniel Alabi2015-05-261-3/+0
* SERVER-18328 SERVER-18478 AuthzManagerExternalState for mongos should go thro...Daniel Alabi2015-05-221-0/+24
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-10/+9
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-2/+1
* SERVER-15192 Make AuthzManager logOp listener rollback-safealabid2015-02-131-0/+6
* Revert "SERVER-15192 Make AuthzManager logOp listener rollback-safe"Siyuan Zhou2015-02-111-6/+0
* SERVER-15192 Make AuthzManager logOp listener rollback-safealabid2015-02-111-0/+6
* SERVER-15311 Never read from admin.system.new_users when looking for user doc...Andy Schwerin2014-09-181-3/+3
* SERVER-13961 Thread through OperationContext to the AuthorizationManagerKaloian Manassiev2014-07-231-2/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-3/+6
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-6/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+6
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-1/+1
* SERVER-11411 Give rolesInfo command the ability to list all roles defined for...Spencer T Brody2013-11-131-1/+10
* SERVER-9516 Factor out common code from mock & mongod implementations of Auth...Andy Schwerin2013-11-081-0/+107