[Bug 1221] Banner only suppressed at log level = QUIET (used to be at log level < INFO)

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Aug 29 23:58:38 EST 2006


http://bugzilla.mindrot.org/show_bug.cgi?id=1221





------- Comment #2 from Dean.Kopesky at reuters.com  2006-08-29 23:58 -------
-o LogLevel=QUIET works the same before and after the diff, yes.

The problem is that -o LogLevel=ERROR and -o LogLevel=FATAL suppressed
the banner before the diff, but don't suppress the banner after.

This is because, before the diff, input_userauth_banner() printed the
banner with logit(), which uses a log level of INFO internally; whereas
after the diff, input_userauth_banner() hardcodes a check for
LOG_LEVEL_QUIET.

We are running on various Sun Sparc machines, with Solaris 5.6, 5.8,
and 5.10.  I can see the cause of the behavior in the source code,
though, so I doubt the behavior is platform-specific.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-bugs mailing list