summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7122 Add required privileges to more commandsSpencer T Brody2012-12-112-2/+65
* SERVER-7122 Make copydb not work with auth on mongosSpencer T Brody2012-12-111-2/+18
* SERVER-939 fixes to database typeGreg Studer2012-12-113-41/+22
* SERVER-939 field parser and BSON enhancements for vectors and mapsGreg Studer2012-12-113-7/+367
* SERVER-7376 migrate deletion not aggressive enough and tied to migrate movesRandolph Tan2012-12-116-37/+69
* SERVER-6313 config server timeouts not used in all placesRandolph Tan2012-12-1110-26/+31
* Visual Studio -- add and remove filesTad Marshall2012-12-112-0/+12
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-105-11/+11
* SERVER-7881 SERVER-7572 SERVER-7122 Preserve backwards compatibility with old...Spencer T Brody2012-12-101-1/+1
* SERVER-7347 Do not scale avgObjSize for mongos db.stats() to be consistent wi...Shaun Verch2012-12-091-1/+6
* SERVER-7572 Change a bunch of commands to not require auth in old authorizati...Spencer T Brody2012-12-071-1/+4
* SERVER-7572 Make commands in mongos correctly fail when unauthorizedSpencer T Brody2012-12-071-2/+2
* Fix auth checking for inserts to system.indexes. SERVER-7572Spencer T Brody2012-12-071-6/+10
* SERVER-7874 Mongos commands return ok = true even when asserts failRandolph Tan2012-12-071-0/+1
* Visual Studio -- add new filesTad Marshall2012-12-072-0/+8
* SERVER-7122 Add required privileges to internal commandsSpencer T Brody2012-12-071-6/+42
* SERVER-7572 Only call addRequiredPrivileges on commands if auth is enabledSpencer T Brody2012-12-071-13/+16
* Check authorization in the new AuthorizationManager SERVER-7572Spencer T Brody2012-12-076-15/+83
* SERVER-6716 Add Windows unhandled exception filter to mongosTad Marshall2012-12-071-0/+2
* Support logging out of a database in AuthorizationManager SERVER-7572Spencer T Brody2012-12-051-0/+2
* SERVER-6754 Buildbot failure fix for shard_conn_testRandolph Tan2012-12-051-1/+1
* SERVER-6754 Fix tests using the old mock apiRandolph Tan2012-12-052-5/+17
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-051-1/+7
* SERVER-7343 port within-in-query to HEADHari Khalsa2012-12-041-7/+3
* buildbot fix type_collection_test unittestGreg Studer2012-12-031-8/+3
* Authorize internal threads to new AuthorizationManager. SERVER-7572Spencer T Brody2012-12-032-0/+4
* Set up an AuthorizationManager for every ClientBasic, not just those for inco...Spencer T Brody2012-12-032-6/+4
* SERVER-939 minor fixes to test cases for new type_ parsingGreg Studer2012-12-036-36/+80
* SERVER-939 modify config types for config version changesGreg Studer2012-12-0315-168/+603
* SERVER-939 simplify use of scoped distributed and balancer lockGreg Studer2012-12-032-0/+205
* Visual Studio -- add geo files to mongosTad Marshall2012-12-022-0/+104
* Make AuthorizationManager check if an admin user exists on every localhost qu...Spencer T Brody2012-11-301-18/+0
* Store cursor namespaces in mongos. Necessary so mongos can check authorizatio...Spencer T Brody2012-11-303-8/+31
* SERVER-7802 rename s2d to 2dsphereHari Khalsa2012-11-301-1/+1
* Visual Studio -- add new filesTad Marshall2012-11-302-0/+12
* SERVER-939 Added shard tags to field constants and document typeShaun Verch2012-11-295-6/+16
* SERVER-939 Added field type constants for config.settings collectionShaun Verch2012-11-298-42/+77
* Add required privileges to MapReduce command SERVER-7122Spencer T Brody2012-11-291-0/+7
* SERVER-7122 Assign required privileges to findAndModify commandSpencer T Brody2012-11-291-1/+6
* Cleanup and remove dead code related to CRUD processing in mongosSpencer T Brody2012-11-296-122/+69
* SERVER-7674 add option to specify a chunk via its boundsKevin Matulef2012-11-291-9/+25
* SERVER-939 fix compileTad Marshall2012-11-291-1/+1
* SERVER-939 whitespace (indent) for cpplintTad Marshall2012-11-291-1/+1
* Visual Studio -- add new filesTad Marshall2012-11-292-4/+32
* SERVER-939 Cleaned CollectionManager.Alberto Lerner2012-11-291-7/+5
* SERVER-939 new CollectionManager and MetadataLoader classes (not yet hooked).Alberto Lerner2012-11-298-11/+1199
* SERVER-7122 Assign required privileges to some more random commandsSpencer T Brody2012-11-284-5/+65
* Replace CmdAuthenticate::getUserObj() with AuthorizationManager::getPrivilege...Andy Schwerin2012-11-282-37/+2
* SERVER-7782 try harder not to assert when we compete to create a new databaseGreg Studer2012-11-281-0/+13
* Visual Studio -- add new filesTad Marshall2012-11-282-0/+16