summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user_document_parser_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-100/+133
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-281-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-343/+433
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-6/+5
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* fix unit test now that external users have 'credentials' fieldsSpencer T Brody2013-10-301-8/+10
* SERVER-11260 Remove all code related to advanced role delegationSpencer T Brody2013-10-211-26/+39
* SERVER-9517 Fix unit test now that hasRole and canDelegate are optionalSpencer T Brody2013-10-111-76/+12
* SERVER-9515 SERVER-6246 SERVER-9517 Instead of "name", in user objects use "u...Spencer T Brody2013-10-101-43/+43
* SERVER-9517 Rename "source" field for users and roles to "db"Spencer T Brody2013-10-061-33/+33
* SERVER-10670 Maintain role graph consistency.Andy Schwerin2013-10-051-18/+11
* SERVER-1105 Update AuthorizationSession's logic for collection-level access c...Andy Schwerin2013-09-261-4/+4
* SERVER-6246 Rename PrivilegeDocumentParser to UserDocumentParser and move use...Spencer T Brody2013-09-251-0/+444