mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
- (dtucker) [session.c] Bug #927: make .hushlogin silent again. ok djm@
This commit is contained in:
parent
77fc29eeb3
commit
a2a3ed0010
@ -10,6 +10,7 @@
|
|||||||
Bug #892: Send messages from failing PAM account modules to the client via
|
Bug #892: Send messages from failing PAM account modules to the client via
|
||||||
SSH2_MSG_USERAUTH_BANNER messages. Note that this will not happen with
|
SSH2_MSG_USERAUTH_BANNER messages. Note that this will not happen with
|
||||||
SSH2 kbdint authentication, which need to be dealt with separately. ok djm@
|
SSH2 kbdint authentication, which need to be dealt with separately. ok djm@
|
||||||
|
- (dtucker) [session.c] Bug #927: make .hushlogin silent again. ok djm@
|
||||||
|
|
||||||
20040830
|
20040830
|
||||||
- (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only
|
- (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only
|
||||||
@ -1729,4 +1730,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.3544 2004/09/11 13:07:03 dtucker Exp $
|
$Id: ChangeLog,v 1.3545 2004/09/11 13:09:53 dtucker Exp $
|
||||||
|
@ -1434,7 +1434,7 @@ do_child(Session *s, const char *command)
|
|||||||
* generated messages, so if this in an interactive
|
* generated messages, so if this in an interactive
|
||||||
* login then display them too.
|
* login then display them too.
|
||||||
*/
|
*/
|
||||||
if (command == NULL)
|
if (!check_quietlogin(s, command))
|
||||||
display_loginmsg();
|
display_loginmsg();
|
||||||
#endif /* HAVE_OSF_SIA */
|
#endif /* HAVE_OSF_SIA */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user