summaryrefslogtreecommitdiff
path: root/src/mongo/db/range_deleter_db_env.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-7455 SERVER-7961 x.509 authentication and keyfile replacementAndreas Nilsson2013-06-131-1/+2
| | | | | Basic support for x.509 authentication of clients and for internal x.509 authentication of cluster members.
* Revert "SERVER-9518 Make all methods on AuthorizationManager non-static"Spencer T Brody2013-06-051-2/+1
| | | | This reverts commit 7d37be060bd7db332ebeade1e1c0cf53d8b00cb3.
* SERVER-9518 Make all methods on AuthorizationManager non-staticSpencer T Brody2013-06-051-1/+2
|
* Split AuthorizationManager into 2 classes: AuthorizationManager and ↵Spencer T Brody2013-05-221-1/+2
| | | | AuthorizationSession.
* SERVER-8598 Add command to cleanup orphaned data created by failed chunk ↵Randolph Tan2013-05-221-0/+146
migrations Step 3: Replace OldDataCleanup with RangeDeleter