summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state_d.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-39/+33
* SERVER-18478 Remove lingering unused mutex in AuthzManagerExternalStateLocalDaniel Alabi2015-05-261-7/+2
* SERVER-18478 Clean up AuthzManagerExternalStateDaniel Alabi2015-05-211-86/+0
* SERVER-18478 Get rid of UpdateGuard and simplify locking for user management ...Daniel Alabi2015-05-181-12/+0
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-061-1/+10
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-1/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-1/+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/+3
* SERVER-15882 Remove dead index creation/deletion operations from AuthzManager...Andy Schwerin2014-11-041-51/+0
* SERVER-15549 Remove AuthzManagerExternalState::getAllDatabaseNamesKaloian Manassiev2014-10-071-7/+0
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-2/+2
* SERVER-15311 Never read from admin.system.new_users when looking for user doc...Andy Schwerin2014-09-181-35/+0
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-6/+11
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-13961 Thread through OperationContext to the AuthorizationManagerKaloian Manassiev2014-07-231-1/+2
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-211-2/+4
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-2/+2
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-2/+2
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-5/+9
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-9/+5
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-5/+9
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-1/+1
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-1/+1
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-2/+2
* SERVER-9516 Factor out common code from mock & mongod implementations of Auth...Andy Schwerin2013-11-081-328/+79
* SERVER-9516 Remove unused methods from AuthzManagerExternalState.Andy Schwerin2013-11-081-43/+16
* SERVER-11609 Do not returned unowned BSONObj when looking up user documentSpencer T Brody2013-11-061-0/+2
* SERVER-9516 Update admin.system.version as part of user management commands.Andy Schwerin2013-10-311-2/+3
* SERVER-9516 Make getUserDescription in mongod look in the right collection du...Andy Schwerin2013-10-311-8/+28
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-1/+1
* Revert "SERVER-9516 Write version document to admin.system.version as needed ...Andy Schwerin2013-10-251-33/+2
* SERVER-9516 Write version document to admin.system.version as needed in mongod.Andy Schwerin2013-10-251-2/+33
* SERVER-9516 Introduce symbolic constants for authz schema versions, renumber ...Andy Schwerin2013-10-251-2/+2
* SERVER-11352 SERVER-6246 When acquiring lock to update user data block for 5 ...Spencer T Brody2013-10-251-1/+3
* SERVER-11275 Fix build for old GCCs.Andy Schwerin2013-10-231-0/+3
* SERVER-11275 Apply relevant oplog entries to authorization manager.Andy Schwerin2013-10-231-20/+6
* SERVER-11302 Do not do auth checks when operating on behalf of a DBDirectClient.Andy Schwerin2013-10-231-7/+0
* SERVER-11302 Remove deadlock between admin database write lock and _fetchPhas...Andy Schwerin2013-10-231-28/+7
* SERVER-11260 Remove all code related to advanced role delegationSpencer T Brody2013-10-211-10/+7
* SERVER-9516 Support for determining and examining the version of the auth sch...Andy Schwerin2013-10-181-0/+32
* Add assert codeShaun Verch2013-10-061-1/+1
* SERVER-6246 SERVER-9515 Update usersInfo and rolesInfo commands to new APISpencer T Brody2013-10-061-1/+3
* SERVER-10670 On a failure resulting from programming error, throw out the Rol...Andy Schwerin2013-10-061-5/+1
* SERVER-10670 Fix concurrency error in examination of _roleGraphState in Authz...Andy Schwerin2013-10-061-4/+5
* SERVER-10670 Make addRoleFromDocument and handleLogOp members of RoleGraph.Andy Schwerin2013-10-061-302/+2
* SERVER-10670 Add RoleGraph::replaceRole method.Andy Schwerin2013-10-061-31/+3