diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | session.c | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -10,6 +10,7 @@ | |||
10 | Bug #892: Send messages from failing PAM account modules to the client via | 10 | Bug #892: Send messages from failing PAM account modules to the client via |
11 | SSH2_MSG_USERAUTH_BANNER messages. Note that this will not happen with | 11 | SSH2_MSG_USERAUTH_BANNER messages. Note that this will not happen with |
12 | SSH2 kbdint authentication, which need to be dealt with separately. ok djm@ | 12 | SSH2 kbdint authentication, which need to be dealt with separately. ok djm@ |
13 | - (dtucker) [session.c] Bug #927: make .hushlogin silent again. ok djm@ | ||
13 | 14 | ||
14 | 20040830 | 15 | 20040830 |
15 | - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only | 16 | - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only |
@@ -1729,4 +1730,4 @@ | |||
1729 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1730 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1730 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1731 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1731 | 1732 | ||
1732 | $Id: ChangeLog,v 1.3544 2004/09/11 13:07:03 dtucker Exp $ | 1733 | $Id: ChangeLog,v 1.3545 2004/09/11 13:09:53 dtucker Exp $ |
@@ -1434,7 +1434,7 @@ do_child(Session *s, const char *command) | |||
1434 | * generated messages, so if this in an interactive | 1434 | * generated messages, so if this in an interactive |
1435 | * login then display them too. | 1435 | * login then display them too. |
1436 | */ | 1436 | */ |
1437 | if (command == NULL) | 1437 | if (!check_quietlogin(s, command)) |
1438 | display_loginmsg(); | 1438 | display_loginmsg(); |
1439 | #endif /* HAVE_OSF_SIA */ | 1439 | #endif /* HAVE_OSF_SIA */ |
1440 | } | 1440 | } |