fixed a stack overflow bug in api_lsa_req_chal()
authorAndrew Tridgell <tridge@samba.org>
Wed, 15 Oct 1997 04:51:23 +0000 (04:51 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 15 Oct 1997 04:51:23 +0000 (04:51 +0000)
commit708edc348f0fb81d9c918e4bf857f339a13a3781
treefa355241c0f06e57a5da9a46232bbea54c3e3d3d
parent45f4ae4327a8836cad22bbf64f1effba6a6eb7f5
fixed a stack overflow bug in api_lsa_req_chal()

changed the order of arguments to smbhash() in credentials.c. Luke,
when you changed from E1() to smbhash() you didn't notice that the
arguments are in a different order. This is why your new code was
failing.

NT logon still fails, but now gets to SAMLOGON. It shouldn't take much
to get it working now.
source/libsmb/credentials.c
source/pipenetlog.c