r1342: When fixing _lsa_lookupsids in samba3 I wanted to find out the number of SIDs
authorVolker Lendecke <vlendec@samba.org>
Mon, 5 Jul 2004 20:33:17 +0000 (20:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:51 +0000 (12:56 -0500)
commit0fa0eaa3837551bb04fd850d78633cc08a3dbdcc
tree7baa0a4aa66a567dd5a3e97472969e2229232178
parent458cadff4f3b8885858bd03dbc9af4dae449f407
r1342: When fixing _lsa_lookupsids in samba3 I wanted to find out the number of SIDs
w2k3 can handle in a single request. With the samba3 client rpc libs I can do
about 21000 SIDs in a single request. test_many_LookupSIDs with 10000 SIDs
fails on the subsequent request with a NET_WRITE_FAULT. Maybe the Samba4 DCE
people want to take a look at this -- I don't see the problem.

Bug fix: SID components should be treated as unsigned when parsing

Volker
(This used to be commit 8c997a2ad2e89a640f854b556ef76a3d52c15963)
source4/libcli/util/dom_sid.c
source4/torture/rpc/lsa.c