summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-151-1/+1
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-23/+3
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-071-2/+1
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40529 Refresh pinned users in background threadJonathan Reams2019-05-281-3/+8
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+0
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-02-141-0/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-1/+0
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-071-0/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-3/+5
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-281-5/+3
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-281-3/+5
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-08-011-18/+19
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-311-19/+18
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-311-18/+19
* SERVER-8240 Convert std::string parameters in auth module to StringData, as a...Kashish Garg2018-06-081-10/+11
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-161-21/+0
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-183/+74
* 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