it turns out that a wire policy handle isn't a blob either, its a
authorAndrew Tridgell <tridge@samba.org>
Tue, 16 Dec 2003 09:50:49 +0000 (09:50 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 16 Dec 2003 09:50:49 +0000 (09:50 +0000)
commit6f12e4ace1609fbf00d42226134b1dbb259f38bc
tree7f116155578f01adfed2c4c5085a022b717025ea
parent7779b1e00022599f9b77dab7f5f983d930514f15
it turns out that a wire policy handle isn't a blob either, its a
uint32 followed by a GUID. I needed to fix this to support running in
mixed-mode rpc (where smbtorture is bigendian and w2k3 is
little-endian). Otherwise when you send back a policy handle the
server doesn't recognise it.
(This used to be commit 9b1c76a8e9e953e051072441f8938ee17a674d35)
source4/lib/util_uuid.c
source4/librpc/idl/misc.idl
source4/rpc_server/dcerpc_server.c
source4/rpc_server/dcerpc_server.h
source4/rpc_server/handles.c