summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50181 Separate direct and indirect authentication restrictions on user...Sara Golemon2020-08-191-1/+20
* SERVER-44978 Make the ReadThroughCache lookup asynchronousKaloian Manassiev2020-03-031-0/+1
* SERVER-46498 Store connection specified roles in authorization cache keySpencer Jackson2020-03-031-1/+31
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-171-3/+3
* Revert "SERVER-43721 Rename DistCache to ReadThroughCache"Gabriel Russell2020-01-161-3/+3
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-161-3/+3
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-26/+10
* SERVER-43853 Clarify SCRAM authentication error messagesSara Golemon2019-10-241-0/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-02-141-0/+13
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* 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-30/+7
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-311-7/+30
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-311-30/+7
* SERVER-32942: Let users listcollections their own collectionsSpencer Jackson2018-05-161-0/+5
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-2/+7
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-4/+4
* SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256Sara Golemon2018-02-011-10/+22
* SERVER-32410 Validate User::CredentialData during authSara Golemon2017-12-211-0/+11
* SERVER-32231 Remove MONGODB-CRSara Golemon2017-12-191-2/+1
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-18/+0
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-5/+9
* SERVER-29172: Attach RestrictionDocuments to UserSpencer Jackson2017-06-211-0/+17
* SERVER-28190 Add internal tracking ids to userssamantharitter2017-05-051-0/+17
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-187/+182
* SERVER-16009 Always initializing credentials for __system user.Andreas Nilsson2014-11-121-0/+11
* SERVER-12512: Add role-based, selective audit logging.Amalia Hawkins2014-07-211-0/+14
* SERVER-7596 Basic support for SCRAM-SHA1 using Cyrus SASLAndreas2014-05-301-0/+7
* SERVER-14089 Remove support for schemaVersion24 users.Andy Schwerin2014-05-291-34/+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-5/+4
* SERVER-9516 Introduce symbolic constants for authz schema versions, renumber ...Andy Schwerin2013-10-251-5/+3
* SERVER-9516 Support schemaV24 users, for use prior to auth schema upgrade.Andy Schwerin2013-10-251-2/+36
* SERVER-11260 Remove all code related to advanced role delegationSpencer T Brody2013-10-211-26/+7
* SERVER-6246 SERVER-9515 Implement proper authz checks for user and role manag...Spencer T Brody2013-10-101-0/+5
* SERVER-10670 Add setPrivileges and setRoleData methods to User.Andy Schwerin2013-10-051-3/+17
* SERVER-6246 SERVER-9515 Clean up parsing of some existing user and role manag...Spencer T Brody2013-10-041-0/+2
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-2/+4
* SERVER-9518 Change how User objects store their roles and delegatable rolesSpencer T Brody2013-09-121-14/+12
* SERVER-9518 Store delegatable roles list in User object in memorySpencer T Brody2013-09-091-1/+22
* SERVER-9518 Use User cache to get credential information for authentication c...Spencer T Brody2013-07-301-0/+5
* SERVER-9518 Initial implementation of acquire/releaseUser methods in Authoriz...Spencer T Brody2013-07-011-0/+3
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-3/+1
* SERVER-9518 Small change to commentSpencer T Brody2013-05-231-2/+2
* SERVER-9518 Initial implementation of new User classSpencer T Brody2013-05-231-0/+163