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)
commit073c8652c13408b883fc73203e5558b1a9a64d62
tree0f3885220089dae583ed884f6b14940570e9214c
parente0b5a866ce2628a5e152af3ef817ee3124e60500
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.
source/auth/pass_check.c
source/passdb/pass_check.c