summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state_local.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-19/+9
* SERVER-40529 Refresh pinned users in background threadJonathan Reams2019-05-281-31/+12
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-16/+14
* SERVER-38556 Handle transaction events in RoleGraph updateSpencer Jackson2019-03-281-12/+100
* 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-1/+2
* SERVER-34821 Log target connection database separately from usernameJonathan Reams2018-09-141-3/+5
* SERVER-8240 Convert std::string parameters in auth module to StringData, as a...Kashish Garg2018-06-081-1/+1
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-1/+1
* SERVER-34541 Remove MessagePort and ListenerAndrew Morrow2018-04-181-0/+1
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-061-6/+6
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-1/+1
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-1/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-1/+1
* SERVER-29182: Add restriction support to the usersInfo commandSpencer Jackson2017-07-311-3/+9
* SERVER-30434: Process authenticationRestrictions in FCV 3.4Spencer Jackson2017-07-311-22/+1
* SERVER-29183 Fix typo: indirect/inheritedSara Golemon2017-07-261-4/+4
* SERVER-29371 Move auth privilege.h/.cpp into own library for use in aggJames Wahlin2017-07-251-0/+1
* SERVER-29183 Add restriction support to rolesInfoSara Golemon2017-07-241-49/+135
* SERVER-29177: Add restriction support to createUserSpencer Jackson2017-07-211-0/+8
* SERVER-29910 Make RoleGraph non-copyable (but movable)Sara Golemon2017-07-011-2/+2
* Revert "SERVER-29910 Make RoleGraph non-copyable (but movable)"Kaloian Manassiev2017-06-301-2/+2
* SERVER-29910 Make RoleGraph non-copyable (but movable)Sara Golemon2017-06-301-2/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+3
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-10/+13
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-25/+26
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-1/+2
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-8/+8
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-10/+71
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-71/+10
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-10/+71
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-11/+19
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-6/+9
* SERVER-23503 Expand localhost exception to include role creationSpencer Jackson2016-04-221-2/+8
* SERVER-22128 Make resolveUserRoles publically accessibleSpencer Jackson2016-03-221-3/+3
* 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-20/+2
* SERVER-21486 Redact bypassDocumentValidation from user privilege set when bei...Spencer T Brody2015-11-191-3/+21
* 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-12/+17
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-366/+329
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-5/+5
* SERVER-18328 SERVER-18478 AuthzManagerExternalState for mongos should go thro...Daniel Alabi2015-05-221-0/+12
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-4/+0
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-15/+4
* SERVER-15192 Make AuthzManager logOp listener rollback-safealabid2015-02-131-22/+76
* Revert "SERVER-15192 Make AuthzManager logOp listener rollback-safe"Siyuan Zhou2015-02-111-74/+22
* SERVER-15192 Make AuthzManager logOp listener rollback-safealabid2015-02-111-22/+74