summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user_management_commands_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Source code refactor. Removed redundant functionalities in user_managements_c...Krishna Narasimhan2015-03-091-19/+11
* 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, don'...Spencer T Brody2014-07-181-0/+12
* SERVER-7596 Basic support for SCRAM-SHA1 using Cyrus SASLAndreas2014-05-301-1/+10
* SERVER-12539 Make mongorestore not interfere with ongoing user or role modifi...Spencer T Brody2014-03-051-0/+46
* SERVER-12712 Remove dependency on auth_helpers from C++ clientAndrew Morrow2014-02-141-1/+3
* SERVER-11995 Have authSchemaUpgrade sent to a mongos upgrade auth schema ever...Andy Schwerin2014-01-101-2/+26
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-4/+4
* SERVER-11381 Make grant/revokePrivilegesFromRole commands reject empty 'privi...Spencer T Brody2013-11-261-0/+5
* SERVER-11411 Give rolesInfo command the ability to list all roles defined for...Spencer T Brody2013-11-131-4/+24
* SERVER-9516 Introduce command to take one step in the user schema upgrade pro...Andy Schwerin2013-11-121-0/+21
* SERVER-11527 Rename 'grantedRoles' and 'revokedRoles' to just 'roles' in the ...Spencer T Brody2013-11-011-5/+4
* SERVER-11507 drop(User|Role)sFromDatabase renamed to dropAll(User|Role)sFromD...matt dannenberg2013-10-311-10/+10
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-2/+2
* SERVER-10855 Add option to let client hash user's password.Spencer T Brody2013-10-231-4/+18
* SERVER-11260 Remove all code related to advanced role delegationSpencer T Brody2013-10-211-58/+3
* SERVER-9515 Fix updateRole commandSpencer T Brody2013-10-151-1/+1
* SERVER-6246 Validate that user passwords can't be emptySpencer T Brody2013-10-111-0/+3
* SERVER-9517 SERVER-6246 Make 'hasRole' and 'canDelegate' fields in roles arra...Spencer T Brody2013-10-111-3/+6
* SERVER-6246 SERVER-9515 Update usersInfo and rolesInfo commands to new APISpencer T Brody2013-10-061-60/+141
* SERVER-6246 SERVER-9515 Rename removeUser and removeRole commands to dropUser...Spencer T Brody2013-10-061-24/+24
* SERVER-9517 Rename "source" field for users and roles to "db"Spencer T Brody2013-10-061-4/+13
* SERVER-10670 Expose more parsing functionality from user_management_commands_...Andy Schwerin2013-10-051-24/+23
* SERVER-9515 Implement several remaining role manipulation commandsSpencer T Brody2013-10-041-81/+52
* SERVER-6246 SERVER-9515 Clean up parsing of some existing user and role manag...Spencer T Brody2013-10-041-211/+118
* SERVER-9515 Implement rolesInfo commandSpencer T Brody2013-10-021-11/+13
* SERVER-9515 Move getBSONForRole into AuthorizationManagerSpencer T Brody2013-09-271-44/+0
* SERVER-9515 Provide function for generating BSON representation of a roleSpencer T Brody2013-09-271-0/+45
* SERVER-9515 Provide mechanism to convert a Privilege object into a ParsedPriv...Spencer T Brody2013-09-261-1/+1
* SERVER-9515 Implement parsing of grantPrivilegesToRole commandSpencer T Brody2013-09-261-28/+84
* SERVER-6246 Rename PrivilegeDocumentParser to UserDocumentParser and move use...Spencer T Brody2013-09-251-0/+629