summaryrefslogtreecommitdiff
path: root/jstests/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-4892 fix CRLF line endingsTad Marshall2012-02-221-2/+2
* SERVER-4892 fix test so Windows version doesn't assertunknown2012-02-221-2/+2
* Fix server-4892 regression test to work with v8.Andy Schwerin2012-02-211-1/+1
* Regression test for SERVER-4892.Andy Schwerin2012-02-211-0/+83
* fix test for getLog authEliot Horowitz2012-01-171-1/+1
* move mr_auth test into the auth suite since it starts a mongod; reinstate rem...Aaron2011-12-281-0/+81
* add special ns auth testKristina2011-11-111-0/+25
* make getLastError require auth SERVER-3773Kristina2011-09-301-1/+1
* more commands require authentication SERVER-3773Kristina2011-09-291-0/+10
* move authentication check earlier for safety SERVER-3773Eliot Horowitz2011-09-071-0/+23
* make auth/rename.js test a little cleanerMathias Stearn2011-05-311-5/+6
* renameCollection should only require auth on source and dest DBs, not admin S...Mathias Stearn2011-05-251-0/+39
* test for SERVER-3074Eliot Horowitz2011-05-101-0/+5
* fix a number of invalid assert.throwsEliot Horowitz2011-01-211-1/+1
* SERVER-579 when target is running with security as wellAaron2010-02-161-0/+12
* SERVER-579 support copyDatabase from source running with securityAaron2010-02-161-0/+17
* SERVER-258 removing --authWriteOnly mode at Eliot's requestAaron2010-02-081-39/+0
* 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-022-3/+8
* 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-262-1/+42
* SERVER-258 add readOnly auth modeAaron2010-01-261-0/+38