mirror of git://anongit.mindrot.org/openssh.git
- (stevesk) set the default PAM service name to __progname instead
of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
This commit is contained in:
parent
c3d0071552
commit
85ecbe767e
|
@ -5,6 +5,8 @@
|
||||||
Split out and improve escape character documentation, mention ~R in
|
Split out and improve escape character documentation, mention ~R in
|
||||||
~? help text; ok markus@
|
~? help text; ok markus@
|
||||||
- Update RPM spec files for CVS version.h
|
- Update RPM spec files for CVS version.h
|
||||||
|
- (stevesk) set the default PAM service name to __progname instead
|
||||||
|
of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
|
||||||
|
|
||||||
20010420
|
20010420
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
@ -5195,4 +5197,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1149 2001/04/20 13:19:37 djm Exp $
|
$Id: ChangeLog,v 1.1150 2001/04/20 17:43:48 stevesk Exp $
|
||||||
|
|
|
@ -33,7 +33,9 @@
|
||||||
#include "canohost.h"
|
#include "canohost.h"
|
||||||
#include "readpass.h"
|
#include "readpass.h"
|
||||||
|
|
||||||
RCSID("$Id: auth-pam.c,v 1.34 2001/03/27 06:12:24 djm Exp $");
|
extern char *__progname;
|
||||||
|
|
||||||
|
RCSID("$Id: auth-pam.c,v 1.35 2001/04/20 17:43:47 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"
|
||||||
|
|
Loading…
Reference in New Issue