summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/action_set_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-58827 Delete unused method ActionSet::parseActionSetFromStringErwin Pe2021-08-021-11/+29
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
|
* SERVER-24900 Remove duplicated auth code of replset commandsSiyuan Zhou2016-07-061-0/+12
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-119/+119
|
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
| | | | Also update generators.
* SERVER-11295 Encode 'anyAction' in a future-proof waySpencer T Brody2013-10-221-0/+45
|
* Move ASSERT_OK macro into mongo/unittest/unittest.h.Andy Schwerin2012-11-061-2/+0
| | | | Previously, every test file that wanted it was defining it.
* SERVER-7126 Make ActionType names and string representations the sameSpencer T Brody2012-11-051-31/+31
|
* Ennumerate all actions in ActionType, and use ActionSet for roles. SERVER-7126Spencer T Brody2012-11-051-58/+43
|
* SERVER-7126 More work on new data structures for authorization.Spencer T Brody2012-10-231-37/+80
|
* SERVER-7126 Introduce new auth data structuresSpencer T Brody2012-10-101-0/+77