search for: 0e46595

Displaying 1 result from an estimated 1 matches for "0e46595".

Did you mean: 016595
2010 Dec 03
1
[PATCH] upsd tcp_wrappers parsing and logging
...en calls exit() for that process. However, a single process server does not exit, so it must perform its own logging. This patch adds logging for tcp_wrapper denials. --- server/upsd.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/server/upsd.c b/server/upsd.c index 0e46595..eef5638 100644 --- a/server/upsd.c +++ b/server/upsd.c @@ -410,11 +410,13 @@ static void check_command(int cmdnum, ctype_t *client, int numarg, } #ifdef HAVE_WRAP - request_init(&req, RQ_DAEMON, progname, RQ_CLIENT_ADDR, client->addr, RQ_USER, client->username, 0); + request_init...