summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user_document_parser_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55787 Better expose getaddrinfo errors in SockAddrBen Caimano2021-04-231-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-66/+36
* 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-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256Sara Golemon2018-02-011-5/+37
* SERVER-33012 Create scramSHA256IterationCount setParameterSara Golemon2018-02-011-1/+1
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-251-1/+1
* SERVER-32460: Remove FCV 3.6 from authentication restrictionsSpencer Jackson2018-01-191-5/+0
* SERVER-32410 Validate User::CredentialData during authSara Golemon2017-12-211-1/+2
* SERVER-32231 Remove MONGODB-CRSara Golemon2017-12-191-2/+0
* SERVER-32258 Remove V1UserDocumentParserSara Golemon2017-12-131-173/+0
* SERVER-32278 Update auth unit tests to use SCRAM-SHA-1Sara Golemon2017-12-121-43/+36
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-2/+2
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+2
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-46/+0
* SERVER-30434: Process authenticationRestrictions in FCV 3.4Spencer Jackson2017-07-311-13/+0
* SERVER-29177: Add restriction support to createUserSpencer Jackson2017-07-211-0/+18
* SERVER-29173: Parse authentication restrictions from user documentsSara Golemon2017-07-141-0/+148
* SERVER-28190 Add internal tracking ids to userssamantharitter2017-05-051-0/+46
* 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