summaryrefslogtreecommitdiff
path: root/jstests/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-2/+2
* SERVER-7596 Native SCRAM-SHA-1 server side supportAndreas2014-08-281-8/+8
* SERVER-14604: Add replSetGetConfig commandScott Hernandez2014-07-281-0/+23
* SERVER-14701 backup auth role should allow running the collstats command for ...Amalia Hawkins2014-07-281-4/+27
* Revert "SERVER-14604: Add replSetGetConfig command"Spencer T Brody2014-07-281-23/+0
* SERVER-13833 userAdminAnyDatabase role should be able to create and drop inde...Amalia Hawkins2014-07-281-0/+25
* SERVER-14604: Add replSetGetConfig commandScott Hernandez2014-07-281-0/+23
* SERVER-14652 update tests for localhost exceptionJonathan2014-07-251-1/+61
* SERVER-14316 Remove addUser function from the shellAmalia Hawkins2014-07-232-65/+1
* SERVER-14212 Fix test of _mergeAuthzCollections command by adding missing "db...Spencer T Brody2014-07-181-0/+3
* SERVER-14355 Allow dbAdmin role to create system.profile collection with cust...Spencer T Brody2014-07-151-1/+10
* SERVER-9788 mongos does not respect secondary preferred after temporarily una...Randolph Tan2014-06-301-0/+68
* SERVER-9634 typo fixesVeres Lajos2014-06-091-1/+1
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-2215-48/+105
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-221-5/+5
* SERVER-14025 Fix race condition in mongos_cache_invalidation.jsSpencer T Brody2014-05-211-2/+2
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-151-1/+0
* SERVER-11980 Only invalidate the user cache on mongos if authorization inform...Spencer T Brody2014-05-141-20/+18
* SERVER-13850 Make sure cache entry is up to date before using it to update a ...Spencer T Brody2014-05-141-4/+32
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-131-0/+23
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-061-0/+1
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-061-1/+0
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-011-9/+0
* SERVER-13727 add collStats permission to builtin backup roleAmalia Hawkins2014-04-281-0/+2
* SERVER-13555 remove indexStats from auth command testsMathias Stearn2014-04-261-0/+2
* SERVER-13603 Move option testing support code into shared test helperShaun Verch2014-04-221-31/+5
* SERVER-13084: move compact details down into RecordStore layerEliot Horowitz2014-04-141-2/+3
* Add test for unusual/invalid arguments to user management commandsSpencer T Brody2014-04-031-0/+282
* Add test for unusual/invalid arguments to role management commandsSpencer T Brody2014-04-031-0/+385
* Port tests from QA-362 into server jstestsSpencer T Brody2014-04-032-0/+321
* SERVER-13441 getUser and getRole shell helpers shouldn't throw when user/role...Spencer T Brody2014-04-031-1/+1
* SERVER-13416 Rename security.authentication to security.authorizationShaun Verch2014-03-311-4/+4
* SERVER-13379 Canonicalize auth and noauth as security.authenticationShaun Verch2014-03-281-0/+68
* SERVER-13191 migrate auth jstest suite to use write commands apiRandolph Tan2014-03-2612-219/+131
* SERVER-12820 Added jstest for various possible copydb command usesShaun Verch2014-03-112-61/+265
* SERVER-12857 Add test of access control for createIndexes commandSpencer T Brody2014-03-061-0/+21
* SERVER-12539 Make mongorestore not interfere with ongoing user or role modifi...Spencer T Brody2014-03-051-0/+115
* SERVER-12616 Presume that the localhost exception does not apply in mongos wh...Andy Schwerin2014-02-121-0/+44
* SERVER-12384 Add tests for dropUser and dropRole functionalitySpencer T Brody2014-02-072-2/+63
* SERVER-12409 db.coll.remove() shell helper requires a query predicateDan Pasette2014-02-051-1/+1
* SERVER-12562 Prevent user mgmt read commands on secondaryAndreas Nilsson2014-02-051-0/+2
* Expand replication testing of user management commandsAndreas Nilsson2014-02-041-56/+71
* SERVER-12369 Update test now that backup and restore roles can run getParameterSpencer T Brody2014-01-301-1/+7
* SERVER-12519 renamed admin hints to index filtersBenety Goh2014-01-291-4/+10
* SERVER-12383 Add upper bound for userCacheInvalidationIntervalAndreas Nilsson2014-01-291-1/+8
* SERVER-12088 Enable usePowerOf2Sizes as server-wide defaultDan Pasette2014-01-211-2/+14
* SERVER-8871 admin hintsBenety Goh2014-01-151-0/+23
* SERVER-5470 updated plan cache commands per updated specBenety Goh2014-01-151-1/+1
* SERVER-12035 Allow clusterMonitor role to get the current profiling levelSpencer T Brody2014-01-081-1/+38
* SERVER-12067 Make copydb command work with auth enabled when source is localSpencer T Brody2014-01-073-1/+52