summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-08-011-20/+4
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-311-4/+20
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-311-20/+4
* SERVER-32942: Let users listcollections their own collectionsSpencer Jackson2018-05-161-0/+5
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-9/+0
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+1
* SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256Sara Golemon2018-02-011-0/+20
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-17/+3
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-10/+21
* SERVER-29172: Attach RestrictionDocuments to UserSpencer Jackson2017-06-211-0/+4
* SERVER-28190 Add internal tracking ids to userssamantharitter2017-05-051-1/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-116/+112
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-12512: Add role-based, selective audit logging.Amalia Hawkins2014-07-211-0/+11
* SERVER-14089 Remove support for schemaVersion24 users.Andy Schwerin2014-05-291-18/+0
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-9516 User objects must be immutable after first returned from AuthMana...Andy Schwerin2013-11-131-7/+8
* SERVER-9516 Introduce symbolic constants for authz schema versions, renumber ...Andy Schwerin2013-10-251-4/+10
* SERVER-9516 Support schemaV24 users, for use prior to auth schema upgrade.Andy Schwerin2013-10-251-1/+17
* SERVER-11260 Remove all code related to advanced role delegationSpencer T Brody2013-10-211-25/+6
* SERVER-6246 SERVER-9515 Implement proper authz checks for user and role manag...Spencer T Brody2013-10-101-0/+4
* SERVER-10670 Add setPrivileges and setRoleData methods to User.Andy Schwerin2013-10-051-0/+16
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-6/+6
* SERVER-9518 Change how User objects store their roles and delegatable rolesSpencer T Brody2013-09-121-17/+17
* SERVER-9518 Store delegatable roles list in User object in memorySpencer T Brody2013-09-091-0/+19
* SERVER-6246 In smoke.py, use command to create user, rather than direct inser...Spencer T Brody2013-08-061-1/+3
* SERVER-9518 Use User cache to get credential information for authentication c...Spencer T Brody2013-07-301-0/+4
* SERVER-9518 Initial implementation of acquire/releaseUser methods in Authoriz...Spencer T Brody2013-07-011-0/+1
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-1/+1
* SERVER-9518 Initial implementation of new User classSpencer T Brody2013-05-231-0/+108