freebsd-dev/contrib/telnet/telnetd
Ed Schouten c2fd39cb4d Let telnetd build without utmp and logwtmp(3).
Just like rlogind, there is no need to change the ownership of the
terminal during shutdown anymore. Also don't call logwtmp, because the
login(1)/PAM is responsible for doing this. Also use SHUT_RDWR instead
of 2.
2010-01-13 18:37:42 +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 Don't attempt authentication at all if it has been disabled via '-a off'. 2008-07-28 18:58:16 +00:00
sys_term.c Let telnetd build without utmp and logwtmp(3). 2010-01-13 18:37:42 +00:00
telnetd.8 List authentication types supported with "-X" taken from the libtelnet 2008-08-29 00:04:37 +00:00
telnetd.c Let telnetd build without utmp and logwtmp(3). 2010-01-13 18:37:42 +00:00
telnetd.h
termstat.c Add missing () to function invocation. 2004-07-28 05:37:18 +00:00
utility.c