summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_manager_global.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-161-2/+37
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-151-1/+1
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-141-14/+16
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-071-3/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38955 Convert AuthManager and FCV setParameters to IDLSara Golemon2019-01-161-37/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-12/+8
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-12/+5
* SERVER-34944 Create a shim-override mechanism.ADAM David Alan Martin2018-05-241-1/+4
* Revert "SERVER-34944 Create a shim-override mechanism."Louis Williams2018-05-241-4/+1
* SERVER-34944 Create a shim-override mechanism.ADAM David Alan Martin2018-05-231-1/+4
* SERVER-34893 Embedded authorization componentsADAM David Alan Martin2018-05-221-1/+1
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-7/+3
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-29/+30
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-15/+19
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-21378 add setParameter startupAuthSchemaValidation used to bypass auth...Hai-Kinh Hoang2016-08-041-0/+3
* SERVER-17856: Allow mongod users to currentOp and killOp own operationsSpencer Jackson2016-07-291-0/+18
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-38/+37
* SERVER-17817 Make AuthorizationManager a decoration on ServiceContext.Andy Schwerin2015-04-161-14/+4
* SERVER-17496 Move sharding-specific auth code out of clientKaloian Manassiev2015-03-261-2/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-3/+5
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-6/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+6
* SERVER-12539 Make mongorestore not interfere with ongoing user or role modifi...Spencer T Brody2014-03-051-0/+1
* SERVER-12116 Return better messages to the user when the authz version field ...Spencer T Brody2014-03-031-1/+3
* SERVER-12369 SERVER-11461 Update mongodump and mongorestore to properly handl...Spencer T Brody2014-01-291-1/+2
* SERVER-9516 Introduce symbolic constants for authz schema versions, renumber ...Andy Schwerin2013-10-251-1/+9
* SERVER-9516 Support for determining and examining the version of the auth sch...Andy Schwerin2013-10-181-3/+30
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Set up globalAuthorizationManager for the unit tests that need itSpencer T Brody2013-06-031-0/+5
* Fix assert codeSpencer T Brody2013-05-311-2/+2
* Set up a single global AuthorizationManager in mongos and mongodSpencer T Brody2013-05-311-0/+38