History log of /netbsd/usr.sbin/tcpdchk/inetcf.c (Results 1 – 11 of 11)
Revision Date Author Comments
# d6aaec91 23-Jan-2018 sevan <sevan@NetBSD.org>

ansify - drop the K&R style prototypes & implementations.


# b4c7b2c9 14-Oct-2015 christos <christos@NetBSD.org>

eliminate %m complexity. __format_arg__ thinks it is handling a format for
printf, so it does not like %m.


# 4a1b3429 31-Aug-2011 plunky <plunky@NetBSD.org>

NULL does not need a cast


# c2e037e2 13-Jul-2003 itojun <itojun@NetBSD.org>

use bounded string op as much as possible


# 8dbe673a 06-Jun-2002 itojun <itojun@NetBSD.org>

add syslogd and rpcbind, which links to libwrap by itself
VS: ----------------------------------------------------------------------


# 5237fd77 30-Jun-2001 itojun <itojun@NetBSD.org>

have sshd listed in use_libwrap[].

From: Frederick Bruckman <fredb@immanent.net>
To: <tech-userlevel@netbsd.org>
Date: Fri, 29 Jun 2001 11:57:14 -0500 (CDT)


# 5874d1fc 27-Aug-1999 itojun <itojun@NetBSD.org>

conflict resolution after tcp_wrappers upgrade to 7.6.


# f8dba09c 11-Oct-1997 christos <christos@NetBSD.org>

Cleanup for WARNS = 1
- add prototypes
- comment out rfc931(); it conflicts with the one in -lwrap and is not needed
anyway.
- remove unused variables
- add NetBSD rcsids.


# de97b4a2 24-Jan-1997 cgd <cgd@NetBSD.org>

stdlib.h for malloc() prototype


# 7e5ed09d 11-Jan-1997 cjs <cjs@NetBSD.org>

Add a list of programs which are not in /etc/inetd.conf but use libwrap
on their own (currently just /usr/sbin/sendmail). Also, mark all programs
in inetd as wrapped even without tcpd being called, s

Add a list of programs which are not in /etc/inetd.conf but use libwrap
on their own (currently just /usr/sbin/sendmail). Also, mark all programs
in inetd as wrapped even without tcpd being called, since NetBSD inetd
wraps all programs.

show more ...


# 84b4e9c0 11-Jan-1997 cjs <cjs@NetBSD.org>

Import from tcd_wrappers_7.4.