r305: - added IDL and test code for samr_RidToSid()
authorAndrew Tridgell <tridge@samba.org>
Wed, 21 Apr 2004 05:01:31 +0000 (05:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:19 +0000 (12:51 -0500)
commit5f545543f0bfb9d97d6401576906c0ba9e596cd1
tree048b807b3904f10f949c72df0d4338769c2f06ec
parent6428ffb89a350d70cb62b4b1574dd671d840e62c
r305: - added IDL and test code for samr_RidToSid()

- completed the IDL and test code for the various set user password
  mechanisms in samr. Three password mechanisms are now working, the
  UserInfo24 method, the OemChangePasswordUser2() method (which only
  sets the LM password) and the ChangePasswordUser2() method which sets
  both the LM and NT passwords.

- updated some crypto routines to support the password change tests
(This used to be commit 051efa2abf9d1fbbf783df411c02f2714027f813)
source4/libcli/util/smbdes.c
source4/libcli/util/smbencrypt.c
source4/librpc/idl/samr.idl
source4/torture/rpc/autoidl.c
source4/torture/rpc/samr.c