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)
commit8c997a2ad2e89a640f854b556ef76a3d52c15963
treeb7b45233d25b1e9a6645961fc3ec1b9a703ddea5
parentee711c71fedd9d24b5a78b51d9dc3e166645260f
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
source/libcli/util/dom_sid.c
source/torture/rpc/lsa.c