From 984df631ee85d54da82b94c308a3aad0dfcc18e7 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 12 Sep 2004 05:52:36 +0000 Subject: propagate of 08347df3bca787bd3621602fe2b466c85c9dc3e2 and 717950f4061f1123659ee87c7c168805af920ab7 from branch 'matt.dbclient.rez' to 'matt.dbclient.authpam' --- svr-authpasswd.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'svr-authpasswd.c') diff --git a/svr-authpasswd.c b/svr-authpasswd.c index 6f7c909..458deef 100644 --- a/svr-authpasswd.c +++ b/svr-authpasswd.c @@ -80,10 +80,6 @@ void svr_auth_password() { password = buf_getstring(ses.payload, &passwordlen); - /* clear the buffer containing the password */ - buf_incrpos(ses.payload, -passwordlen - 4); - m_burn(buf_getptr(ses.payload, passwordlen + 4), passwordlen + 4); - /* the first bytes of passwdcrypt are the salt */ testcrypt = crypt((char*)password, passwdcrypt); m_burn(password, passwordlen); -- cgit v1.2.1