Re: tcp wrapper and connection logging.

2006-06-12 Thread Wes Hardaker
> On Fri, 09 Jun 2006 00:28:19 +0200, Thomas Anders <[EMAIL PROTECTED]> > said: >> 2) make a new ds_boolean tag and turn it into a --long argument and >> config token and use that and split the functionality between -a >> (log requests received by the demon) and the tcp_wrappers part of >

Re: tcp wrapper and connection logging.

2006-06-08 Thread Thomas Anders
Wes Hardaker wrote: 2) make a new ds_boolean tag and turn it into a --long argument and config token and use that and split the functionality between -a (log requests received by the demon) and the tcp_wrappers part of the agent (log requests accepted by tcp_wrappers). I think this i

Re: tcp wrapper and connection logging.

2006-03-22 Thread Wes Hardaker
> On Wed, 22 Mar 2006 14:44:42 +0100, Marcus Rueckert <[EMAIL PROTECTED]> > said: Marcus> if you use tcpwrapper every connection gets logged. Marcus> without tcpwrapper this only happens if "-a" is specified at the Marcus> commandline. i dont think this is really intended. We had a discu

tcp wrapper and connection logging.

2006-03-22 Thread Marcus Rueckert
hi, if you use tcpwrapper every connection gets logged. without tcpwrapper this only happens if "-a" is specified at the commandline. i dont think this is really intended. The patch to fix that seems pretty easy: [[[ Index: agent/snmp_agent.c ==