summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/rename_collection_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47979 Perform the collation check for `shardCollection` on the shardKaloian Manassiev2020-06-081-1/+1
* SERVER-40560 Make local.replset.* collections non-normal resourcesSpencer Jackson2020-01-271-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-29974 Comment in checkAuthForRenameCollectionCommand doesn't match beh...Sam Dunietz2017-08-141-4/+3
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-2/+12
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-51/+49
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-6/+6
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-8/+5
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-5/+8
* SERVER-11866 Make renameCollectionSameDB not work if you have find on the des...Spencer T Brody2013-12-031-5/+16
* SERVER-8213 Make copyDB and clone work with auth when using new-style usersSpencer T Brody2013-10-281-17/+42
* SERVER-1891 add new ActionTypesmatt dannenberg2013-10-071-1/+1
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-2/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-1/+1
* SERVER-8623 Don't allow renameCollection to bypass auth checks on system name...Spencer T Brody2013-02-201-12/+11
* SERVER-7122 Fix auth checking for renameCollection commandSpencer T Brody2012-12-201-3/+2
* SERVER-7122 Assign required privileges to renameCollection commandSpencer T Brody2012-12-191-0/+56