summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+2
* SERVER-30821: Allow configurable use of secure memorySpencer Jackson2017-08-311-0/+2
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-39/+11
* SERVER-29183 Add restriction support to rolesInfoSara Golemon2017-07-241-0/+19
* SERVER-29175: Add restriction support to AuthorizationSessionSpencer Jackson2017-07-111-0/+6
* SERVER-28190 Add internal tracking ids to userssamantharitter2017-05-051-11/+39
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-10/+10
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-31/+14
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-14/+31
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-31/+14
* SERVER-21378 add setParameter startupAuthSchemaValidation used to bypass auth...Hai-Kinh Hoang2016-08-041-0/+18
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-151-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-2/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-360/+360
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-2/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+3
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18328 SERVER-18478 AuthzManagerExternalState for mongos should go thro...Daniel Alabi2015-05-221-12/+0
* SERVER-18478 Clean up AuthzManagerExternalStateDaniel Alabi2015-05-211-82/+0
* SERVER-18478 Remove unused update*Credentials and upgradeSchema* from the Aut...Daniel Alabi2015-05-211-31/+0
* SERVER-18478 Get rid of UpdateGuard and simplify locking for user management ...Daniel Alabi2015-05-181-14/+0
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-3/+2
* SERVER-17817 Make AuthorizationManager a decoration on ServiceContext.Andy Schwerin2015-04-161-0/+5
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-061-1/+6
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-2/+1
* SERVER-12235 Cache whether any users exist for checking whether the localhost...Spencer T Brody2015-02-261-2/+17
* SERVER-15192 Make AuthzManager logOp listener rollback-safealabid2015-02-131-1/+2
* Revert "SERVER-15192 Make AuthzManager logOp listener rollback-safe"Siyuan Zhou2015-02-111-2/+1
* SERVER-15192 Make AuthzManager logOp listener rollback-safealabid2015-02-111-1/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-2/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+1
* SERVER-15386 Let writeAuthSchemaVersionIfNeeded set schemaVersion28SCRAMAndreas Nilsson2014-10-021-5/+4
* SERVER-15337 Improved handling of schemaVersion28SCRAMAndreas Nilsson2014-09-241-1/+1
* SERVER-7596 Removed trailing whitespacesAndreas Nilsson2014-09-171-2/+2
* SERVER-15179 Auth upgrade from MONGODB-CR -> SCRAM-SHA-1Andreas Nilsson2014-09-171-2/+9
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-8/+16
* SERVER-13961 Thread through OperationContext to the AuthorizationManagerKaloian Manassiev2014-07-231-2/+3
* SERVER-14650 Rename ROLE_SOURCE_FIELD_NAME to ROLE_DB_FIELD_NAMEAmalia Hawkins2014-07-221-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-7/+11
* SERVER-14089 Remove support for schemaVersion24 users.Andy Schwerin2014-05-291-17/+0
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-17/+10
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-10/+17
* 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-11980 Only invalidate the user cache on mongos if authorization inform...Spencer T Brody2014-05-141-3/+14
* SERVER-11997 Make user cache invalidation finer grainedSpencer T Brody2014-05-051-0/+10
* SERVER-13330 Removed unused setParameter option supportCompatibilityFormPrivi...Spencer T Brody2014-04-141-13/+0
* SERVER-12539 Make mongorestore not interfere with ongoing user or role modifi...Spencer T Brody2014-03-051-1/+3