summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-216-18/+20
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-215-16/+24
* SERVER-7572 Make profiler record user names from AuthorizationManagerSpencer T Brody2012-12-211-5/+18
* SERVER-7907 Fix typoSpencer T Brody2012-12-211-1/+1
* Revert "Revert "SERVER-7907 - turn on oplog for config server""Eliot Horowitz2012-12-212-2/+7
* SERVER-7907 - prevent GLE with non-integer w settings to inf. loop in master/...Eliot Horowitz2012-12-211-0/+5
* Merge branch 'authhelper'Andy Schwerin2012-12-211-1/+1
|\
| * SERVER-8013 Update shell helper db.auth() to support SASL authentication.Andy Schwerin2012-12-211-1/+1
| * SERVER-7125 Implicit privilege acquisition.Andy Schwerin2012-12-219-57/+225
* | SERVER-7125 Implicit privilege acquisition.Andy Schwerin2012-12-219-57/+225
* | Revert "SERVER-7907 - turn on oplog for config server"Greg Studer2012-12-212-7/+2
* | SERVER-1739 - change query to operationEliot Horowitz2012-12-211-3/+3
* | SERVER-1739 - add ninserted and ndeletedEliot Horowitz2012-12-214-29/+42
* | SERVER-1739 - change path and more things to trackEliot Horowitz2012-12-213-9/+43
* | SERVER-1739 - trace total nscanned so can graph / over timeEliot Horowitz2012-12-211-1/+8
* | SERVER-1739 - clean db profiling api in Database and fix nscannedEliot Horowitz2012-12-217-22/+20
|/
* SERVER-7776: fix preemption mechanism, heap-allocated handles and handle scopesBen Becker2012-12-211-2/+2
* SERVER-7572 Remove almost all remaining references to AuthenticationInfoSpencer T Brody2012-12-213-8/+2
* SERVER-7572 SERVER-7122 Add ensureIndex and dropIndexes to dbAdmin roleSpencer T Brody2012-12-211-1/+3
* SERVER-7572 Remove doauth argument from Client::ContextSpencer T Brody2012-12-2114-43/+43
* SERVER-7453: change noMoveParanoia to default; added moveParanoia flag and ma...Scott Hernandez2012-12-212-4/+19
* SERVER-7982 Upgrade indexes on system.users collections when starting up / op...Andy Schwerin2012-12-216-9/+171
* SERVER-7982 Export some useful constants on AuthorizationManager.Andy Schwerin2012-12-213-17/+20
* SERVER-7124 connectionStatus commandMathias Stearn2012-12-211-0/+60
* Make PrincipalSet::NameIterator::get() valid between the first calls to more(...Mathias Stearn2012-12-212-4/+8
* Don't call setLastError when commands failSpencer T Brody2012-12-211-10/+2
* ensure we don't say 'insure' when we mean 'ensure'Kevin Matulef2012-12-211-1/+1
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-2122-48/+48
* SERVER-7907 - turn on oplog for config serverEliot Horowitz2012-12-212-2/+7
* use StringData in more places, and change mapsf to use any type of mapEliot Horowitz2012-12-214-36/+34
* SERVER-7572 - minor name changeEliot Horowitz2012-12-211-3/+3
* SERVER-7778 - making more (set|get)Parameter fields use new ServerParameter f...Eliot Horowitz2012-12-216-59/+67
* SERVER-7778 move replIndexPrefetch to rs.cpp and using new parameter frameworkEliot Horowitz2012-12-213-51/+62
* remove all references to unimplemented _ageOutEliot Horowitz2012-12-214-30/+1
* SERVER-7572 Don't check authorization when creating a Client::ContextSpencer T Brody2012-12-202-31/+0
* SERVER-7572 Remove more references to AuthenticationInfoSpencer T Brody2012-12-202-13/+3
* SERVER-7126 SERVER-7572 Move special casing of system.users and system.profil...Spencer T Brody2012-12-202-74/+51
* SERVER-7122 Fix auth checking for renameCollection commandSpencer T Brody2012-12-204-8/+6
* Call setLastError when commands failSpencer T Brody2012-12-201-2/+10
* Use StringData rather than c-strings internally in DocumentMathias Stearn2012-12-202-5/+5
* Remove dead codeMathias Stearn2012-12-202-58/+0
* SERVER-5848 further simplifications to default suitability() methodKevin Matulef2012-12-203-59/+18
* fix s2nearcursor's yielding behaviorHari Khalsa2012-12-201-1/+6
* SERVER-7572 Fix compile by removing last caller of ServerStatusMetricField th...Spencer T Brody2012-12-202-3/+3
* SERVER-2001 add startup test to validate hash functionKevin Matulef2012-12-201-0/+8
* SERVER-7572 Update auth checking of serverStatus sub-sectionsSpencer T Brody2012-12-2014-62/+37
* SERVER-7122 Remove default implementation of addRequiredPrivilegesSpencer T Brody2012-12-202-15/+1
* SERVER-7122 Add required privileges to experimental indexStats and storageDet...Spencer T Brody2012-12-204-0/+26
* SERVER-7572 Remove Client::isAdminSpencer T Brody2012-12-203-5/+4
* SERVER-7572 Remove more old-style authorization checksSpencer T Brody2012-12-204-25/+1