HomeSort by: relevance | last modified time | path
    Searched refs:tcpd_warn (Results 1 - 14 of 14) sorted by relevancy

  /src/lib/libwrap/
shell_cmd.c 58 tcpd_warn("cannot fork: %m");
88 tcpd_warn("open /dev/null: %m");
90 tcpd_warn("dup: %m");
93 tcpd_warn("execl /bin/sh: %m");
percent_x.c 74 : (tcpd_warn("unrecognized %%%c", ch), __UNCONST(""));
83 tcpd_warn("percent_x: expansion too long: %.30s...", result);
socket.c 109 tcpd_warn("can't get client address: %m");
128 tcpd_warn("getsockname: %m");
195 tcpd_warn("Nasty PTR record is configured");
229 tcpd_warn("can't verify hostname: getaddrinfo(%s, %d) failed",
240 tcpd_warn("host name/name mismatch: %s != %s",
266 tcpd_warn("host name/address mismatch: %s != %s", h1,
hosts_access.c 191 tcpd_warn("missing newline or line too long");
197 tcpd_warn("missing \":\" separator");
206 tcpd_warn("cannot open %s: %m", table);
313 tcpd_warn("netgroup support is disabled"); /* not tcpd_jump() */
348 tcpd_warn("open %s: %m", path);
366 tcpd_warn("unable to convert %s to address", rbl_hostaddr);
451 tcpd_warn("bad net/mask expression: %s/%s", net_tok, mask_tok);
456 tcpd_warn("host bits not all zero in %s/%s", net_tok, mask_tok);
584 tcpd_warn("host bits not all zero in %s/%s", net_tok, mask_tok);
diag.c 7 * tcpd_warn() reports a problem and proceeds.
66 /* tcpd_warn - report problem of some sort and proceed */
69 tcpd_warn(const char *format, ...) function in typeref:typename:void
options.c 261 tcpd_warn("%s: %m", value);
347 tcpd_warn("setsockopt SO_LINGER %d: %m", linger.l_linger);
362 tcpd_warn("setsockopt SO_KEEPALIVE: %m");
378 tcpd_warn("nice(%d): %m", niceval);
401 tcpd_warn("twist_option: dup: %m");
406 tcpd_warn("twist_option: /bin/sh: %m");
605 tcpd_warn("rule ends in \":\"");
rfc931.c 59 tcpd_warn("socket: %m");
63 tcpd_warn("fdopen: %m");
update.c 52 tcpd_warn("request_fill: invalid key: %d", key);
tcpd.h 171 void tcpd_warn(const char *, ...) __sysloglike(1, 2);
  /src/usr.sbin/tcpdchk/
tcpdchk.c 144 tcpd_warn("REAL_DAEMON_DIR %s: %m", REAL_DAEMON_DIR);
146 tcpd_warn("REAL_DAEMON_DIR %s is not a directory", REAL_DAEMON_DIR);
226 tcpd_warn("missing newline or line too long");
232 tcpd_warn("missing \":\" separator");
259 tcpd_warn("implicit \"allow\" at end of rule");
262 tcpd_warn("implicit \"allow\" at end of rule");
275 tcpd_warn("cannot open %s: %m", table);
317 tcpd_warn("host %s has more than one address", host);
318 tcpd_warn("(consider using an address instead)");
324 tcpd_warn("daemon list is empty or ends in EXCEPT")
    [all...]
scaffold.c 60 tcpd_warn("%s: %s", host, gai_strerror(error));
65 tcpd_warn("%s: hostname alias", host);
66 tcpd_warn("(official name: %.*s)", STRING_LENGTH, res->ai_canonname);
101 tcpd_warn("host address %s->name lookup failed",
151 tcpd_warn("%s: not owned by root", path);
153 tcpd_warn("%s: group writable", path);
156 tcpd_warn("%s: world writable", path);
inetcf.c 167 tcpd_warn("incomplete line");
178 tcpd_warn("incomplete line");
207 tcpd_warn("%s: not found: %m", path);
209 tcpd_warn("%s: not executable", path);
224 tcpd_warn("%s may be an insecure service", tcpd_proc_name);
232 tcpd_warn("%s is recursively calling itself", tcpd_proc_name);
240 tcpd_warn("%s: file is set-uid or set-gid", path);
247 tcpd_warn("%s inserted before %s", path, arg0);
256 tcpd_warn("%s: not found: %m", arg0);
258 tcpd_warn("%s: not executable", arg0)
    [all...]
percent_x.c 68 ch == '%' ? "%" : (tcpd_warn("unrecognized %%%c", ch), "");
77 tcpd_warn("percent_x: expansion too long: %.30s...", result);
  /src/usr.sbin/tcpdmatch/
tcpdmatch.c 107 tcpd_warn("REAL_DAEMON_DIR %s: %m", REAL_DAEMON_DIR);
109 tcpd_warn("REAL_DAEMON_DIR %s is not a directory", REAL_DAEMON_DIR);
120 tcpd_warn("%s: daemon name normalized to: %s", argv[optind], daemon);
148 tcpd_warn("%s: no such process name in %s", daemon, inetcf);
151 tcpd_warn("%s: service possibly not wrapped", daemon);
194 tcpd_warn("host address %s->name lookup failed",
257 tcpd_warn("host address %s->name lookup failed",

Completed in 18 milliseconds