summaryrefslogtreecommitdiff
path: root/jstests/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10596 Globalize formerly per-thread Pool of JS ScopesMathias Stearn2013-08-271-0/+139
* SERVER-9983 Test verifying that internal user privileges do not mask those of...Andy Schwerin2013-06-211-0/+101
* SERVER-8802 SERVER-8814 Don't build indexes from inserts into collection name...Spencer T Brody2013-03-011-0/+36
* SERVER-8623 Don't allow renameCollection to bypass auth checks on system name...Spencer T Brody2013-02-201-0/+87
* SERVER-8625 Allow dbAdmins to view index definitionsSpencer T Brody2013-02-201-0/+23
* SERVER-8217 Write test for id loggingRandolph Tan2013-02-192-2/+2
* Fix jstests/auth/auth_helpers.js for enterprise build.Andy Schwerin2013-02-191-7/+4
* SERVER-8597 The presence of invalid roles shouldn't prevent privilege acquisi...Spencer T Brody2013-02-151-0/+20
* SERVER-8501 Rename in auth_helpers.js testTad Marshall2013-02-151-8/+8
* SERVER-8217 Better fix for regexTad Marshall2013-02-151-1/+1
* SERVER-8217 Fix regex for timestampTad Marshall2013-02-151-1/+1
* SERVER-8217 Write test for id loggingRandolph Tan2013-02-142-0/+297
* SERVER-8540 Add test that non-dbAdmins can't read system.profileSpencer T Brody2013-02-121-0/+15
* SERVER-6591: added tests for bypassing authentication when connected with a l...Craig Wilson2013-02-111-0/+107
* SERVER-7122 SERVER-8283 Merge serverAdmin role into clusterAdminSpencer T Brody2013-01-221-1/+0
* SERVER-5228 SERVER-8104 fix unit test as access in reduce function is restric...Eric Milkie2013-01-181-3/+2
* SERVER-8144 Authenticating 2 users on a db should replace the 1st's privilege...Andy Schwerin2013-01-181-0/+54
* SERVER-8014 Add db.changeUserPassword shell helperSpencer T Brody2013-01-021-1/+6
* SERVER-8014 Update addUser shell helper to support extended-form privilege do...Spencer T Brody2013-01-021-0/+51
* SERVER-7119 Make it possible to disable compatibility-form privilege document...Andrew Schwerin2012-12-261-0/+24
* Add mechanism for disabling locahost authorization bypassSpencer T Brody2012-12-231-0/+10
* Use PrincipalName::getDB() to find database name in introspect.cppAndrew Schwerin2012-12-231-4/+6
* update test for new system.profile user entryEliot Horowitz2012-12-221-2/+2
* SERVER-7572 Make profiler record user names from AuthorizationManagerSpencer T Brody2012-12-211-0/+50
* SERVER-8013 Update shell helper db.auth() to support SASL authentication.Andy Schwerin2012-12-211-0/+57
* SERVER-7125 Implicit privilege acquisition.Andy Schwerin2012-12-211-0/+90
* 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-7864 Disable jstests/auth/copyauth.js test as copyDatabase no longer w...Spencer T Brody2012-12-061-0/+3
* 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