Bugzilla – Attachment 712 Details for
Bug 927
Last login displayed even when .hushlogin exists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Check quietlogin before displaying last message
openssh-hushlogin.patch (text/plain), 575 bytes, created by
Darren Tucker
on 2004-09-11 15:20:13 AEST
(
hide
)
Description:
Check quietlogin before displaying last message
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2004-09-11 15:20:13 AEST
Size:
575 bytes
patch
obsolete
>Index: session.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/session.c,v >retrieving revision 1.288 >diff -u -p -r1.288 session.c >--- session.c 30 Aug 2004 10:42:08 -0000 1.288 >+++ session.c 11 Sep 2004 05:05:04 -0000 >@@ -1434,7 +1434,7 @@ do_child(Session *s, const char *command > * generated messages, so if this in an interactive > * login then display them too. > */ >- if (command == NULL) >+ if (!check_quietlogin(s, command)) > display_loginmsg(); > #endif /* HAVE_OSF_SIA */ > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 927
: 712