The changes in make_sec_desc to make us match W2K broke the marshalling/unmarshalling of
authorJeremy Allison <jra@samba.org>
Fri, 12 Jul 2002 21:09:24 +0000 (21:09 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 12 Jul 2002 21:09:24 +0000 (21:09 +0000)
commit175d43980e57c25582d8ab859f5730283e82f3b2
treec549d6b5a8a21aaf422bece8aa338406bf710863
parentd3c73e59708eeb1ee4642fb31fcfc0ec2fd28070
The changes in make_sec_desc to make us match W2K broke the marshalling/unmarshalling of
security descriptors. We need to calculate the maximum offset and set the offset
back after reading/writing every field in the SEC_DESC.
This was *nasty* to find....
Jeremy.
source/lib/charcnv.c
source/rpc_parse/parse_sec.c