summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-06632-0/+7584
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-06166-166/+166
* SERVER-10693 include non-object array members if an array is included in $redactmatt dannenberg2013-09-061-0/+3
* Add a two-parameter NamespaceString(dbName, collName) constructor.Andy Schwerin2013-09-062-0/+30
* SERVER-10699 Minor clean-up of NamespaceString.Andy Schwerin2013-09-063-36/+63
* SERVER-9517 Make default authorization version 2Spencer T Brody2013-09-061-1/+1
* SERVER-9517 Update tests to pass with new user schemaSpencer T Brody2013-09-066-98/+147
* SERVER-9517 SERVER-6246 Update shell helpers for user managementSpencer T Brody2013-09-061-35/+48
* SERVER-10493 SERVER-9517 Quick fix to get mongorestore working with new user ...Spencer T Brody2013-09-061-6/+6
* SERVER-9517 Temporarily update automatic index building code to build the rig...Spencer T Brody2013-09-061-19/+19
* SERVER-9518 Only build up representation of v1 auth state if we have not yet ...Spencer T Brody2013-09-066-23/+43
* SERVER-9517 When checking if a privilege document is valid make sure to check...Spencer T Brody2013-09-065-281/+24
* SERVER-6246 Change user management commands to use the new v2 style user docu...Spencer T Brody2013-09-0622-362/+1051
* SERVER-8510 Initialize member variables for mongoimport and mongoexport classesShaun Verch2013-09-062-2/+10
* SERVER-8510 Fix username and password options in mongo shellShaun Verch2013-09-051-4/+4
* SERVER-8510 Use new options parser in SNMP moduleShaun Verch2013-09-054-12/+31
* SERVER-8510 Bring back Module classShaun Verch2013-09-058-1/+157
* SERVER-8510 Use new option parser in mongod and mongos and move parsing into ...Shaun Verch2013-09-0517-656/+1480
* SERVER-8510 Use new option parser in mongo shell and move parsing into MONGO_...Shaun Verch2013-09-052-116/+229
* SERVER-8510 Use new option parser in tools and move parsing into MONGO_INITIA...Shaun Verch2013-09-0514-343/+1154
* SERVER-8510 Use new option parser in test framework and move parsing into MON...Shaun Verch2013-09-056-64/+153
* SERVER-8510 Use BadValue error code in new options parserShaun Verch2013-09-051-7/+7
* SERVER-8510 Remove forward declaration of Status in the wrong namespaceShaun Verch2013-09-051-2/+0
* SERVER-8510 Added tests for dotted names in JSON config file parserShaun Verch2013-09-051-0/+56
* SERVER-8510 Fix handling of options with a short name in option parsingShaun Verch2013-09-052-2/+44
* SERVER-8510 Add function to extract only explicitly set values from EnvironmentShaun Verch2013-09-056-47/+126
* SERVER-8510 Removed KeyNotFound error codeShaun Verch2013-09-055-5/+4
* SERVER-8510 Allow a positional to be registered for a flag that has already b...Shaun Verch2013-09-052-0/+40
* SERVER-8510 Remove all uses of boost direct storage and remove custom boost m...Shaun Verch2013-09-056-76/+142
* SERVER-8510 Killed old unused Module classShaun Verch2013-09-058-158/+1
* SERVER-8510 Remove configuration variable manager and add option group for co...Shaun Verch2013-09-0520-499/+11
* SERVER-8510 Added legacy interface to Environment and Value to ease transitio...Shaun Verch2013-09-056-6/+163
* SERVER-8510 Added better error messages for Value class and added underscores...Shaun Verch2013-09-052-70/+95
* SERVER-8510 Handle default, implicit, and composing options in new configurat...Shaun Verch2013-09-056-18/+808
* SERVER-8510 Include name of top level section in help string and do not inclu...Shaun Verch2013-09-051-2/+4
* SERVER-10156 SASL SSPI client plugin fixesEric Milkie2013-09-051-3/+3
* Revert "SERVER-9818 allocate socket file descriptors before opening datafiles"Spencer T Brody2013-09-049-50/+40
* SERVER-7920 Make getCollectionNames function in C++ driver throw exception on...Spencer T Brody2013-09-041-1/+1
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-049-40/+50
* SERVER-10660: don't print upgrade pdfile version message when not neededDan Pasette2013-09-041-8/+10
* Removed old unused Model classShaun Verch2013-09-0412-229/+0
* SERVER-6405: move rename into databaseEliot Horowitz2013-09-045-97/+151
* SERVER-6405: removed dead codeEliot Horowitz2013-09-041-49/+0
* SERVER-10231 disallow creation of indexes on system.indexesmatt dannenberg2013-09-042-1/+5
* SERVER-10678 Log a warning but do not throw when unable to determine local ad...Andy Schwerin2013-09-041-1/+5
* SERVER-6376 small refactor to eliminate redundant codematt dannenberg2013-09-042-5/+3
* SERVER-9516 Fix authorization_manager_test reference management problem.Andy Schwerin2013-09-043-2/+17
* SERVER-9516 Initialize local variable to satisfy a compiler.Andy Schwerin2013-09-031-1/+1
* SERVER-9516 Logic of system.users schema upgrade process.Andy Schwerin2013-09-0315-118/+858
* SERVER-6376 no longer trigger elections or reconnections for replica set reco...matt dannenberg2013-09-032-1/+6