summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/role_name.h
Commit message (Expand)AuthorAgeFilesLines
* 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