summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-241-5/+5
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-141-5/+5
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-131-5/+5
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-61038 invalidate system user after runtime change to clusterIpSourceAl...sergey.galtsev2021-11-161-1/+2
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-11-091-0/+27
* SERVER-60425: Cache users during exact-match usersInfo commandsVarun Ravichandran2021-10-191-0/+72
* SERVER-60333 Refactor UserName and RoleNameSara Golemon2021-10-181-1/+1
* Revert "SERVER-59148: Periodically refresh LDAP users in authorization user c...Varun Ravichandran2021-10-041-27/+0
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-10-011-0/+27
* SERVER-50181 Separate direct and indirect authentication restrictions on user...Sara Golemon2020-08-191-0/+23
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-10/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* 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