- (dtucker) [openbsd-compat/port-aix.c] Minor correction to debug message,
spotted by tim@.
This commit is contained in:
parent
6b2fe31def
commit
f9fea65ba9
|
@ -4,6 +4,8 @@
|
||||||
While at it, initialize the other arguments to auth functions in case they
|
While at it, initialize the other arguments to auth functions in case they
|
||||||
ever acquire this behaviour.
|
ever acquire this behaviour.
|
||||||
- (dtucker) [openbsd-compat/port-aix.c] Whitespace cleanups while there.
|
- (dtucker) [openbsd-compat/port-aix.c] Whitespace cleanups while there.
|
||||||
|
- (dtucker) [openbsd-compat/port-aix.c] Minor correction to debug message,
|
||||||
|
spotted by tim@.
|
||||||
|
|
||||||
20050528
|
20050528
|
||||||
- (dtucker) [configure.ac] For AC_CHECK_HEADERS() and AC_CHECK_FUNCS() have
|
- (dtucker) [configure.ac] For AC_CHECK_HEADERS() and AC_CHECK_FUNCS() have
|
||||||
|
@ -2635,4 +2637,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.3799 2005/05/29 00:32:47 dtucker Exp $
|
$Id: ChangeLog,v 1.3800 2005/05/29 00:54:27 dtucker Exp $
|
||||||
|
|
|
@ -158,7 +158,7 @@ sys_auth_passwd(Authctxt *ctxt, const char *password)
|
||||||
result = authenticate((char *)name, (char *)password, &reenter,
|
result = authenticate((char *)name, (char *)password, &reenter,
|
||||||
&authmsg);
|
&authmsg);
|
||||||
aix_remove_embedded_newlines(authmsg);
|
aix_remove_embedded_newlines(authmsg);
|
||||||
debug3("AIX/authenticate result %d, msg %.100s", result,
|
debug3("AIX/authenticate result %d, authmsg %.100s", result,
|
||||||
authmsg);
|
authmsg);
|
||||||
} while (reenter);
|
} while (reenter);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue