summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user.h
Commit message (Expand)AuthorAgeFilesLines
* 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