]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-pam_chauthtok.patch
- updated to 4.3p2 (fixes for logout recording with privsep disabled)
[packages/openssh.git] / openssh-pam_chauthtok.patch
1 --- openssh-3.7.1p1/auth-pam.c~ Tue Sep 16 08:00:52 2003
2 +++ openssh-3.7.1p1/auth-pam.c  Thu Sep 18 17:25:02 2003
3 @@ -599,6 +599,8 @@
4  pam_chauthtok_conv(int n, const struct pam_message **msg,
5      struct pam_response **resp, void *data)
6  {
7 +       return misc_conv(n, msg, resp, data);
8 +#if 0
9         char input[PAM_MAX_MSG_SIZE];
10         int i;
11  
12 @@ -635,6 +637,7 @@
13         xfree(*resp);
14         *resp = NULL;
15         return (PAM_CONV_ERR);
16 +#endif
17  }
18  
19  /*
This page took 0.021443 seconds and 3 git commands to generate.