summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-241-1/+1
* SERVER-70921 Do not drop off tenant information when running find, count and ...Sophia Tan2022-12-163-4/+59
* SERVER-71897 Replace featureFlagMongoStore with featureFlagSecurityTokenSara Golemon2022-12-152-4/+10
* SERVER-59302 Remove support in client code for commands wrapped with $queryDavid Storch2022-11-172-77/+5
* SERVER-70206 Remove getLastError commandAlex Li2022-11-151-2/+1
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-141-1/+1
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-131-1/+1
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-272-1/+6
* SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...Sophia Tan2022-09-304-15/+163
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-2/+2
* SERVER-69176 Fix linking for BSON fuzzersYuhong Zhang2022-08-311-6/+2
* SERVER-69032: Fix message raised for ClientMetadataDocumentTooLargeAlex Bevilacqua2022-08-301-1/+1
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-266-12/+7
* SERVER-59732 Remove the compatibility check for syncSourceHost in OplogQueryM...Wenbin Zhu2022-08-191-4/+1
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-182-7/+3
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-1/+1
* SERVER-57384 Remove serverStatus counters and logging for deleted opcodesIrina Yatsenko2022-08-036-456/+127
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-011-2/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-276-12/+12
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-262-2/+2
* SERVER-58743 Remove ShardingMetadataYoonsoo Kim2022-07-143-151/+0
* SERVER-65946 Have DBClient::call always throw exceptions on failureJason Chan2022-07-062-42/+42
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-272-10/+9
* SERVER-62683: Client Metadata Information Should Show Pid In Testing ModeErin McNulty2022-06-172-5/+9
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-156-51/+57
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-9/+4
* SERVER-65458 Parse and validate tenantId at the start of command processingSophia Tan2022-06-089-19/+195
* SERVER-66809 Move BSON serialization out of the lock in prepareReplMetadataMatthew Russotto2022-06-072-0/+8
* SERVER-66833 Improve error and log messages on attempt to use unsupported leg...David Storch2022-06-015-116/+122
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-4/+3
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-5/+13
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-068-8/+24
* SERVER-63177 Propagate write block bypass state as metadataSpencer Jackson2022-03-071-2/+1
* SERVER-63735 Add support for equality indexed encryptionMark Benvenuto2022-02-231-1/+1
* SERVER-63175 Conditionally activate WriteBlockBypass in command dispatchGabriel Marks2022-02-162-7/+3
* SERVER-63176 Create RPC serialization hook for WriteBlockBypassGabriel Marks2022-02-111-0/+12
* SERVER-62827 Prevent rpc::upconvertRequest from erroneously duplicating top-l...Blake Oler2022-02-102-0/+16
* SERVER-63025 Unify security token placeholder implementationsSara Golemon2022-01-291-10/+2
* SERVER-62668 Implement synchronization for ImpersonatedUserMetadata accessGabriel Marks2022-01-211-5/+6
* SERVER-62441 Define a new type mongo::TenantId for tenant idSophia Tan2022-01-201-4/+5
* SERVER-62684 Get rid of unnecessary usages of ChunkVersion::epoch()Kaloian Manassiev2022-01-191-1/+0
* SERVER-62230 Forward port new exhaust cursor testsDavid Storch2022-01-181-0/+74
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-182-0/+4
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-162-4/+0
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-142-0/+4
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-62516 Return commit result from internal transaction APIJack Mulrow2022-01-112-0/+39
* SERVER-62157 Explicitly link rpc_test to authSara Golemon2021-12-291-0/+1
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-2/+8
* SERVER-61615 Parse authenticated user from security token and add to authoriz...Sara Golemon2021-12-071-4/+24