summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/action_set.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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