summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user_document_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256Sara Golemon2018-02-011-28/+65
* SERVER-32231 Remove MONGODB-CRSara Golemon2017-12-191-27/+3
* SERVER-32258 Remove V1UserDocumentParserSara Golemon2017-12-131-134/+0
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-24/+20
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-15/+0
* SERVER-29371 Move auth privilege.h/.cpp into own library for use in aggJames Wahlin2017-07-251-0/+1
* SERVER-29183 Add restriction support to rolesInfoSara Golemon2017-07-241-12/+42
* SERVER-29173: Parse authentication restrictions from user documentsSara Golemon2017-07-141-0/+32
* SERVER-28190 Add internal tracking ids to userssamantharitter2017-05-051-0/+15
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-1/+2
* SERVER-21535 Make mongos ignore unrecognized actions during privilege parsing...Spencer T Brody2015-12-091-2/+16
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-408/+379
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-4/+4
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14650 Rename ROLE_SOURCE_FIELD_NAME to ROLE_DB_FIELD_NAMEAmalia Hawkins2014-07-221-2/+2
* SERVER-12512: Add role-based, selective audit logging.Amalia Hawkins2014-07-211-0/+31
* SERVER-14426 Add a StringData method to BSONElementSpencer T Brody2014-07-021-16/+8
* SERVER-7596 Basic support for SCRAM-SHA1 using Cyrus SASLAndreas2014-05-301-15/+61
* SERVER-11961 Make names of the direct and indirect privileges and roles field...Spencer T Brody2014-01-071-4/+5
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-10/+10
* SERVER-11464 Fix user document parser now that external users have 'credentia...Spencer T Brody2013-10-301-28/+55
* SERVER-11260 Remove all code related to advanced role delegationSpencer T Brody2013-10-211-38/+14
* SERVER-9516 Eliminate declaration of unimplemented function, update comment.Andy Schwerin2013-10-181-2/+0
* SERVER-9517 Fix backwards condition in user document parserSpencer T Brody2013-10-111-2/+2
* SERVER-9517 SERVER-6246 Make 'hasRole' and 'canDelegate' fields in roles arra...Spencer T Brody2013-10-111-31/+11
* SERVER-9515 SERVER-6246 SERVER-9517 Instead of "name", in user objects use "u...Spencer T Brody2013-10-101-1/+1
* SERVER-9517 Rename "source" field for users and roles to "db"Spencer T Brody2013-10-061-8/+6
* SERVER-10670 Maintain role graph consistency.Andy Schwerin2013-10-051-65/+117
* SERVER-10985 Get rid of obsolete resource name constants in AuthorizationMana...Andrew Schwerin2013-10-011-6/+0
* SERVER-6246 Rename PrivilegeDocumentParser to UserDocumentParser and move use...Spencer T Brody2013-09-251-0/+448