summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/role_name.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-11/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-5261 Include authentication information in currentOp outputJonathan Reams2018-09-141-0/+18
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-1/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-109/+139
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-11411 Give rolesInfo command the ability to list all roles defined for...Spencer T Brody2013-11-131-1/+4
* SERVER-10670 Templatize the RoleNameIteratorImpl for std containers.Andy Schwerin2013-10-051-18/+26
* SERVER-9515 Track indirect roles for roles in the RoleGraphSpencer T Brody2013-10-021-1/+1
* SERVER-9515 Provide function for generating BSON representation of a roleSpencer T Brody2013-09-271-8/+8
* SERVER-9518 Change how User objects store their roles and delegatable rolesSpencer T Brody2013-09-121-0/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6246 Change user management commands to use the new v2 style user docu...Spencer T Brody2013-09-061-0/+3
* SERVER-9518 Initial implementation of new User classSpencer T Brody2013-05-231-1/+29
* SERVER-9518 Initial implementation of RoleGraph data structuresRandolph Tan2013-05-221-1/+1
* SERVER-9518 Initial implementation of RoleGraph data structuresSpencer T Brody2013-05-221-0/+130