pass_check.c could receive encrypted password: printing it out as a %s
authorLuke Leighton <lkcl@samba.org>
Mon, 8 Mar 1999 18:43:50 +0000 (18:43 +0000)
committerLuke Leighton <lkcl@samba.org>
Mon, 8 Mar 1999 18:43:50 +0000 (18:43 +0000)
commit269f11bfa90bc4e6373a666486b97d927c7be7c7
treea546d49f454b29d02bb382b4892d265baf9962a0
parent76ebe05c1872874d57eb6743b6de05893c9b5837
pass_check.c could receive encrypted password: printing it out as a %s
results in garbage.  with no password length argument doing dump_data(
100, password, strlen(password)) is the next best alternative.
(This used to be commit 073c8652c13408b883fc73203e5558b1a9a64d62)
source3/auth/pass_check.c
source3/passdb/pass_check.c