]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- brutally fix poor attempts at pam coding
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 18 Sep 2003 15:53:09 +0000 (15:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-pam_chauthtok.patch -> 1.1

openssh-pam_chauthtok.patch [new file with mode: 0644]

diff --git a/openssh-pam_chauthtok.patch b/openssh-pam_chauthtok.patch
new file mode 100644 (file)
index 0000000..99c25e1
--- /dev/null
@@ -0,0 +1,19 @@
+--- openssh-3.7.1p1/auth-pam.c~        Tue Sep 16 08:00:52 2003
++++ openssh-3.7.1p1/auth-pam.c Thu Sep 18 17:25:02 2003
+@@ -599,6 +599,8 @@
+ pam_chauthtok_conv(int n, const struct pam_message **msg,
+     struct pam_response **resp, void *data)
+ {
++      return misc_conv(n, msg, resp, data);
++#if 0
+       char input[PAM_MAX_MSG_SIZE];
+       int i;
+@@ -635,6 +637,7 @@
+       xfree(*resp);
+       *resp = NULL;
+       return (PAM_CONV_ERR);
++#endif
+ }
+ /*
This page took 0.379645 seconds and 4 git commands to generate.