[Bug 65] TCP Wrappers support does not log successful connections
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Jan 17 03:14:18 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=65
------- Additional Comments From jap3003+opensshbugs at ksu.edu 2002-01-17 03:14 -------
"should?" Maybe. "Does?" No. This is the way tcpd does it, too. The call to
hosts_access() only determines whether or not a host should pass. refuse()
[iirc, don't have the source handy] terminates sshd after calling syslog. There
doesn't appear to be a corresponding accept() function. However, the fact that
we have to call syslog ourselves is mitigated by the fact that there is a
function available to crack the request structure, so we don't really have to go
dinking with the tcp wrapper internals. It's the %s being sent into the syslog.
Although it's not mentioned on the manpage, it's in the header we include.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list