Mercurial > dropbear
diff svr-authpasswd.c @ 119:3394a7cb30cd private-rez
propagate of 08347df3bca787bd3621602fe2b466c85c9dc3e2 and 717950f4061f1123659ee87c7c168805af920ab7 from branch 'matt.dbclient.rez' to 'matt.dbclient.authpam'
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 12 Sep 2004 05:52:36 +0000 |
parents | b0316ce64e4b |
children | 364a75cfebab |
line wrap: on
line diff
--- a/svr-authpasswd.c Sun Sep 12 04:56:50 2004 +0000 +++ b/svr-authpasswd.c Sun Sep 12 05:52:36 2004 +0000 @@ -80,10 +80,6 @@ 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);