summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user_management_commands_parser.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-26/+28
* SERVER-29182: Add restriction support to the usersInfo commandSpencer Jackson2017-07-311-4/+5
* SERVER-29180 Add restriction support to the createRoleSara Golemon2017-07-241-0/+1
* SERVER-29183 Add restriction support to rolesInfoSara Golemon2017-07-241-9/+8
* SERVER-29177: Add restriction support to createUserSpencer Jackson2017-07-211-0/+1
* SERVER-25592 Remove unused writeConcern parsing done by auth commandsKaloian Manassiev2016-08-131-4/+2
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-2/+4
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-4/+2
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-2/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22604 remove dead writeConcern related codeJudah Schvimer2016-04-251-17/+9
* SERVER-19721 Restore the authSchemaUpgrade commandAndreas Nilsson2015-09-081-0/+14
* Revert "SERVER-20134 Restore the authSchemaUpgrade command"matt dannenberg2015-09-081-14/+0
* SERVER-20134 Restore the authSchemaUpgrade commandAndreas Nilsson2015-09-071-0/+14
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-187/+182
* SERVER-17412 removed authSchemaUpgrade commandBenety Goh2015-02-271-10/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-8/+8
* SERVER-16465 Removed mech parameter from [create|update]User commandsAndreas Nilsson2014-12-171-1/+0
* SERVER-12512: Add role-based, selective audit logging.Amalia Hawkins2014-07-211-1/+0
* SERVER-14212 When restoring users and roles for a single db with --drop, don'...Spencer T Brody2014-07-181-1/+6
* SERVER-7596 Basic support for SCRAM-SHA1 using Cyrus SASLAndreas2014-05-301-1/+3
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-12539 Make mongorestore not interfere with ongoing user or role modifi...Spencer T Brody2014-03-051-0/+17
* SERVER-11995 Have authSchemaUpgrade sent to a mongos upgrade auth schema ever...Andy Schwerin2014-01-101-2/+7
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-1/+10
* SERVER-11411 Give rolesInfo command the ability to list all roles defined for...Spencer T Brody2013-11-131-2/+10
* SERVER-9516 Introduce command to take one step in the user schema upgrade pro...Andy Schwerin2013-11-121-0/+8
* SERVER-11527 Rename 'grantedRoles' and 'revokedRoles' to just 'roles' in the ...Spencer T Brody2013-11-011-1/+0
* SERVER-11507 drop(User|Role)sFromDatabase renamed to dropAll(User|Role)sFromD...matt dannenberg2013-10-311-6/+6
* SERVER-11260 Remove all code related to advanced role delegationSpencer T Brody2013-10-211-1/+1
* SERVER-6246 SERVER-9515 Update usersInfo and rolesInfo commands to new APISpencer T Brody2013-10-061-10/+21
* SERVER-6246 SERVER-9515 Rename removeUser and removeRole commands to dropUser...Spencer T Brody2013-10-061-18/+18
* SERVER-10670 Expose more parsing functionality from user_management_commands_...Andy Schwerin2013-10-051-0/+16
* SERVER-9515 Implement several remaining role manipulation commandsSpencer T Brody2013-10-041-7/+23
* SERVER-6246 SERVER-9515 Clean up parsing of some existing user and role manag...Spencer T Brody2013-10-041-38/+45
* SERVER-9515 Implement rolesInfo commandSpencer T Brody2013-10-021-6/+8
* SERVER-9515 Move getBSONForRole into AuthorizationManagerSpencer T Brody2013-09-271-12/+0
* SERVER-9515 Provide function for generating BSON representation of a roleSpencer T Brody2013-09-271-0/+12
* SERVER-9515 Implement parsing of grantPrivilegesToRole commandSpencer T Brody2013-09-261-0/+13
* SERVER-6246 Rename PrivilegeDocumentParser to UserDocumentParser and move use...Spencer T Brody2013-09-251-0/+126