mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
- (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
code changes.
This commit is contained in:
parent
03e66f650c
commit
a7ea546f1b
@ -1,3 +1,7 @@
|
|||||||
|
20040616
|
||||||
|
- (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
|
||||||
|
code changes.
|
||||||
|
|
||||||
20040615
|
20040615
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
- djm@cvs.openbsd.org 2004/05/26 08:59:57
|
- djm@cvs.openbsd.org 2004/05/26 08:59:57
|
||||||
@ -1222,4 +1226,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3387 2004/06/15 05:47:51 djm Exp $
|
$Id: ChangeLog,v 1.3388 2004/06/16 02:01:15 dtucker Exp $
|
||||||
|
@ -133,12 +133,12 @@ sys_auth_passwd(Authctxt *ctxt, const char *password)
|
|||||||
/*
|
/*
|
||||||
* Check if the user's password is expired.
|
* Check if the user's password is expired.
|
||||||
*/
|
*/
|
||||||
expired = passwdexpired(name, &msg);
|
expired = passwdexpired(name, &msg);
|
||||||
if (msg && *msg) {
|
if (msg && *msg) {
|
||||||
buffer_append(&loginmsg, msg, strlen(msg));
|
buffer_append(&loginmsg, msg, strlen(msg));
|
||||||
aix_remove_embedded_newlines(msg);
|
aix_remove_embedded_newlines(msg);
|
||||||
}
|
}
|
||||||
debug3("AIX/passwdexpired returned %d msg %.100s", expired, msg);
|
debug3("AIX/passwdexpired returned %d msg %.100s", expired, msg);
|
||||||
|
|
||||||
switch (expired) {
|
switch (expired) {
|
||||||
case 0: /* password not expired */
|
case 0: /* password not expired */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user