зеркало из https://github.com/Azure/sonic-openssh.git
- (stevesk) Fix compile problem with PAM password change fix
This commit is contained in:
Родитель
092564869a
Коммит
fe2f4a1e37
|
@ -2,6 +2,7 @@
|
||||||
- (djm) Avoid bug in Solaris PAM libs
|
- (djm) Avoid bug in Solaris PAM libs
|
||||||
- (djm) Disconnect if no tty and PAM reports password expired
|
- (djm) Disconnect if no tty and PAM reports password expired
|
||||||
- (djm) Fix for PAM password changes being echoed (from stevesk)
|
- (djm) Fix for PAM password changes being echoed (from stevesk)
|
||||||
|
- (stevesk) Fix compile problem with PAM password change fix
|
||||||
|
|
||||||
20011027
|
20011027
|
||||||
- (tim) [configure.ac] Fixes for ReliantUNIX (don't use libucb)
|
- (tim) [configure.ac] Fixes for ReliantUNIX (don't use libucb)
|
||||||
|
@ -6779,4 +6780,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1624 2001/10/28 11:36:55 djm Exp $
|
$Id: ChangeLog,v 1.1625 2001/10/28 17:32:38 stevesk Exp $
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
extern char *__progname;
|
extern char *__progname;
|
||||||
|
|
||||||
RCSID("$Id: auth-pam.c,v 1.39 2001/10/28 11:36:56 djm Exp $");
|
RCSID("$Id: auth-pam.c,v 1.40 2001/10/28 17:32:38 stevesk Exp $");
|
||||||
|
|
||||||
#define NEW_AUTHTOK_MSG \
|
#define NEW_AUTHTOK_MSG \
|
||||||
"Warning: Your password has expired, please change it now"
|
"Warning: Your password has expired, please change it now"
|
||||||
|
@ -147,8 +147,8 @@ static int do_pam_conversation(int num_msg, const struct pam_message **msg,
|
||||||
break;
|
break;
|
||||||
case PAM_PROMPT_ECHO_OFF:
|
case PAM_PROMPT_ECHO_OFF:
|
||||||
reply[count].resp =
|
reply[count].resp =
|
||||||
read_passphrase(PAM_MSG_MEMBER(msg, count,
|
read_passphrase(PAM_MSG_MEMBER(msg, count,
|
||||||
msg), RP_ALLOW_STDIN));
|
msg), RP_ALLOW_STDIN);
|
||||||
reply[count].resp_retcode = PAM_SUCCESS;
|
reply[count].resp_retcode = PAM_SUCCESS;
|
||||||
break;
|
break;
|
||||||
case PAM_ERROR_MSG:
|
case PAM_ERROR_MSG:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче