summaryrefslogtreecommitdiff
path: root/jstests/auth/auth1.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-43/+60
* SERVER-22341 fix jslint errors in jstests/auth with eslint --fixMike Grundy2016-02-051-4/+4
* SERVER-18272 Update jstests to use allocatePort() instead of hard coding portsCharlie Swanson2015-09-091-3/+0
* SERVER-17971 Make ShardingTest start single-server config servers as replica ...Spencer T Brody2015-04-231-1/+5
* SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-061-1/+1
* SERVER-15973 disable sharding/auth.js and re-enable auth/auth1.jsDan Pasette2014-11-051-6/+1
* SERVER-15973 disable zbigMapReduce.js and auth1.js on 32-bitDan Pasette2014-11-051-65/+79
* SERVER-7596 Make authSchemaVersion 28Final if no user docsAndreas Nilsson2014-11-041-91/+69
* SERVER-15521 Make SCRAM-SHA-1 default pw algo in shellAndreas Nilsson2014-10-061-69/+91
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-221-3/+7
* SERVER-13191 migrate auth jstest suite to use write commands apiRandolph Tan2014-03-261-3/+2
* SERVER-11555 Replace all occurrences of addUser with createUser in jstestsSpencer T Brody2013-11-061-3/+3
* SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) mon...Benety Goh2013-10-291-1/+1
* SERVER-10794 Maintain backwards-compatible form of addUser for one more releaseSpencer T Brody2013-10-111-3/+3
* SERVER-6246 SERVER-9515 Rename removeUser and removeRole commands to dropUser...Spencer T Brody2013-10-061-1/+1
* SERVER-1105 Update AuthorizationSession's logic for collection-level access c...Andy Schwerin2013-09-261-2/+1
* SERVER-9517 Update tests to pass with new user schemaSpencer T Brody2013-09-061-11/+5
* SERVER-6246 Restrict direct removes from system.users, add a shell helper to ...Spencer T Brody2013-08-011-2/+1
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-171-3/+5
* Revert "SERVER-1891 Consolidate command authorization checking logic."Andy Schwerin2013-07-101-5/+3
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-101-3/+5
* SERVER-6246 Fix some tests to work with new createUser commandSpencer T Brody2013-06-201-2/+1
* SERVER-5228 SERVER-8104 fix unit test as access in reduce function is restric...Eric Milkie2013-01-181-3/+2
* SERVER-8014 Add db.changeUserPassword shell helperSpencer T Brody2013-01-021-1/+6
* update test for new system.profile user entryEliot Horowitz2012-12-221-2/+2
* Don't call setLastError when commands failSpencer T Brody2012-12-211-1/+0
* SERVER-7122 Fix tests now that $eval requires full admin accessSpencer T Brody2012-12-191-15/+14
* SERVER-7572 Change a bunch of commands to not require auth in old authorizati...Spencer T Brody2012-12-071-6/+1
* SERVER-4328 support nested locking of admin database. we need this for auth. ...Dwight2012-03-211-0/+3
* Don't allow read-only users to read from system.users collection SERVER-4692Mathias Stearn2012-03-081-20/+29
* fix broken bits in reenabled testMathias Stearn2012-03-081-2/+5
* Features cmd no longer has readlock fieldMathias Stearn2012-03-081-33/+30
* fix test for getLog authEliot Horowitz2012-01-171-1/+1
* make getLastError require auth SERVER-3773Kristina2011-09-301-1/+1
* more commands require authentication SERVER-3773Kristina2011-09-291-0/+10
* test for SERVER-3074Eliot Horowitz2011-05-101-0/+5
* fix a number of invalid assert.throwsEliot Horowitz2011-01-211-1/+1
* don't run readONly tests where its not supportedEliot Horowitz2010-02-071-30/+33
* fix testEliot Horowitz2010-02-051-2/+0
* add assert messagesyellow2010-02-051-20/+22
* SERVER-258 add test for copying a databaseAaron2010-02-021-0/+1
* SERVER-258 test debugAaron2010-02-021-1/+1
* SERVER-258 test debugAaron2010-02-021-1/+1
* Add debugging support for multiple destructors, and some guards to prevent th...Aaron2010-02-011-8/+8
* SERVER-258 group work with read only modeAaron2010-02-011-3/+19
* SERVER-258 make db.eval work with read only modeAaron2010-02-011-4/+13
* SERVER-258 add authWriteOnly modeAaron2010-01-261-1/+7
* SERVER-258 add readOnly auth modeAaron2010-01-261-0/+38