]> git.pld-linux.org Git - packages/stunnel.git/blob - stunnel-libwrap_srv_name_log.patch
- 4.21
[packages/stunnel.git] / stunnel-libwrap_srv_name_log.patch
1 --- stunnel-4.21/src/client.c.orig       2007-10-05 20:30:00.000000000 +0000
2 +++ stunnel-4.21/src/client.c    2007-10-28 11:48:46.794934653 +0000
3 @@ -776,8 +776,8 @@
4      c->fd=-1; /* avoid double close on cleanup */
5      if(strcmp(name, c->opt->username)) {
6          safestring(name);
7 -        s_log(LOG_WARNING, "Connection from %s REFUSED by IDENT (user %s)",
8 -            c->accepted_address, name);
9 +        s_log(LOG_WARNING, "Connection to service %s from %s REFUSED by IDENT (user %s)",
10 +            c->opt->servname, c->accepted_address, name);
11          longjmp(c->err, 1);
12      }
13      s_log(LOG_INFO, "IDENT authentication passed");
This page took 0.049821 seconds and 3 git commands to generate.