summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/resource_pattern.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75529 Reduce the width of NamespaceStringMatt Broadstone2023-04-261-2/+2
* SERVER-76190 Add tenant-aware ResourcePattern APIsSara Golemon2023-04-181-16/+68
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-10/+15
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-5/+6
* SERVER-61617 Restrict actionType/matchType combinations on serverlessSara Golemon2021-12-291-1/+0
* SERVER-56444 Grant read/write access on time-series buckets collections to ad...Mark Benvenuto2021-06-101-2/+67
* SERVER-54521 Extend access_check for simple and privilegesMark Benvenuto2021-03-081-0/+7
* SERVER-54501 Write AuthorizationContract classMark Benvenuto2021-02-261-0/+9
* SERVER-54500 Encode access_checks and resource_pattern match type as a string...Mark Benvenuto2021-02-251-27/+19
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-15/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-162/+169
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10670 Make ParsedPrivilege capable of representing the "any" resource.Andy Schwerin2013-10-051-0/+7
* SERVER-1105 Update AuthorizationSession's logic for collection-level access c...Andy Schwerin2013-09-261-54/+7
* SERVER-9515 Provide mechanism to convert a Privilege object into a ParsedPriv...Spencer T Brody2013-09-261-0/+37
* SERVER-1105 Introduce ResourcePattern type, for matching against resources in...Andy Schwerin2013-09-201-0/+201