Home | History | Annotate | only in /src/usr.sbin/tcpdchk
History log of /src/usr.sbin/tcpdchk
RevisionDateAuthorComments
 1.14 07-Mar-2021  christos Add blocklist support to libwrap which enables all programs using libwrap
to block access from hosts we deny. (libwrap support from Greg A. Woods)
 1.13 22-Apr-2009  lukem Enable WARNS=4 by default, except for:
cpuctl dumplfs hprop ipf iprop-log kadmin kcm kdc kdigest
kimpersonate kstash ktutil makefs ndbootd ntp pppd quot
racoon racoonctl rtadvd sntp sup tcpdchk tcpdmatch tcpdump
traceroute traceroute6 user veriexecgen wsmoused zic
(Mostly third-party applications)
 1.12 18-Sep-2002  lukem branches: 1.12.40;
use NETBSDSRCDIR as appropriate
 1.11 24-May-2002  tron Fix build problem caused by recent changes to "libwrap".
 1.10 11-Oct-2000  is More format string cleanups by sommerfeld.
 1.9 27-Aug-1999  itojun branches: 1.9.8;
conflict resolution after tcp_wrappers upgrade to 7.6.
 1.8 15-Feb-1999  hubertf fix RCS ID
 1.7 18-Jan-1999  christos PR/6835: Greg A. Woods: Various problems with tcpdchk
- fakelog.c contains extra va_arg
- fix netgroup const problem and remove WARNS flag from Makefile
- use CFLAGS from libwrap
 1.6 05-Mar-1998  christos Remove WARNS=0
 1.5 09-Jan-1998  perry RCS Id Police.
 1.4 18-Oct-1997  lukem enable WARNS=1 by default, but disable in unclean 3rd party code
 1.3 11-Oct-1997  christos 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.
 1.2 24-Mar-1997  christos Makefile cleanups
 1.1 11-Jan-1997  cjs branches: 1.1.1;
Initial revision
 1.1.1.2 27-Aug-1999  itojun libwrap from tcp_wrappers 7.6
 1.1.1.1 11-Jan-1997  cjs Import from tcd_wrappers_7.4.
 1.9.8.1 17-Oct-2000  tv Pullup usr.sbin string format fixes [is].
See "cvs log" for explicit revision numbers per file, from sommerfeld.
 1.12.40.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.7 23-Jan-2018  sevan ansify - drop the K&R style prototypes & implementations.
 1.6 17-Jul-2011  joerg Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.5 06-Jul-2002  wiz unifdef __STDC__
 1.4 30-Dec-2000  martin More va_list vs. _BSD_VA_LIST_ lossage
 1.3 18-Jan-1999  christos PR/6835: Greg A. Woods: Various problems with tcpdchk
- fakelog.c contains extra va_arg
- fix netgroup const problem and remove WARNS flag from Makefile
- use CFLAGS from libwrap
 1.2 11-Oct-1997  christos 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.
 1.1 11-Jan-1997  cjs branches: 1.1.1;
Initial revision
 1.1.1.1 11-Jan-1997  cjs Import from tcd_wrappers_7.4.
 1.11 23-Jan-2018  sevan ansify - drop the K&R style prototypes & implementations.
 1.10 14-Oct-2015  christos eliminate %m complexity. __format_arg__ thinks it is handling a format for
printf, so it does not like %m.
 1.9 31-Aug-2011  plunky NULL does not need a cast
 1.8 13-Jul-2003  itojun use bounded string op as much as possible
 1.7 06-Jun-2002  itojun add syslogd and rpcbind, which links to libwrap by itself
VS: ----------------------------------------------------------------------
 1.6 30-Jun-2001  itojun 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)
 1.5 27-Aug-1999  itojun conflict resolution after tcp_wrappers upgrade to 7.6.
 1.4 11-Oct-1997  christos 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.
 1.3 24-Jan-1997  cgd stdlib.h for malloc() prototype
 1.2 11-Jan-1997  cjs 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.
 1.1 11-Jan-1997  cjs branches: 1.1.1;
Initial revision
 1.1.1.2 27-Aug-1999  itojun libwrap from tcp_wrappers 7.6
 1.1.1.1 11-Jan-1997  cjs Import from tcd_wrappers_7.4.
 1.4 23-Jan-2018  sevan ansify - drop the K&R style prototypes & implementations.
 1.3 09-Jan-1998  perry RCS Id Police.
 1.2 11-Oct-1997  christos 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.
 1.1 11-Jan-1997  cjs branches: 1.1.1;
Initial revision
 1.1.1.1 11-Jan-1997  cjs Import from tcd_wrappers_7.4.
 1.5 23-Jan-2018  sevan ansify - drop the K&R style prototypes & implementations.
 1.4 21-Jan-2000  mycroft Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get
the correct definition from errno.h.
 1.3 09-May-1998  kleink branches: 1.3.2;
Use strerror(3) instead of sys_errlist and sys_nerr.
 1.2 11-Oct-1997  christos 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.
 1.1 11-Jan-1997  cjs branches: 1.1.1;
Initial revision
 1.1.1.1 11-Jan-1997  cjs Import from tcd_wrappers_7.4.
 1.3.2.1 23-Jan-2000  he Pull up revision 1.4 (requested by mycroft):
Always do the errno indirection hack, so that non-threaded
libraries get the right errno value when linked with -lpthread.
This means "always include <errno.h> and never declare errno
yourself".
 1.3 23-Jan-2018  sevan ansify - drop the K&R style prototypes & implementations.
 1.2 11-Oct-2000  is More format string cleanups by sommerfeld.
 1.1 11-Oct-1997  christos branches: 1.1.4; 1.1.12;
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.
 1.1.12.1 17-Oct-2000  tv Pullup usr.sbin string format fixes [is].
See "cvs log" for explicit revision numbers per file, from sommerfeld.
 1.1.4.1 19-Oct-2000  he Pull up revision 1.2 (requested by he):
Format string cleanup.
 1.1 27-Aug-1999  itojun branches: 1.1.1;
Initial revision
 1.1.1.1 27-Aug-1999  itojun libwrap from tcp_wrappers 7.6
 1.12 23-Jan-2018  sevan ansify - drop the K&R style prototypes & implementations.
 1.11 21-Mar-2012  matt Use a little const for quotes strings.
 1.10 14-Jul-2003  itojun branches: 1.10.54;
use bounded string op
 1.9 26-Dec-2002  itojun debugging log message committed by mistake (rev 1.8). catched by lukem
 1.8 06-Jun-2002  itojun support scoped IPv6 address properly. PR 16810.
 1.7 31-Aug-1999  itojun Apply IPv6 support patch.
Note that all IPv6 address must be wrapped with square bracket, like:
ALL: [::1/128] 127.0.0.1/255.255.255.255
Increase shlib minor.

ftp://ftp.kame.net/pub/kame/misc/tcp_wrappers-76-v6-19990831.diff.gz
 1.6 27-Aug-1999  itojun conflict resolution after tcp_wrappers upgrade to 7.6.
 1.5 09-May-1999  thorpej Fix one that Christos missed.
 1.4 09-May-1999  christos Adjust for dot_quad_addr() changes
 1.3 16-Nov-1997  christos PR/4509: Jarle F. Greipsland: avoid redefinition of rfc931_timeout.
 1.2 11-Oct-1997  christos branches: 1.2.2;
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.
 1.1 11-Jan-1997  cjs branches: 1.1.1;
Initial revision
 1.1.1.2 27-Aug-1999  itojun libwrap from tcp_wrappers 7.6
 1.1.1.1 11-Jan-1997  cjs Import from tcd_wrappers_7.4.
 1.2.2.1 17-Nov-1997  thorpej Pull up from trunk (christos).
 1.10.54.1 17-Apr-2012  yamt sync with head
 1.5 21-Mar-2012  matt Use a little const for quotes strings.
 1.4 06-Jun-2002  itojun branches: 1.4.54;
support scoped IPv6 address properly. PR 16810.
 1.3 09-Jan-1998  perry RCS Id Police.
 1.2 11-Oct-1997  christos 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.
 1.1 11-Jan-1997  cjs branches: 1.1.1;
Initial revision
 1.1.1.1 11-Jan-1997  cjs Import from tcd_wrappers_7.4.
 1.4.54.1 17-Apr-2012  yamt sync with head
 1.4 03-Apr-2001  wiz Comment out reference to tlid.conf in the SEE ALSO section.
 1.3 09-Jan-1998  perry RCS Id Police.
 1.2 30-Jun-1997  bouyer Correct 'SYNOPSIS' spelling
 1.1 11-Jan-1997  cjs branches: 1.1.1;
Initial revision
 1.1.1.1 11-Jan-1997  cjs Import from tcd_wrappers_7.4.
 1.13 23-Jan-2018  sevan ansify - drop the K&R style prototypes & implementations.
 1.12 21-Mar-2012  matt Use a little const for quotes strings.
 1.11 13-Jul-2003  itojun branches: 1.11.54;
use bounded string op as much as possible
 1.10 06-Jun-2002  itojun support scoped IPv6 address properly. PR 16810.
 1.9 31-Aug-1999  itojun Apply IPv6 support patch.
Note that all IPv6 address must be wrapped with square bracket, like:
ALL: [::1/128] 127.0.0.1/255.255.255.255
Increase shlib minor.

ftp://ftp.kame.net/pub/kame/misc/tcp_wrappers-76-v6-19990831.diff.gz
 1.8 27-Aug-1999  itojun conflict resolution after tcp_wrappers upgrade to 7.6.
 1.7 09-May-1999  christos Pass NULL for checking only
 1.6 09-May-1999  christos Adjust for dot_quad_addr() changes
 1.5 18-Jan-1999  christos PR/6835: Greg A. Woods: Various problems with tcpdchk
- fakelog.c contains extra va_arg
- fix netgroup const problem and remove WARNS flag from Makefile
- use CFLAGS from libwrap
 1.4 17-Oct-1997  lukem getopt returns -1 not EOF
 1.3 14-Oct-1997  cjs Add hack to avoid gcc warnings.
 1.2 11-Oct-1997  christos 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.
 1.1 11-Jan-1997  cjs branches: 1.1.1;
Initial revision
 1.1.1.2 27-Aug-1999  itojun libwrap from tcp_wrappers 7.6
 1.1.1.1 11-Jan-1997  cjs Import from tcd_wrappers_7.4.
 1.11.54.1 17-Apr-2012  yamt sync with head

RSS XML Feed