]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:librpc/rpc: allow a total reassembled response payload of 240 MBytes
authorStefan Metzmacher <metze@samba.org>
Wed, 22 Jun 2016 15:18:28 +0000 (17:18 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 5 Jul 2016 07:14:49 +0000 (09:14 +0200)
commitbc2963af86a66ff43725b7edf32f91c8f8a203b3
tree1f8b3b002a113663d67579e6d114d8ce7309a79b
parent2a8c91944b6ca4c1917c16302641d024a6559a43
s4:librpc/rpc: allow a total reassembled response payload of 240 MBytes

This will replace DCERPC_NCACN_PAYLOAD_MAX_SIZE (4 MByte),
The limit of DCERPC_NCACN_PAYLOAD_MAX_SIZE (4 MByte) was too
strict for some workloads, e.g. DRSUAPI replication with large objects.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11948

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 7413e73c5331b760dc84b3843059230ec5fcfc7b)
source4/librpc/rpc/dcerpc.c
source4/librpc/rpc/dcerpc.h