summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-10-13 13:35:37 +0000
committerLuke Leighton <lkcl@samba.org>1997-10-13 13:35:37 +0000
commit2225fe13766ae07a44e27cc4a1fb665cf5afc804 (patch)
tree70cf1074ff6495116f8c7ae48f7e7dd33c813df1 /source3/smbd
parent369de02a56ce235230e4dc2b70aa9aca32fc66db (diff)
downloadsamba-2225fe13766ae07a44e27cc4a1fb665cf5afc804.tar.gz
samba-2225fe13766ae07a44e27cc4a1fb665cf5afc804.tar.bz2
samba-2225fe13766ae07a44e27cc4a1fb665cf5afc804.zip
debug info added
(This used to be commit a3f96555b47265b8cd4d1f735af58375e2591d56)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/pipes.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/smbd/pipes.c b/source3/smbd/pipes.c
index 772e49f41d..59592a04ae 100644
--- a/source3/smbd/pipes.c
+++ b/source3/smbd/pipes.c
@@ -1164,6 +1164,8 @@ static BOOL update_dcinfo(int cnum, uint16 vuid,
if (smb_pass != NULL)
{
memcpy(dc->md4pw, smb_pass->smb_nt_passwd, sizeof(dc->md4pw));
+ DEBUG(5,("dc->md4pw(%d) :", sizeof(dc->md4pw)));
+ dump_data(5, dc->md4pw, 16);
}
else
{
@@ -1218,6 +1220,8 @@ static void api_lsa_req_chal( int cnum, uint16 vuid,
update_dcinfo(cnum, vuid, &(vuser->dc), &(q_r.clnt_chal), mach_acct);
+ DEBUG(6,("api_lsa_req_chal: %d\n", __LINE__));
+
/* construct reply. return status is always 0x0 */
*rdata_len = lsa_reply_req_chal(&q_r, *rdata + 0x18, *rdata,
&(vuser->dc.srv_chal));