summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state_local.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-7596 Make authSchemaVersion 28Final if no user docsAndreas Nilsson2014-11-041-6/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15311 Never read from admin.system.new_users when looking for user doc...Andy Schwerin2014-09-181-0/+16
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13961 Thread through OperationContext to the AuthorizationManagerKaloian Manassiev2014-07-231-3/+4
* SERVER-14650 Rename ROLE_SOURCE_FIELD_NAME to ROLE_DB_FIELD_NAMEAmalia Hawkins2014-07-221-2/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-4/+7
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-7/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-4/+7
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-1/+1
* SERVER-12116 Return better messages to the user when the authz version field ...Spencer T Brody2014-03-031-2/+4
* Add missing space to error messageSpencer T Brody2014-02-071-1/+1
* SERVER-12286 Fix incomplete error message in role graph initialization codeSpencer T Brody2014-01-211-1/+1
* SERVER-12194 Better error message when an invalid role is encountered during ...Spencer T Brody2014-01-141-1/+2
* SERVER-11961 Make names of the direct and indirect privileges and roles field...Spencer T Brody2014-01-071-12/+23
* SERVER-12042 Add support for command oplog entries previously unhandled by Ro...Andy Schwerin2013-12-121-1/+8
* SERVER-11411 Give rolesInfo command the ability to list all roles defined for...Spencer T Brody2013-11-131-7/+40
* SERVER-9516 Factor out common code from mock & mongod implementations of Auth...Andy Schwerin2013-11-081-0/+338