| Summary: | Last login displayed even when .hushlogin exists | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Tait <tait+sshbugz> | ||||
| Component: | Miscellaneous | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | trivial | ||||||
| Priority: | P2 | ||||||
| Version: | -current | ||||||
| Hardware: | SPARC | ||||||
| OS: | Solaris | ||||||
| URL: | http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=109447341718335 | ||||||
| Attachments: |
|
||||||
|
Description
Tait
2004-09-10 08:12:16 AEST
Yes, this is a bug introduced with some code intended to display the output of PAM session modules and was reported recently (see URL). Will attach a patch. Created attachment 712 [details]
Check quietlogin before displaying last message
As noted in the URL, it would be better to cache the return value of
check_quietlogin(), however this would mean changing some of the platform
independant code.
That would represent more of an ongoing maintenance overhead (ie patches from
OpenBSD won't apply to the changed parts) so as a rule we try to keep the
-portable changes clustered together).
Comment on attachment 712 [details]
Check quietlogin before displaying last message
This looks OK
Applied, thanks. Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |