[Bug 973] sshd behaves differently while doing syslog entries for tcpwrappers denied message, with -r and without -r option.
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Jan 19 22:51:52 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=973
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #772 is|0 |1
obsolete| |
------- Additional Comments From dtucker at zip.com.au 2005-01-19 22:51 -------
Created an attachment (id=773)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=773&action=view)
force log_init to reopen syslog
Sigh. OK, new theory: although log_init has been called, openlog() hasn't so
when libwrap calls syslog it still points to the default settings.
Since the log functions do openlog/closelog, logging *anything* means that it
will be pointing at the right place afterward (which meant that the debugging I
added while working on it that made the problem go away, not the alleged fixes.
A neato Heisenbug).
Hopefully this patch will finally nail it; I mean, at some point I have to run
out of wrong ideas, right :-?
------- 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