r275: added IDL and test code for samr_QueryDisplayInfo3(),
authorAndrew Tridgell <tridge@samba.org>
Mon, 19 Apr 2004 05:48:03 +0000 (05:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:19 +0000 (12:51 -0500)
commit849d0d314a2add80f2b2be6b503fea05973f998e
tree9fa6293a044f27419cbe884d64101d405f940712
parentc98a234d02d6190cf99ab1c9ff7b029f929e292a
r275: added IDL and test code for samr_QueryDisplayInfo3(),
samr_AddMultipleMembersToAlias(),
samr_RemoveMultipleMembersFromAlias(), samr_OemChangePasswordUser2(),
and samr_ChangePasswordUser2()

The password change functions don't actually work yet (but should
soon). At this stage I have just completed the IDL for them. Next step
is to get the hash verifiers right and the torture test should be able
to do password changes.
source/libcli/util/smbencrypt.c
source/librpc/idl/idl_types.h
source/librpc/idl/samr.idl
source/librpc/ndr/ndr_basic.c
source/torture/rpc/autoidl.c
source/torture/rpc/samr.c