summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/role_graph_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11475 Change recomputePrivilegeData from recursive to iterative to avo...Spencer T Brody2013-11-131-0/+6
* SERVER-11411 Give rolesInfo command the ability to list all roles defined for...Spencer T Brody2013-11-131-0/+50
* SERVER-10670 Maintain role graph consistency.Andy Schwerin2013-10-051-55/+79
* SERVER-9515 Implement several remaining role manipulation commandsSpencer T Brody2013-10-041-79/+55
* SERVER-9515 Fix test of indirect privilege tracking in role graphSpencer T Brody2013-10-021-0/+1
* SERVER-9515 Track indirect roles for roles in the RoleGraphSpencer T Brody2013-10-021-0/+24
* SERVER-9515 Provide function for generating BSON representation of a roleSpencer T Brody2013-09-271-0/+2
* SERVER-1105 Update AuthorizationSession's logic for collection-level access c...Andy Schwerin2013-09-261-68/+105
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-56/+56
* SERVER-9518 Hook up RoleGraph to AuthorizationManager and move all handling o...Spencer T Brody2013-09-091-5/+47
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9518 Initial implementation of RoleGraph data structuresSpencer T Brody2013-05-221-0/+558