summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/role_graph_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-1/+1
* SERVER-27600: Add queryable backup builtin roleSpencer Jackson2017-09-261-0/+1
* SERVER-29184 Update RoleGraph to propagate restrictions via subordinatesSara Golemon2017-07-231-2/+47
* SERVER-29179 Extend the role document parser to parse authenticationRestrictionsSara Golemon2017-07-231-0/+120
* SERVER-29910 Make RoleGraph non-copyable (but movable)Sara Golemon2017-07-011-41/+0
* Revert "SERVER-29910 Make RoleGraph non-copyable (but movable)"Kaloian Manassiev2017-06-301-0/+41
* SERVER-29910 Make RoleGraph non-copyable (but movable)Sara Golemon2017-06-301-41/+0
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-4/+4
* SERVER-22237 Fix unit test role_graph_testAndreas Nilsson2016-02-031-0/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-670/+673
* 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