summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12712 Remove dependency on auth_helpers from C++ clientAndrew Morrow2014-02-143-2/+6
* SERVER-12077 Log when auth schema upgrade fails due to out of date serverSpencer T Brody2014-02-131-1/+1
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-1310-16/+16
* SERVER-12704: cleanup updatedriver optionsScott Hernandez2014-02-122-2/+0
* SERVER-12616 Presume that the localhost exception does not apply in mongos wh...Andy Schwerin2014-02-121-2/+8
* Move some code out of auth_helpers.cpp back to the AuthorizationManagerSpencer T Brody2014-02-071-3/+102
* Add missing space to error messageSpencer T Brody2014-02-071-1/+1
* SERVER-12513 At startup, if a 2.4-style index on admin.system.users is detect...Spencer T Brody2014-02-072-12/+45
* SERVER-12541 Give restore role the ability to query admin.system.versionSpencer T Brody2014-02-061-1/+2
* SERVER-12597 Remove dead authz codeAndreas Nilsson2014-02-046-42/+0
* Revert "SERVER-12513 If a 2.4-style index on admin.system.users is detected, ...Andy Schwerin2014-01-302-45/+12
* SERVER-12513 If a 2.4-style index on admin.system.users is detected, remove itSpencer T Brody2014-01-292-12/+45
* SERVER-12369 SERVER-11461 Update mongodump and mongorestore to properly handl...Spencer T Brody2014-01-295-128/+20
* SERVER-12493 Remove privileges on "admin.mms.backup" collection from the "bac...Spencer T Brody2014-01-291-8/+0
* SERVER-12519 renamed admin hints to index filtersBenety Goh2014-01-292-2/+2
* SERVER-12383 Add upper bound for userCacheInvalidationIntervalAndreas Nilsson2014-01-291-2/+3
* SERVER-12286 Fix incomplete error message in role graph initialization codeSpencer T Brody2014-01-211-1/+1
* SERVER-12241 Cleanup of action types for internal actionsAndreas Nilsson2014-01-212-5/+1
* SERVER-8871 admin hintsBenety Goh2014-01-152-0/+2
* SERVER-11875 Convert remaining internal writes to use write commandsRandolph Tan2014-01-151-91/+22
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-1/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-12093 Improve error message when adding a user with a role that doesn'...Spencer T Brody2014-01-141-2/+15
* SERVER-12194 Better error message when an invalid role is encountered during ...Spencer T Brody2014-01-141-1/+2
* SERVER-12351 Correct comments in action_types.txtAndreas Nilsson2014-01-131-3/+3
* SERVER-12348 removed false comment from action_types.txtMatt Dannenberg2014-01-131-1/+1
* SERVER-11995 Have authSchemaUpgrade sent to a mongos upgrade auth schema ever...Andy Schwerin2014-01-105-11/+77
* SERVER-12035 Allow the clusterMonitor role to read local.system.replsetSpencer T Brody2014-01-081-0/+5
* SERVER-11681 move distlock to s/ directory - not part of clientGreg Studer2014-01-082-2/+2
* SERVER-11961 Make names of the direct and indirect privileges and roles field...Spencer T Brody2014-01-072-16/+28
* SERVER-12119 Add new command to allow applications to append notes to the oplogSpencer T Brody2014-01-072-2/+6
* SERVER-12243 SERVER-12239 Remove dead authz codeAndreas Nilsson2014-01-072-17/+0
* SERVER-12241 Combine internal action types into oneAndreas Nilsson2014-01-071-15/+2
* SERVER-12236 Don't query admin.system.users on new localhost connections if t...Spencer T Brody2014-01-021-2/+2
* SERVER-5470 added plan cache DB commandsBenety Goh2013-12-312-1/+6
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-249-43/+166
* SERVER-12042 Add support for command oplog entries previously unhandled by Ro...Andy Schwerin2013-12-123-3/+16
* SERVER-1891 added comment explaining that the shardCollection actiontype is o...matt dannenberg2013-12-121-1/+1
* SERVER-1891 added shardCollection actiontype for the auditlogmatt dannenberg2013-12-121-0/+1
* SERVER-7246 legacy user authentication should use primary preferred read prefGreg Studer2013-12-112-3/+21
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-105-0/+60
* Make changeOwnCustomData privilege target the user's database rather than the...Spencer T Brody2013-12-031-1/+2
* Make sure userAdminAnyDatabase can actually run invalidateUserCacheSpencer T Brody2013-12-031-2/+4
* SERVER-11385 Make grant/revokePrivilegesFromRole command reject privileges wi...Spencer T Brody2013-11-261-1/+1
* SERVER-11381 Make grant/revokePrivilegesFromRole commands reject empty 'privi...Spencer T Brody2013-11-261-0/+5
* Remove last references to hasRole and canDelegate fieldsSpencer T Brody2013-11-261-8/+2
* SERVER-11827 Make changeOwnPassword privilege target the user's database rath...Spencer T Brody2013-11-221-1/+2
* SERVER-11658 Consistently use Library targetAndrew Morrow2013-11-181-47/+47
* SERVER-11709 RoleGraph should ignore oplog entries for the applyOps command.Andy Schwerin2013-11-151-0/+5
* SERVER-11475 Change recomputePrivilegeData from recursive to iterative to avo...Spencer T Brody2013-11-133-78/+99