summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user_document_parser.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-28/+30
|
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
|
* SERVER-12512: Add role-based, selective audit logging.Amalia Hawkins2014-07-211-0/+1
|
* SERVER-11260 Remove all code related to advanced role delegationSpencer T Brody2013-10-211-3/+2
|
* SERVER-9516 Eliminate declaration of unimplemented function, update comment.Andy Schwerin2013-10-181-6/+0
|
* SERVER-9517 SERVER-6246 Make 'hasRole' and 'canDelegate' fields in roles ↵Spencer T Brody2013-10-111-3/+1
| | | | array optional
* SERVER-10670 Maintain role graph consistency.Andy Schwerin2013-10-051-47/+21
| | | | | | | | Keeps the RoleGraph up to date in mongod, and converts MongoS to simply ask the config server for required information about users and roles. Performs somewhat aggressive cache invalidation of the users cache in mongod. Still no cache invalidation in mongos.
* SERVER-6246 Rename PrivilegeDocumentParser to UserDocumentParser and move ↵Spencer T Brody2013-09-251-0/+110
user_management_commands_parser into auth directory