aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcp_wrappers/diag.c
Commit message (Collapse)AuthorAgeFilesLines
* tcp_wrappers: Use ANSI (c89) function definitionsEd Maste2023-03-211-5/+1
| | | | | | | | Although this code is in contrib/ there is no active upstream. Reviewed by: brooks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D36047
* Reduce the log level of tcpd_warn calls from ERR to WARNING.Bjoern A. Zeeb2018-08-231-1/+1
| | | | | | | | | | This matches the name and avoids logging of warnings to console with default syslog.conf, esp. getting rid of: warning: /etc/hosts.allow, line ..: can't verify hostname: \ getaddrinfo(.., AF_INET) failed Notes: svn path=/head/; revision=338277
* Clean import of TCP-wrappers by Wietse Venema.vendor/tcp_wrappers/7.6Mark Murray1999-03-141-0/+69
Rest of build to follow. Notes: svn path=/vendor/tcp_wrappers/dist/; revision=44743 svn path=/vendor/tcp_wrappers/7.6/; revision=44745; tag=vendor/tcp_wrappers/7.6