With OpenSSH_3.5p1, The "Last login: <date> from <host>" was not displayed if the user had .hushlogin in their homedir. With OpenSSH_3.9p1, this line is displayed despite the .hushlogin.
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.