summaryrefslogtreecommitdiff
path: root/src/mongo/shell/encrypted_dbclient_base.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-53081 Extend KMSService to support BSONObj customer master keysMark Benvenuto2021-03-151-6/+18
| | | | (cherry picked from commit 30d7437961ad9dffbad2d99e2a32947c02637c89)
* SERVER-45692 add explicit RWC to inter-node commands (even if merely ↵Kevin Pulo2020-03-261-9/+17
| | | | | | | | | | | | | | kImplicitDefault) (cherry picked from commit 747ff353cbc819d032fa727d4bd7ffad16ea0437) SERVER-45692 uassert if mongod receives a command on an internalClient connection, which should have explicit RWC, but doesn't (cherry picked from commit 165b01c12f72840a25f16e1fe9b9b4df4bffa3ea) SERVER-47043 Read concern set to default when it should be local (cherry picked from commit ad5a5fd53f50a0290338ea701489f3c18f1fa308)
* Revert "SERVER-45692 add explicit RWC to inter-node commands (even if merely ↵Kaloian Manassiev2020-03-241-17/+9
| | | | | | | | | | kImplicitDefault)" This reverts commit 81c6113198d2f5debf3da38a42bf61d7a079de2e. We discovered that this commit introduces SERVER-47043, so it can't be backported without it. Leaving all the backports for after 4.4.0-RC0 is cut.
* SERVER-45692 add explicit RWC to inter-node commands (even if merely ↵Kevin Pulo2020-03-241-9/+17
| | | | | | kImplicitDefault) (cherry picked from commit 747ff353cbc819d032fa727d4bd7ffad16ea0437)
* SERVER-43721 Do not include lru_cache.h in 'encrypted_dbclient_base.cpp'Kaloian Manassiev2020-01-061-1/+0
|
* SERVER-45057 make base64 encode/decode 22x/15x fasterBilly Donahue2019-12-181-1/+2
|
* SERVER-41277 Create FLE Data Framing ClassesShreyas Kalyan2019-07-291-98/+53
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
|
* SERVER-42318 Tighten bounds on AEAD Decrypt output lengthMark Benvenuto2019-07-241-2/+4
|
* SERVER-42111 Enable auto-decrypt in communityShreyas Kalyan2019-07-121-2/+118
|
* SERVER-41919 Disallow specific types for explicit encryptionShreyas Kalyan2019-07-011-0/+7
|
* SERVER-41609 Create ClientEncryption object for FLE shell APIMark Benvenuto2019-06-191-3/+5
|
* SERVER-41644 Expose explicit encryption helpers in community shellMark Benvenuto2019-06-181-0/+685