Stop building multiple versions of telnet.
authorPeter Avalos <pavalos@theshell.com>
Sun, 12 Jul 2009 01:50:58 +0000 (15:50 -1000)
committerPeter Avalos <pavalos@theshell.com>
Sun, 12 Jul 2009 01:50:58 +0000 (15:50 -1000)
commit068e70615cb2d4761d27f65ed0d00daf92ab7bbc
tree619e822a6e0784b049aac6ac8f8087a95ca34409
parent815c76b979031ed20b418bbdd1a9c8c2e4c09689
Stop building multiple versions of telnet.

It's ok to move this code outside of crypto/ because it doesn't actually
contain any crypto -- only routines that call the crypto functions.
This keeps the code centralized, and the usual make.conf defines will
control what gets built (the default is still non-kerberos and with
crypto).
89 files changed:
crypto/telnet/arpa/telnet.h [deleted file]
crypto/telnet/libtelnet/genget.c [deleted file]
crypto/telnet/libtelnet/getent.c [deleted file]
crypto/telnet/libtelnet/misc-proto.h [deleted file]
crypto/telnet/libtelnet/misc.c [deleted file]
crypto/telnet/libtelnet/misc.h [deleted file]
crypto/telnet/telnet/authenc.c [deleted file]
crypto/telnet/telnet/commands.c [deleted file]
crypto/telnet/telnet/defines.h [deleted file]
crypto/telnet/telnet/externs.h [deleted file]
crypto/telnet/telnet/fdset.h [deleted file]
crypto/telnet/telnet/general.h [deleted file]
crypto/telnet/telnet/main.c [deleted file]
crypto/telnet/telnet/network.c [deleted file]
crypto/telnet/telnet/ring.c [deleted file]
crypto/telnet/telnet/ring.h [deleted file]
crypto/telnet/telnet/sys_bsd.c [deleted file]
crypto/telnet/telnet/telnet.1 [deleted file]
crypto/telnet/telnet/telnet.c [deleted file]
crypto/telnet/telnet/terminal.c [deleted file]
crypto/telnet/telnet/types.h [deleted file]
crypto/telnet/telnet/utilities.c [deleted file]
crypto/telnet/telnetd/defs.h [deleted file]
crypto/telnet/telnetd/ext.h [deleted file]
crypto/telnet/telnetd/global.c [deleted file]
crypto/telnet/telnetd/pathnames.h [deleted file]
crypto/telnet/telnetd/slc.c [deleted file]
crypto/telnet/telnetd/state.c [deleted file]
crypto/telnet/telnetd/sys_term.c [deleted file]
crypto/telnet/telnetd/telnetd.8 [deleted file]
crypto/telnet/telnetd/telnetd.c [deleted file]
crypto/telnet/telnetd/telnetd.h [deleted file]
crypto/telnet/telnetd/termstat.c [deleted file]
crypto/telnet/telnetd/utility.c [deleted file]
lib/libtelnet/Makefile
lib/libtelnet/auth-proto.h [moved from crypto/telnet/libtelnet/auth-proto.h with 100% similarity]
lib/libtelnet/auth.c [moved from crypto/telnet/libtelnet/auth.c with 100% similarity]
lib/libtelnet/auth.h [moved from crypto/telnet/libtelnet/auth.h with 100% similarity]
lib/libtelnet/enc-proto.h [moved from crypto/telnet/libtelnet/enc-proto.h with 100% similarity]
lib/libtelnet/enc_des.c [moved from crypto/telnet/libtelnet/enc_des.c with 100% similarity]
lib/libtelnet/encrypt.c [moved from crypto/telnet/libtelnet/encrypt.c with 100% similarity]
lib/libtelnet/encrypt.h [moved from crypto/telnet/libtelnet/encrypt.h with 100% similarity]
lib/libtelnet/genget.c
lib/libtelnet/getent.c
lib/libtelnet/kerberos5.c [moved from crypto/telnet/libtelnet/kerberos5.c with 100% similarity]
lib/libtelnet/key-proto.h [moved from crypto/telnet/libtelnet/key-proto.h with 100% similarity]
lib/libtelnet/krb4encpwd.c [moved from crypto/telnet/libtelnet/krb4encpwd.c with 100% similarity]
lib/libtelnet/misc-proto.h
lib/libtelnet/misc.c
lib/libtelnet/pk.c [moved from crypto/telnet/libtelnet/pk.c with 100% similarity]
lib/libtelnet/pk.h [moved from crypto/telnet/libtelnet/pk.h with 100% similarity]
lib/libtelnet/read_password.c [moved from crypto/telnet/libtelnet/read_password.c with 100% similarity]
lib/libtelnet/rsaencpwd.c [moved from crypto/telnet/libtelnet/rsaencpwd.c with 100% similarity]
lib/libtelnet/sra.c [moved from crypto/telnet/libtelnet/sra.c with 100% similarity]
libexec/telnetd/Makefile
libexec/telnetd/authenc.c [moved from crypto/telnet/telnetd/authenc.c with 100% similarity]
libexec/telnetd/defs.h
libexec/telnetd/ext.h
libexec/telnetd/global.c
libexec/telnetd/pathnames.h
libexec/telnetd/slc.c
libexec/telnetd/state.c
libexec/telnetd/sys_term.c
libexec/telnetd/telnetd.8
libexec/telnetd/telnetd.c
libexec/telnetd/telnetd.h
libexec/telnetd/termstat.c
libexec/telnetd/utility.c
secure/Makefile.inc
secure/lib/Makefile
secure/lib/libtelnet/Makefile [deleted file]
secure/libexec/Makefile
secure/libexec/telnetd/Makefile [deleted file]
secure/usr.bin/Makefile
secure/usr.bin/telnet/Makefile [deleted file]
usr.bin/telnet/Makefile
usr.bin/telnet/authenc.c
usr.bin/telnet/commands.c
usr.bin/telnet/defines.h
usr.bin/telnet/externs.h
usr.bin/telnet/main.c
usr.bin/telnet/network.c
usr.bin/telnet/ring.c
usr.bin/telnet/ring.h
usr.bin/telnet/sys_bsd.c
usr.bin/telnet/telnet.1
usr.bin/telnet/telnet.c
usr.bin/telnet/terminal.c
usr.bin/telnet/utilities.c