Xiangyu Yao
|
d9d57c2ede
|
SERVER-41161 Re-enable renaming between databases for applyOps
|
2019-05-21 11:07:09 -04:00 |
|
Jacob Evans
|
ea0e6b047c
|
SERVER-41200 Change syntax from $out to $merge for tests in other directories
|
2019-05-21 10:55:01 -04:00 |
|
Ian Boros
|
757caf626b
|
SERVER-409050 auth test for searchBeta agg stage
|
2019-05-15 12:26:19 -04:00 |
|
Kevin Pulo
|
89fb6dcc3e
|
SERVER-38867 refine handling of system collections in listCollections
|
2019-05-08 06:17:41 +00:00 |
|
Spencer Jackson
|
aa4743c301
|
SERVER-40315 Fix SASL mechanism acquisition for __system in tests
|
2019-05-07 19:59:30 -04:00 |
|
Xiangyu Yao
|
f86e1314a0
|
SERVER-33631 Refactor rename_collection.cpp
|
2019-04-29 13:17:07 -04:00 |
|
A. Jesse Jiryu Davis
|
b6cc1fb89f
|
SERVER-35638 Short timeout to autocomplete collection names
Also resolves SERVER-40736, test autocompletion of collection names for users
without the listCollections permission.
|
2019-04-26 15:17:45 -04:00 |
|
Justin Seyster
|
0e9dcfbff4
|
Revert "SERVER-35638 Short timeout to autocomplete collection names"
This reverts commit f202c4c1ba.
|
2019-04-24 14:30:13 -04:00 |
|
A. Jesse Jiryu Davis
|
f202c4c1ba
|
SERVER-35638 Short timeout to autocomplete collection names
Also resolves SERVER-40736, test autocompletion of collection names for users
without the listCollections permission.
|
2019-04-24 10:47:53 -04:00 |
|
Blake Oler
|
29ef1a415c
|
SERVER-40346 Use AlternativeSessionRegion to insert config documents as retryable write
|
2019-04-16 15:57:30 -04:00 |
|
Sara Golemon
|
d4dd232efc
|
SERVER-40553 Filter unauthorized views in listCollections
|
2019-04-11 23:28:04 +00:00 |
|
Sara Golemon
|
21c3aa3c2d
|
SERVER-40553 Filter unauthorized views in listCollections
|
2019-04-11 14:31:36 +00:00 |
|
Gregory Wlodarek
|
a3ade6d9e9
|
SERVER-40436 Ignore the 'flags' field from the 'create' command
|
2019-04-11 08:21:33 -04:00 |
|
Lingzhi Deng
|
67e08418c8
|
SERVER-40269: commitTransaction should assert that the prepare oplog entry is majority committed
|
2019-04-09 09:58:04 -04:00 |
|
Spencer Jackson
|
7e72333c2a
|
SERVER-38556 Handle transaction events in RoleGraph update
|
2019-03-28 19:34:56 -04:00 |
|
Jonathan Reams
|
0a847ef845
|
SERVER-39820 Include client IP in log message for successful authentication
|
2019-03-26 11:11:47 -04:00 |
|
Gregory Wlodarek
|
e35e8076db
|
SERVER-35394 Test access control of prepareTransaction command
|
2019-03-24 18:05:57 -04:00 |
|
Shreyas Kalyan
|
6f083bd872
|
SERVER-39178 Negotiate SCRAM mechanism in MongoURI::connect()
|
2019-03-11 15:56:34 -04:00 |
|
Sara Golemon
|
e55d6e2292
|
SERVER-38984 Validate unique User ID on UserCache hit
|
2019-02-14 16:42:34 +00:00 |
|
Isabella Siu
|
8e5e745e98
|
SERVER-37836 re-evaluate authorization for originating command in getMore
|
2019-02-08 14:34:32 -05:00 |
|
Jason Carey
|
8c157f05ea
|
SERVER-37823 Server Side Traffic Capture
Adds support for special commands which dump wire protocol traffic to
disk.
|
2019-02-04 14:49:52 -05:00 |
|
Shreyas Kalyan
|
1b1cf52e94
|
SERVER-39056 Further refine readWriteAnyDatabase
|
2019-02-04 14:33:43 -05:00 |
|
Randolph Tan
|
8d23154ed3
|
SERVER-39232 Allow commands that do not require auth to refresh sessions
|
2019-01-31 14:57:49 -05:00 |
|
Sara Golemon
|
82e05d6c20
|
SERVER-39128 Avoid double-authentication
|
2019-01-26 02:20:22 +00:00 |
|
Blake Oler
|
e575634f82
|
SERVER-37875 Add serverStatus privilege to backup role
|
2019-01-21 15:13:43 -05:00 |
|
Sara Golemon
|
116a97a5da
|
SERVER-38887 Return names encapsulated when falling back on privilege inspection
|
2019-01-18 17:55:15 +00:00 |
|
David Storch
|
de2a803ca4
|
SERVER-37451 Move all ClientCursor ownership to the global CursorManager.
Deleting the per-collection CursorManagers, and other
related cleanup, is left as future work.
|
2019-01-15 17:54:33 -05:00 |
|
Kim Tao
|
4726286710
|
SERVER-33226: remove getPrevError() command
|
2019-01-10 10:50:35 -05:00 |
|
Sara Golemon
|
1f4273e900
|
SERVER-38887 Treat undefined filter object as unfiltered in Mongo.getDBs()
|
2019-01-10 15:44:55 +00:00 |
|
Isabella Siu
|
03c126d780
|
SERVER-38293 make listDatabases understand collection privileges
|
2018-12-06 14:00:34 -05:00 |
|
Spencer Jackson
|
ebd39fc0df
|
SERVER-36829: Let users kill their own cursors
|
2018-11-21 11:45:52 -05:00 |
|
Jonathan Reams
|
8c2c95edbd
|
SERVER-37833 Retry internal auth with alternate key during keyfile rollover
|
2018-11-07 10:20:26 -05:00 |
|
Bernard Gorman
|
e9fc694cd5
|
SERVER-37649 Add test for auth and listing open cursors on mongos
|
2018-10-26 02:22:54 +01:00 |
|
Sara Golemon
|
ce7d8e88d3
|
SERVER-36262 Support inferring database names from privileges in mongo shell when speaking to pre-4.0 mongod
|
2018-10-15 21:00:06 +00:00 |
|
Ted Tuckman
|
8e638c938e
|
Remove listLocalCursors
|
2018-10-12 09:45:05 -04:00 |
|
Sara Golemon
|
02455d9de2
|
SERVER-37551 Add authorizedDatabases param to listDatabases command
|
2018-10-11 20:27:14 +00:00 |
|
Ted Tuckman
|
685c034a68
|
SERVER-37515 Change name of collections in currentop_cursors tests
|
2018-10-09 09:17:16 -04:00 |
|
Ted Tuckman
|
ed22ba00bf
|
SERVER-37004 Add auth to getIdleCursors
|
2018-10-05 16:18:41 -04:00 |
|
Jonathan Reams
|
99b194b8ca
|
SERVER-34930 Generate sha256 credentials for the internal user
|
2018-10-02 11:17:10 -04:00 |
|
Jonathan Reams
|
d3c4ed9286
|
SERVER-31552 Allow users to be pinned in memory
|
2018-10-01 15:43:49 -04:00 |
|
Jonathan Reams
|
721d251167
|
Revert "SERVER-31552 Allow users to be pinned in memory"
This reverts commit d8e10f2dcc.
|
2018-09-28 14:04:02 -04:00 |
|
Jonathan Reams
|
d8e10f2dcc
|
SERVER-31552 Allow users to be pinned in memory
|
2018-09-28 11:11:32 -04:00 |
|
Daniel Gottlieb
|
630eabac05
|
SERVER-37192: Move $backupCursor to enterprise.
|
2018-09-20 15:00:47 -04:00 |
|
Jonathan Reams
|
2ea069aa50
|
SERVER-5261 Include authentication information in currentOp output
|
2018-09-14 11:12:45 -04:00 |
|
Nick Zolnierz
|
b0f2a52bd8
|
SERVER-36081: Auth tests for $out to a foreign database and bypassDocumentValidation
|
2018-09-12 13:37:11 -04:00 |
|
Daniel Gottlieb
|
21bbb74e8c
|
SERVER-36015: Fix lint.
|
2018-08-29 21:33:53 -04:00 |
|
Dianna Hohensee
|
4cb0742947
|
SERVER-36015 Remove references to system.namespaces and system.indexes
|
2018-08-29 16:47:09 -04:00 |
|
Nick Zolnierz
|
aa36a9e8ad
|
SERVER-36081: Write auth tests for $out and bypassDocumentValidation
|
2018-08-29 16:01:52 -04:00 |
|
Daniel Gottlieb
|
428db103e3
|
SERVER-36266: Add fsync auth privilege requirement to $backupCursor.
|
2018-08-27 21:30:32 -04:00 |
|
Nick Zolnierz
|
84cabb97f9
|
SERVER-36288: Adjust required $out authz privileges based on mode
|
2018-08-23 16:58:12 -04:00 |
|