summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/privilege_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26839: Improve readWriteDatabase role coverageSpencer Jackson2016-11-141-2/+7
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-1/+3
* SERVER-21535 Make mongos ignore unrecognized actions during privilege parsing...Spencer T Brody2015-12-091-9/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-348/+357
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-12597 Remove dead authz codeAndreas Nilsson2014-02-041-14/+0
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11385 Make grant/revokePrivilegesFromRole command reject privileges wi...Spencer T Brody2013-11-261-1/+1
* SERVER-11295 Encode 'anyAction' in a future-proof waySpencer T Brody2013-10-221-9/+4
* SERVER-10670 Make ParsedPrivilege capable of representing the "any" resource.Andy Schwerin2013-10-051-7/+52
* SERVER-9515 Provide function for generating BSON representation of a roleSpencer T Brody2013-09-271-4/+6
* SERVER-9515 Provide mechanism to convert a Privilege object into a ParsedPriv...Spencer T Brody2013-09-261-3/+33
* SERVER-9515 Provide mechanism to convert a ParsedPrivilege into a Privilege o...Spencer T Brody2013-09-261-0/+50
* SERVER-6246 Rename PrivilegeDocumentParser to UserDocumentParser and move use...Spencer T Brody2013-09-251-0/+333