summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/role_graph.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-161-0/+44
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-4/+4
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-36/+18
* SERVER-29184 Update RoleGraph to propagate restrictions via subordinatesSara Golemon2017-07-231-19/+24
* SERVER-29179 Extend the role document parser to parse authenticationRestrictionsSara Golemon2017-07-231-1/+20
* SERVER-29910 Make RoleGraph non-copyable (but movable)Sara Golemon2017-07-011-14/+0
* Revert "SERVER-29910 Make RoleGraph non-copyable (but movable)"Kaloian Manassiev2017-06-301-0/+14
* SERVER-29910 Make RoleGraph non-copyable (but movable)Sara Golemon2017-06-301-14/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-23/+24
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-466/+464
* SERVER-11475 Change recomputePrivilegeData from recursive to iterative to avo...Spencer T Brody2013-11-131-76/+92
* SERVER-11411 Give rolesInfo command the ability to list all roles defined for...Spencer T Brody2013-11-131-1/+15
* SERVER-10670 Add RoleGraph::replaceRole method.Andy Schwerin2013-10-061-0/+21
* SERVER-10670 Maintain role graph consistency.Andy Schwerin2013-10-051-63/+42
* SERVER-9515 Implement several remaining role manipulation commandsSpencer T Brody2013-10-041-8/+8
* SERVER-9515 Fix test of indirect privilege tracking in role graphSpencer T Brody2013-10-021-0/+4
* SERVER-9515 Track indirect roles for roles in the RoleGraphSpencer T Brody2013-10-021-15/+67
* SERVER-9515 Implement grantPrivilegesToRole command.Spencer T Brody2013-10-021-6/+19
* SERVER-9515 Provide function for generating BSON representation of a roleSpencer T Brody2013-09-271-14/+35
* SERVER-1105 Update AuthorizationSession's logic for collection-level access c...Andy Schwerin2013-09-261-20/+2
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-4/+6
* SERVER-9518 Hook up RoleGraph to AuthorizationManager and move all handling o...Spencer T Brody2013-09-091-13/+58
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9518 Initial implementation of new User classSpencer T Brody2013-05-231-33/+0
* SERVER-9518 Initial implementation of RoleGraph data structuresSpencer T Brody2013-05-221-0/+433