summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/user_management_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-141-3/+3
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-1/+2
* SERVER-49077 IDLify UMC Mutation commandsSara Golemon2020-07-021-1142/+785
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-13/+17
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46645 Make the UserCacheInvalidatorJob expect both OID and TimestampKaloian Manassiev2020-03-061-3/+10
* SERVER-44978 Move the "cache generation" to AuthorizationManagerImplKaloian Manassiev2020-02-271-155/+146
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-9/+22
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-46/+34
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-5/+5
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40529 Refresh pinned users in background threadJonathan Reams2019-05-281-13/+23
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-8/+7
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-02-141-0/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-0/+2
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-3/+3
* SERVER-37834 Implement RFC 4514 X509 DN parserJonathan Reams2018-12-171-1/+1
* SERVER-28871: Remove user management command write concern backwards compatib...Spencer Jackson2018-12-031-60/+0
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-2/+2
* 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