r4673: Fix the IDL for the QuerySecret LSA call.
commit1fed79cb0f2ae7940639d08ef99576559d4cd06e
authorAndrew Bartlett <abartlet@samba.org>
Tue, 11 Jan 2005 05:16:43 +0000 (11 05:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:40 +0000 (10 13:08 -0500)
tree1d653ef0837d824f2a3d4be3a7ba7e0ddb352706
parent360aa583e7359a2e653d385a8d3c7977fd9614d1
r4673: Fix the IDL for the QuerySecret LSA call.

This call uses a new IDL type, NTTIME_hyper.  This is 8-byte aligned,
as the name suggests.

Expand the QuerySecret LSA calls in RPC-SAMLOGON and RPC-LSA, to
validate the behaviour of times, and of the old secrets.

Thanks to tridge for spotting the use of HYPER!

Andrew Bartlett
source/build/pidl/util.pm
source/include/smb.h
source/librpc/idl/lsa.idl
source/librpc/ndr/ndr_basic.c
source/torture/rpc/lsa.c
source/torture/rpc/samsync.c