r4673: Fix the IDL for the QuerySecret LSA call.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 11 Jan 2005 05:16:43 +0000 (05:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:40 +0000 (13:08 -0500)
commit462ef44745d56dbb00b3e31d12d2ecdc9d309219
treea68bd379a6054a753647cab6e2ec21a5f0b95e52
parent70071c21143c96039b6ebfe5b9b3f4463905ca49
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
(This used to be commit 1fed79cb0f2ae7940639d08ef99576559d4cd06e)
source4/build/pidl/util.pm
source4/include/smb.h
source4/librpc/idl/lsa.idl
source4/librpc/ndr/ndr_basic.c
source4/torture/rpc/lsa.c
source4/torture/rpc/samsync.c