CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/19 17:50:38
Modified files:
usr.bin/telnet : Makefile README commands.c defines.h externs.h
genget.c main.c network.c ring.c ring.h
sys_bsd.c telnet.1 telnet.c telnet_locl.h
terminal.c utilities.c
Removed files:
usr.bin/telnet : auth-proto.h auth.c auth.h authenc.c defs.h
enc-proto.h enc_des.c encrypt.c encrypt.h ext.h
getent.c kerberos5.c misc-proto.h misc.c misc.h
tn3270.c types.h
Log message:
Flense the telnet code base of unwanted ifdefs: authentication/encryption
tn3270, sgtty, pre-POSIX and other ancient system support, etc. Brings up
to date the manpage with what we support.
ok matthieu@ beck@ jmc@ millert@ deraadt@ okan@