summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/role_graph.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-6/+6
* SERVER-29184 Update RoleGraph to propagate restrictions via subordinatesSara Golemon2017-07-231-0/+14
* SERVER-29179 Extend the role document parser to parse authenticationRestrictionsSara Golemon2017-07-231-6/+29
* SERVER-29910 Make RoleGraph non-copyable (but movable)Sara Golemon2017-07-011-5/+9
* Revert "SERVER-29910 Make RoleGraph non-copyable (but movable)"Kaloian Manassiev2017-06-301-13/+5
* SERVER-29910 Make RoleGraph non-copyable (but movable)Sara Golemon2017-06-301-5/+13
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-265/+263
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-11475 Change recomputePrivilegeData from recursive to iterative to avo...Spencer T Brody2013-11-131-2/+1
* SERVER-11411 Give rolesInfo command the ability to list all roles defined for...Spencer T Brody2013-11-131-1/+15
* remove bad forward declarationScott Hernandez2013-10-241-2/+0
* SERVER-10670 Make addRoleFromDocument and handleLogOp members of RoleGraph.Andy Schwerin2013-10-061-0/+21
* SERVER-10670 Add RoleGraph::replaceRole method.Andy Schwerin2013-10-061-0/+13
* SERVER-10670 Maintain role graph consistency.Andy Schwerin2013-10-051-5/+20
* SERVER-9515 Implement several remaining role manipulation commandsSpencer T Brody2013-10-041-9/+7
* SERVER-9515 Track indirect roles for roles in the RoleGraphSpencer T Brody2013-10-021-1/+9
* SERVER-9515 Implement grantPrivilegesToRole command.Spencer T Brody2013-10-021-5/+5
* SERVER-9515 Provide function for generating BSON representation of a roleSpencer T Brody2013-09-271-2/+2
* SERVER-1105 Update AuthorizationSession's logic for collection-level access c...Andy Schwerin2013-09-261-3/+2
* SERVER-9518 Rename "system" roles to "built-in" rolesSpencer T Brody2013-09-091-5/+5
* SERVER-9518 Move V0 system role constants into RoleGraphSpencer T Brody2013-09-091-0/+6
* SERVER-9518 Hook up RoleGraph to AuthorizationManager and move all handling o...Spencer T Brody2013-09-091-6/+51
* 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/+185