- static function "create_new_hashes" was identical to "nt_lm_owf_gen".
authorLuke Leighton <lkcl@samba.org>
Fri, 2 Oct 1998 18:45:07 +0000 (18:45 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 2 Oct 1998 18:45:07 +0000 (18:45 +0000)
commitbdbc959a9afd7fab159f235551c25139763af100
tree5abedc90ada5e20b1eff22eeb777aae2a54c8989
parentc43c53b886ec62b249ffebcd4e6656042e4753bc
- static function "create_new_hashes" was identical to "nt_lm_owf_gen".
  create_new_hashes didn't zero the buffer for the md4hash: nt_lm_owf_gen
  did, because jeremy sorted this out a couple of days ago.  call
  nt_lm_owf_gen instead.

- call SMBOWFencrypt from SMBencrypt and SMBNTencrypt.

- added #ifdef DEBUG_PASSWORD debug password calls.
(This used to be commit a4e7cc3e46b713aa0ae55de74a1c70921bef578d)
source3/include/rpc_samr.h
source3/libsmb/smbencrypt.c
source3/rpc_server/srv_samr.c
source3/utils/smbpasswd.c