summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/action_set.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58827 Delete unused method ActionSet::parseActionSetFromStringErwin Pe2021-08-021-16/+0
* SERVER-54501 Write AuthorizationContract classMark Benvenuto2021-02-261-3/+7
* SERVER-43187 ActionType enum class (remove generator script)Billy Donahue2020-05-141-31/+33
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-3/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-2/+2
* 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