Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-25854 Change count() to itcount() to fix test failure by engaging ↵ | Spencer T Brody | 2016-08-29 | 1 | -1/+1 |
| | | | | shard filtering | ||||
* | SERVER-25082 Allow x509 authentication without user/subject field | Hai-Kinh Hoang | 2016-08-17 | 1 | -1/+7 |
| | |||||
* | SERVER-25383 Make sharding_with_x509.js use count with predicate | Kaloian Manassiev | 2016-08-02 | 1 | -60/+62 |
| | |||||
* | SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos' | Kaloian Manassiev | 2016-06-20 | 1 | -1/+1 |
| | | | | | | | | This change makes auth tests with 3.2 mongos, which need to control the balancer state to go through a special control mongos instance running version 3.4. This reverts commit bfde0ecb1ca31c35a37f90a7706987acc0c217f7. | ||||
* | SERVER-23741 Use MongoRunner.runMongoTool() to run tools from JS tests. | Max Hirschhorn | 2016-06-07 | 1 | -74/+53 |
| | | | | | | | | | | Changes all usages of runMongoProgram(<mongo tool>, ...) to MongoRunner.runMongoTool(<mongo tool>, {...}) to take advantage of the --dialTimeout command line option supported by the mongo tools. Adds support for specifying positional arguments to MongoRunner.runMongoTool() in order to support all invocations of the bsondump and mongofiles tools. | ||||
* | SERVER-24369: Accept OpenSSL FIPS error message from Ubuntu 16.04 | Spencer Jackson | 2016-06-02 | 1 | -1/+4 |
| | |||||
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 6 | -58/+64 |
| | |||||
* | SERVER-6823 Enable simultaneous ssl/x509 auth upgrade with only two restarts | Shane Harvey | 2016-05-19 | 3 | -48/+91 |
| | | | | | | Reduce the required number of restarts from three to two by allowing sslMode allowSSL to be used in combination with transitionToAuth and clusterAuthMode x509. | ||||
* | SERVER-24062 Pull CA certificates from correct source on OSX | Jonathan Reams | 2016-05-06 | 1 | -5/+4 |
| | |||||
* | SERVER-6823 Rename --tryClusterAuth to --transitionToAuth | Shane Harvey | 2016-04-18 | 1 | -3/+3 |
| | |||||
* | SERVER-23044 Add system CA keychain support for OSX | Jonathan Reams | 2016-04-15 | 1 | -1/+6 |
| | |||||
* | SERVER-6823 Rolling access control upgrade tests require persistence | Shane Harvey | 2016-04-14 | 1 | -0/+3 |
| | |||||
* | SERVER-6823 Enable Access control without downtime. | Shane Harvey | 2016-04-13 | 2 | -2/+96 |
| | | | | | Add --tryClusterAuth flag that enables communicatation between nodes running with and without auth. | ||||
* | SERVER-23044 Fall back to system CA certs if CA file isn't provided | Jonathan Reams | 2016-04-04 | 1 | -0/+39 |
| | |||||
* | Revert "SERVER-23044 Fall back to system CA certs if CA file isn't provided" | Jonathan Reams | 2016-04-04 | 1 | -39/+0 |
| | | | | This reverts commit 22e4df34c0f7a54bbb847f0b13507d54dc0e9cbd. | ||||
* | SERVER-23044 Fall back to system CA certs if CA file isn't provided | Jonathan Reams | 2016-04-04 | 1 | -0/+39 |
| | |||||
* | SERVER-22468 Format JS code with approved style in jstests/ | Jonathan Abrahams | 2016-03-09 | 18 | -353/+490 |
| | |||||
* | SERVER-22341 fix jslint errors in jstests/ssl with eslint --fix | Mike Grundy | 2016-02-05 | 11 | -53/+53 |
| | |||||
* | SERVER-22090 ssl_cert_password.js must be disabled on ppc64 | Mark Benvenuto | 2016-01-13 | 1 | -0/+2 |
| | |||||
* | SERVER-21384 Enable all suites on ephemeral storage engines | Charlie Swanson | 2015-12-09 | 2 | -0/+4 |
| | |||||
* | SERVER-21050 Cleanup ReplSetTest | Kaloian Manassiev | 2015-12-08 | 3 | -8/+8 |
| | | | | | | This is just a cleanup work to hide some of the private state of ReplSetTest so it is easier to encapsulate and add new logic. Also enables strict mode. | ||||
* | SERVER-15459: Check new x509 names against _clusterIdMatch | Spencer Jackson | 2015-10-01 | 1 | -0/+20 |
| | |||||
* | SERVER-18272 Fix ssl_fips.js | Charlie Swanson | 2015-09-10 | 1 | -2/+4 |
| | |||||
* | SERVER-18272 Update jstests to use allocatePort() instead of hard coding ports | Charlie Swanson | 2015-09-09 | 5 | -47/+43 |
| | |||||
* | SERVER-19113 rewrite ssl_crl.js and ssl_mixedmode.js to not depend on legacy ↵ | Adam Midvidy | 2015-06-30 | 1 | -29/+21 |
| | | | | DBClientConnection behavior | ||||
* | SERVER-18371 Fix FIPS test for platforms without FIPS support | Jonathan Reams | 2015-06-05 | 1 | -2/+3 |
| | |||||
* | SERVER-18140: Allow getParameter to be executed locally against an arbiter ↵ | Amalia Hawkins | 2015-04-28 | 1 | -1/+1 |
| | | | | in an authenticated replica set | ||||
* | SERVER-17971 Make ShardingTest start single-server config servers as replica ↵ | Spencer T Brody | 2015-04-23 | 1 | -0/+1 |
| | | | | sets | ||||
* | SERVER-18051 Fix OpenSSL FIPS error when using SCRAM-SHA1 | Andreas Nilsson | 2015-04-16 | 1 | -0/+4 |
| | |||||
* | SERVER-17450 Cleanup SSL test infrastructure | Spencer T Brody | 2015-04-06 | 18 | -125/+89 |
| | |||||
* | Revert "SERVER-17450 Cleanup SSL test infrastructure" | Charlie | 2015-03-24 | 18 | -88/+126 |
| | | | | This reverts commit 43e53251a30e680fb57a3f042f66910355197cde. | ||||
* | SERVER-17450 Cleanup SSL test infrastructure | Spencer T Brody | 2015-03-24 | 18 | -126/+88 |
| | |||||
* | SERVER-17348 Consolidate ReplSetTest.upgradeSet | Randolph Tan | 2015-03-13 | 1 | -84/+2 |
| | | | | Also removed zero_vote_aribter multiVersion tests. | ||||
* | SERVER-16901 use a real state transition to detect when nodes restart | Eric Milkie | 2015-01-20 | 1 | -11/+13 |
| | |||||
* | SERVER-16371 fix ssl tests to not share replica set monitors between sub-runs | Eric Milkie | 2014-12-01 | 2 | -6/+8 |
| | |||||
* | SERVER-16371 clean up unit tests | Eric Milkie | 2014-12-01 | 1 | -46/+49 |
| | |||||
* | SERVER-11005 Re-enable FIPS test | Ernie Hershey | 2014-11-05 | 1 | -2/+0 |
| | |||||
* | SERVER-7596 Make authSchemaVersion 28Final if no user docs | Andreas Nilsson | 2014-11-04 | 1 | -4/+4 |
| | |||||
* | SERVER-14709 Add ssl_without_ca.js to test the behavior of the server ↵ | Luke Lovett | 2014-11-04 | 1 | -0/+53 |
| | | | | | | | | without a CA file. Closes #857 Signed-off-by: Benety Goh <benety@mongodb.com> | ||||
* | SERVER-15535 remove unneeded sethbmsg feature from ReplSetTest | Eric Milkie | 2014-10-10 | 1 | -5/+0 |
| | |||||
* | SERVER-15437 wait for replication of users in failing SSL tests | Spencer T Brody | 2014-09-29 | 1 | -11/+7 |
| | |||||
* | SERVER-15437 wait for replication before proceeding | Eric Milkie | 2014-09-29 | 1 | -12/+17 |
| | |||||
* | SERVER-14713 fix false positives for ssl tests | Amalia Hawkins | 2014-09-26 | 3 | -3/+3 |
| | |||||
* | SERVER-14713: User must specify either sslAllowInvalidCertificates or ↵ | Amalia Hawkins | 2014-09-25 | 3 | -6/+7 |
| | | | | sslCAFile when starting mongo shell in SSL mode. | ||||
* | SERVER-14861: Ensure that SSL hostname matching strictly follows RFC 2818 | Amalia Hawkins | 2014-09-24 | 1 | -0/+3 |
| | |||||
* | Revert commits 01c372d and 8954a16 -- accidental commit. | Amalia Hawkins | 2014-09-22 | 1 | -12/+1 |
| | |||||
* | test attempt | Amalia Hawkins | 2014-09-22 | 1 | -1/+12 |
| | |||||
* | SERVER-14977: add new alias for sslWeakCertificateValidation option | Amalia Hawkins | 2014-09-11 | 1 | -4/+3 |
| | |||||
* | SERVER-11107 Server SSL certificate expiration date check tests | melissaosullivan | 2014-08-08 | 1 | -0/+23 |
| | | | | | | Closes #734 Signed-off-by: Benety Goh <benety@mongodb.com> | ||||
* | SERVER-14516 Brand new testing certificates | Stuart Larsen | 2014-07-26 | 5 | -11/+16 |
| | | | | | | | | | | New testing certificates generated for MongoDB using x509gen. Test were also updated slightly to accommodate for new subject alternative names and such. All instances of "sslAllowInvalidCertificates" were removed from src/mongo/shell. Closes #724 Signed-off-by: Benety Goh <benety@mongodb.com> |