summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/user_management_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-3/+2
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-111/+137
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-281-137/+111
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-281-111/+137
* SERVER-36606: Allow commands to expose names of sensitive fieldsSpencer Jackson2018-09-171-5/+4
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-7/+3
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-08-011-5/+5
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-311-5/+5
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-311-5/+5
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-4/+6
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-35698 Uncap usersInfo output past 101 resultsSpencer Jackson2018-06-201-8/+14
* SERVER-35487 Remove FCV 4.0 checks from user managementSara Golemon2018-06-071-9/+0
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-161-2/+2
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-377/+175
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-1/+1
* Revert "SERVER-28871 remove obsolete Command::isUserManagementCommand"Denis Khodyakov2018-04-251-0/+60
* SERVER-28871 remove obsolete Command::isUserManagementCommandBilly Donahue2018-04-241-60/+0
* SERVER-34446: Remove normalization of SCRAM-SHA-256 prinicpal namesSpencer Jackson2018-04-131-7/+0
* SERVER-34401: Add support for {forAllDBs: true} to usersInfoSpencer Jackson2018-04-131-4/+7
* SERVER-34171 Make isUserManagementCommand a property of Command.Billy Donahue2018-03-281-0/+60
* SERVER-32975: Expose mechanism info in usersInfoSpencer Jackson2018-03-261-19/+59
* SERVER-33842: updateUser must return UserNotFoundSpencer Jackson2018-03-151-5/+8
* SERVER-32974 Enhance createUser/updateUser to support SCRAM-SHA-256Sara Golemon2018-02-151-41/+180
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-11/+12
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-19/+19
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-19/+19
* SERVER-33012 Create scramSHA256IterationCount setParameterSara Golemon2018-02-011-2/+2
* SERVER-32958 small changes to remaining Command member signatures.Billy Donahue2018-02-011-2/+2
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-46/+38
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-38/+46
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-46/+38
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-47/+45
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-251-2/+2
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-39/+28
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-135/+137
* SERVER-32231 Remove MONGODB-CRSara Golemon2017-12-191-24/+10
* SERVER-32245 Update and clarify authSchema version checksSara Golemon2017-12-181-24/+31
* SERVER-32277 Remove MONGODB-CR -> SCRAM-SHA-1 upgradeSara Golemon2017-12-181-214/+0
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-061-63/+22
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-7/+2
* SERVER-29182: Ensure propagation of user ID in usersInfoSpencer Jackson2017-08-011-5/+3
* SERVER-29182: Add restriction support to the usersInfo commandSpencer Jackson2017-07-311-22/+39
* SERVER-29187 Update the auditing framework for user and role restrictionsSara Golemon2017-07-271-9/+37
* SERVER-29371 Move auth privilege.h/.cpp into own library for use in aggJames Wahlin2017-07-251-0/+1
* SERVER-29181 Add restriction support to the updateRoleSara Golemon2017-07-241-2/+22
* SERVER-29180 Add restriction support to the createRoleSara Golemon2017-07-241-0/+5
* SERVER-29183 Add restriction support to rolesInfoSara Golemon2017-07-241-24/+30
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-241-30/+34