]> andersk Git - openssh.git/commitdiff
- (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain PRE-REORDER
authordjm <djm>
Tue, 30 Jan 2001 23:50:49 +0000 (23:50 +0000)
committerdjm <djm>
Tue, 30 Jan 2001 23:50:49 +0000 (23:50 +0000)
   passwords.

ChangeLog
auth2-pam.c

index 0e854e2f17a99b7341a7c5c1d59e3883c1121dac..7ac2bf354ff82a6d28ae610660ddc0315c7cc775 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
  - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
    Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
    respectively.
+ - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
+   passwords.
 
 20000130
  - (djm) OpenBSD CVS Sync:
index 455f7f404af3d69037548c2c566cf090b642fcd1..a6ac2012c1aaa86922ac8197b68da698d9a1c412 100644 (file)
@@ -152,7 +152,6 @@ input_userauth_info_response_pam(int type, int plen, void *ctxt)
        for (i = 0; i < nresp; i++) {
                int j = context_pam2.prompts[i];
                resp = packet_get_string(&rlen);
-               debug("response ssh-%d(pam-%d) = \"%s\"", i, j, resp);
                context_pam2.responses[j].resp_retcode = PAM_SUCCESS;
                context_pam2.responses[j].resp = xstrdup(resp);
                xfree(resp);
This page took 0.076371 seconds and 5 git commands to generate.