summaryrefslogtreecommitdiff
path: root/src/mongo/db/keys_collection_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-0/+7
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-308/+1
* SERVER-29248 Add parameter to adjust frequency of key rotationMisha Tyulenev2017-06-231-0/+1
* SERVER-29654 Enable keys generation and logicalTime processing on shards and ...Jack Mulrow2017-06-221-17/+24
* SERVER-29652 mongos should not gossip logical time until admin.system.keys is...Jack Mulrow2017-06-221-0/+27
* SERVER-29508 Add backoff to key collection manager refresh schedulingMisha Tyulenev2017-06-131-3/+10
* SERVER-28972 match return key by keyId in KeysCollectionManager::getKeyForVal...Misha Tyulenev2017-06-131-13/+2
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-221-26/+13
* SERVER-28127 Break link dependency cycle from KeysCollectionManagerRandolph Tan2017-05-041-3/+7
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-041-1/+1
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-1/+1
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-1/+1
* SERVER-28436 Implement KeysCollectionManagerRandolph Tan2017-04-251-0/+324