summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-27/+29
* SERVER-29183 Add restriction support to rolesInfoSara Golemon2017-07-241-2/+5
* 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-9/+9
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-23/+52
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-52/+23
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-23/+52
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-151-2/+5
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-99/+95
* SERVER-18478 Remove lingering unused mutex in AuthzManagerExternalStateLocalDaniel Alabi2015-05-261-1/+0
* SERVER-18328 SERVER-18478 AuthzManagerExternalState for mongos should go thro...Daniel Alabi2015-05-221-23/+1
* SERVER-18478 Clean up AuthzManagerExternalStateDaniel Alabi2015-05-211-73/+0
* SERVER-18478 Get rid of UpdateGuard and simplify locking for user management ...Daniel Alabi2015-05-181-16/+0
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-0/+2
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-061-0/+10
* 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/+1
* Revert "SERVER-15192 Make AuthzManager logOp listener rollback-safe"Siyuan Zhou2015-02-111-1/+0
* SERVER-15192 Make AuthzManager logOp listener rollback-safealabid2015-02-111-0/+1
* 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-16/+0
* SERVER-15549 Remove AuthzManagerExternalState::getAllDatabaseNamesKaloian Manassiev2014-10-071-7/+0
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-9/+18
* SERVER-13961 Thread through OperationContext to the AuthorizationManagerKaloian Manassiev2014-07-231-2/+3
* 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-4/+8
* SERVER-14089 Remove support for schemaVersion24 users.Andy Schwerin2014-05-291-11/+0
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-12/+6
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-6/+12
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-4/+4
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-2/+2
* SERVER-12116 Return better messages to the user when the authz version field ...Spencer T Brody2014-03-031-0/+1
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-1/+1
* SERVER-11411 Give rolesInfo command the ability to list all roles defined for...Spencer T Brody2013-11-131-4/+25
* SERVER-9516 Report document changes via the logOp infrastructure in AuthzMana...Andy Schwerin2013-11-121-9/+9
* SERVER-9516 Remove unused methods from AuthzManagerExternalState.Andy Schwerin2013-11-081-36/+3
* SERVER-9516 Support schemaV24 users, for use prior to auth schema upgrade.Andy Schwerin2013-10-251-7/+5
* SERVER-11352 SERVER-6246 When acquiring lock to update user data block for 5 ...Spencer T Brody2013-10-251-0/+2
* SERVER-11275 Apply relevant oplog entries to authorization manager.Andy Schwerin2013-10-231-3/+1
* SERVER-9516 Support for determining and examining the version of the auth sch...Andy Schwerin2013-10-181-0/+5
* SERVER-6246 SERVER-9515 In every place we grant roles need to make sure the r...Spencer T Brody2013-10-101-1/+1
* SERVER-6246 SERVER-9515 Update usersInfo and rolesInfo commands to new APISpencer T Brody2013-10-061-0/+1
* SERVER-10670 Maintain role graph consistency.Andy Schwerin2013-10-051-16/+72
* SERVER-9515 Add generic update method to AuthzManagerExternalStateSpencer T Brody2013-10-021-1/+12
* SERVER-9518 Change getAllDatabaseNames from using GlobalWrite to using Global...Spencer T Brody2013-09-231-0/+1
* SERVER-9517 Implement generic insert, update, and remove methods in AuthzMana...Spencer T Brody2013-09-231-4/+9
* SERVER-9518 Simplify locking of authorization documentsSpencer T Brody2013-09-161-2/+0
* SERVER-9517 Implement generic query method on AuthorizationManagerExternalStateSpencer T Brody2013-09-161-0/+9
* SERVER-9980 Add write concern to user management commandsSpencer T Brody2013-09-121-10/+21