summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user_management_commands_parser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
|
* SERVER-51866 IDLify MergeAuthzCollections commandSara Golemon2020-11-101-45/+0
|
* SERVER-51864 IDLify usersInfo and rolesInfo commandsSara Golemon2020-11-091-153/+0
|
* SERVER-49077 IDLify UMC Mutation commandsSara Golemon2020-07-021-330/+0
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+9
|
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-2/+1
|
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-8/+8
| | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
|
* SERVER-34401: Add support for {forAllDBs: true} to usersInfoSpencer Jackson2018-04-131-1/+6
|
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-2/+2
| | | | | | | | | Remove the static tables floating around at namespace scope. break CommandHelpers::isGenericArgument into command_generic_argument library so it doesn't have to be inline. Some callers depend on it but would have a circularity if they actually added db/commands to their LIBDEPS.
* SERVER-32975: Expose mechanism info in usersInfoSpencer Jackson2018-03-261-0/+10
|
* SERVER-32974 Enhance createUser/updateUser to support SCRAM-SHA-256Sara Golemon2018-02-151-14/+25
|
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-12/+12
| | | | | | These headers date from before C++11 support and the `::mongo::stdx::` namespace. They can be removed and uses of the names therein can be changed to `::mongo::stdx::unordered_`* forms.
* SERVER-32460: Remove FCV 3.6 from authentication restrictionsSpencer Jackson2018-01-191-8/+2
|
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
|
* SERVER-32277 Remove MONGODB-CR -> SCRAM-SHA-1 upgradeSara Golemon2017-12-181-39/+0
|
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-2/+4
|
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-4/+2
|
* SERVER-29182: Add restriction support to the usersInfo commandSpencer Jackson2017-07-311-0/+15
|
* SERVER-30434: Process authenticationRestrictions in FCV 3.4Spencer Jackson2017-07-311-2/+8
|
* SERVER-29180 Add restriction support to the createRoleSara Golemon2017-07-241-0/+18
|
* SERVER-29183 Add restriction support to rolesInfoSara Golemon2017-07-241-0/+19
|
* SERVER-29177: Add restriction support to createUserSpencer Jackson2017-07-211-0/+11
|
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-21/+3
|
* SERVER-25592 Remove unused writeConcern parsing done by auth commandsKaloian Manassiev2016-08-131-39/+2
|
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-4/+14
|
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-14/+4
| | | | This reverts commit d930f4832631eca7092ada4328d780f2b8d19d31.
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-4/+14
|
* SERVER-13480 Sort output of usersInfo commandHai-Kinh Hoang2016-07-261-0/+2
|
* Server-10896 Prohibit embedded NULs in role namesHai-Kinh Hoang2016-06-201-0/+5
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+5
|
* SERVER-22604 remove dead writeConcern related codeJudah Schvimer2016-04-251-41/+8
|
* SERVER-20358 prevent creation of users containing NULL charactersrahuldhodapkar2016-01-131-0/+3
|
* SERVER-21535 Make mongos ignore unrecognized actions during privilege ↵Spencer T Brody2015-12-091-2/+13
| | | | parsing while authenticating users
* SERVER-20082 add maxTimeMs to config catalog operationsMisha Tyulenev2015-10-131-0/+11
|
* SERVER-19721 Restore the authSchemaUpgrade commandAndreas Nilsson2015-09-081-0/+42
| | | | Fixed mongos rebase error for catalogManager(txn)
* Revert "SERVER-20134 Restore the authSchemaUpgrade command"matt dannenberg2015-09-081-42/+0
| | | | This reverts commit 7a3fa1f56d9cb121cae4d854f6ded2a12793077b.
* SERVER-20134 Restore the authSchemaUpgrade commandAndreas Nilsson2015-09-071-0/+42
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-532/+500
|
* SERVER-17496 Move sharding-specific auth code out of clientKaloian Manassiev2015-03-261-1/+0
|
* Corrected issue. Paramatrized one more constant in the merged methodKrishna Narasimhan2015-03-091-1/+1
| | | | | | Closes #928 Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
* Source code refactor. Removed redundant functionalities in ↵Krishna Narasimhan2015-03-091-19/+11
| | | | | | | | user_managements_command Part of #928 Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
* SERVER-17412 removed authSchemaUpgrade commandBenety Goh2015-02-271-44/+0
|
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-15/+15
|
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
|
* SERVER-16465 Removed mech parameter from [create|update]User commandsAndreas Nilsson2014-12-171-9/+0
|
* SERVER-14650 Rename ROLE_SOURCE_FIELD_NAME to ROLE_DB_FIELD_NAMEAmalia Hawkins2014-07-221-2/+2
|
* SERVER-14212 When restoring users and roles for a single db with --drop, ↵Spencer T Brody2014-07-181-0/+12
| | | | don't drop users/roles from other databases
* SERVER-7596 Basic support for SCRAM-SHA1 using Cyrus SASLAndreas2014-05-301-1/+10
|