1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00
freebsd/contrib/telnet/telnetd
Marcel Moolenaar 6df39cc949 Improve upon previous commit:
1.  Check return of mmap(2) (*)
2.  Avoid FD leak when fstat fails.
3.  Fix style(9).

(*) Pointed out by jmg@
2014-03-02 03:34:06 +00:00
..
authenc.c
defs.h
ext.h Convert telnetd(8) to use posix_openpt(2). 2008-11-13 19:05:27 +00:00
global.c
pathnames.h
slc.c
state.c Make sure that each va_start has one and only one matching va_end, 2012-09-28 07:51:30 +00:00
sys_term.c Propagate ancient fix from Junos. 2013-11-07 00:36:39 +00:00
telnetd.8 List authentication types supported with "-X" taken from the libtelnet 2008-08-29 00:04:37 +00:00
telnetd.c Improve upon previous commit: 2014-03-02 03:34:06 +00:00
telnetd.h
termstat.c
utility.c In contrib/telnet/telnetd/utility.c, fix a few warnings about format 2011-12-16 16:53:54 +00:00