summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-27/+29
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-2/+4
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-7/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-76/+75
* SERVER-18478 Clean up AuthzManagerExternalStateDaniel Alabi2015-05-211-0/+7
* SERVER-18478 Get rid of UpdateGuard and simplify locking for user management ...Daniel Alabi2015-05-181-2/+0
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-061-0/+3
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-15882 Remove dead index creation/deletion operations from AuthzManager...Andy Schwerin2014-11-041-8/+0
* SERVER-15549 Remove AuthzManagerExternalState::getAllDatabaseNamesKaloian Manassiev2014-10-071-3/+0
* SERVER-15311 Never read from admin.system.new_users when looking for user doc...Andy Schwerin2014-09-181-3/+0
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-6/+12
* SERVER-13961 Thread through OperationContext to the AuthorizationManagerKaloian Manassiev2014-07-231-1/+2
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-1/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-5/+4
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-4/+5
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-5/+4
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-2/+2
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-1/+1
* SERVER-11672 Eliminate unused and erroneous testing code from AuthzExternalSt...Andy Schwerin2013-11-131-2/+0
* SERVER-9516 Report document changes via the logOp infrastructure in AuthzMana...Andy Schwerin2013-11-121-13/+4
* SERVER-9516 Factor out common code from mock & mongod implementations of Auth...Andy Schwerin2013-11-081-11/+5
* SERVER-9516 Remove unused methods from AuthzManagerExternalState.Andy Schwerin2013-11-081-16/+7
* SERVER-9516 Support for determining and examining the version of the auth sch...Andy Schwerin2013-10-181-0/+4
* SERVER-6246 SERVER-9515 Update usersInfo and rolesInfo commands to new APISpencer T Brody2013-10-061-0/+1
* SERVER-10670 Reenable auth unittests.Andy Schwerin2013-10-061-0/+2
* SERVER-10670 Maintain role graph consistency.Andy Schwerin2013-10-051-0/+5
* SERVER-9515 Add generic update method to AuthzManagerExternalStateSpencer T Brody2013-10-021-0/+7
* SERVER-9517 Implement generic insert, update, and remove methods in AuthzMana...Spencer T Brody2013-09-231-1/+2
* SERVER-9517 Implement generic query method on AuthorizationManagerExternalStateSpencer T Brody2013-09-161-0/+10
* SERVER-9980 Add write concern to user management commandsSpencer T Brody2013-09-121-11/+22
* SERVER-9518 Add diagnostic "why" argument to authz data lockingSpencer T Brody2013-09-111-1/+1
* SERVER-9518 Rename AuthzUpgradeLockGuard and make it a generic guard for Auth...Spencer T Brody2013-09-111-2/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6246 Change user management commands to use the new v2 style user docu...Spencer T Brody2013-09-061-2/+2
* SERVER-9516 Logic of system.users schema upgrade process.Andy Schwerin2013-09-031-14/+44
* SERVER-6246 Add removeUsers commandSpencer T Brody2013-08-011-0/+4
* SERVER-9518 Catch exceptions in ExternalState functionsSpencer T Brody2013-07-231-4/+5
* SERVER-9518 Implement functions in mongos that are necessary for building up ...Spencer T Brody2013-07-221-1/+1
* SERVER-9518 Function to initialize User cache from V1 user documents.Spencer T Brody2013-07-171-1/+7
* SERVER-9518 Initial implementation of acquire/releaseUser methods in Authoriz...Spencer T Brody2013-07-011-9/+14
* SERVER-6246 Add updateUser command and shell helperSpencer T Brody2013-06-141-0/+4
* SERVER-6246 Add createUser commandSpencer T Brody2013-06-111-0/+7
* Add pointer to AuthorizationManager to AuthzSessionExternalStateSpencer T Brody2013-06-031-0/+44
* Revert "Add pointer to AuthorizationManager to AuthzSessionExternalState"Spencer T Brody2013-06-011-44/+0
* Add pointer to AuthorizationManager to AuthzSessionExternalStateSpencer T Brody2013-05-311-0/+44