Subject: CVS commit: basesrc/libexec/telnetd
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/19/2001 07:57:51
Module Name:	basesrc
Committed By:	itojun
Date:		Thu Jul 19 04:57:51 UTC 2001

Modified Files:
	basesrc/libexec/telnetd: authenc.c ext.h state.c sys_term.c telnetd.c
	    telnetd.h termstat.c utility.c

Log Message:
bound-check all "*nfrontp++" code.  from openbsd/heimdal.
bark if file descriptor goes above FD_SETSIZE.  from openbsd.

XXX needs more checking.
XXX what is tab stop size for this code?  need more consistency...
XXX we should really remove #ifdef CRAY, UNICOS5 and such.
we just cannot read it through.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/libexec/telnetd/authenc.c \
    basesrc/libexec/telnetd/termstat.c
cvs rdiff -r1.12 -r1.13 basesrc/libexec/telnetd/ext.h
cvs rdiff -r1.14 -r1.15 basesrc/libexec/telnetd/state.c
cvs rdiff -r1.22 -r1.23 basesrc/libexec/telnetd/sys_term.c
cvs rdiff -r1.25 -r1.26 basesrc/libexec/telnetd/telnetd.c
cvs rdiff -r1.6 -r1.7 basesrc/libexec/telnetd/telnetd.h
cvs rdiff -r1.17 -r1.18 basesrc/libexec/telnetd/utility.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.