summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/action_set.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24900 Remove duplicated auth code of replset commandsSiyuan Zhou2016-07-061-0/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+4
* SERVER-21535 Make mongos ignore unrecognized actions during privilege parsing...Spencer T Brody2015-12-091-13/+24
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-88/+87
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11295 Encode 'anyAction' in a future-proof waySpencer T Brody2013-10-221-2/+30
* SERVER-9515 Provide mechanism to convert a Privilege object into a ParsedPriv...Spencer T Brody2013-09-261-0/+11
* Reimplement PrivilegeSet.Andy Schwerin2012-12-141-0/+12
* Change auth data structures to use Apache licenseSpencer T Brody2012-11-271-15/+14
* SERVER-7126 Make ActionType names and string representations the sameSpencer T Brody2012-11-051-1/+1
* Ennumerate all actions in ActionType, and use ActionSet for roles. SERVER-7126Spencer T Brody2012-11-051-0/+8
* SERVER-7126 Use std::bitset in ActionSet instead of uint64_tSpencer T Brody2012-10-261-2/+3
* SERVER-7126 Fix Windows warningsTad Marshall2012-10-241-2/+2
* SERVER-7126 More work on new data structures for authorization.Spencer T Brody2012-10-231-40/+19
* SERVER-7126 Introduce new auth data structuresSpencer T Brody2012-10-101-0/+98