freebsd-dev/contrib/telnet/libtelnet
Jacques Vidrine 4b2eaea43f Background:
When libdes was replaced with OpenSSL's libcrypto, there were a few
 interfaces that the former implemented but the latter did not.  Because
 some software in the base system still depended upon these interfaces,
 we simply included them in our libcrypto (rnd_keys.c).

Now, finally get around to removing the dependencies on these
interfaces.  There were basically two cases:

  des_new_random_key -- This is just a wrapper for des_random_key, and
     these calls were replaced.

  des_init_random_number_generator et. al. -- A few functions were used
     by the application to seed libdes's PRNG.  These are not necessary
     when using libcrypto, as OpenSSL internally seeds the PRNG from
     /dev/random.  These calls were simply removed.

Again, some of the Kerberos 4 files have been taken off the vendor
branch.  I do not expect there to be future imports of KTH Kerberos 4.
2003-01-29 18:14:29 +00:00
..
auth-proto.h Damn. The previous mega-commit was incomplete WRT ANSIfication. This 2001-11-30 22:28:07 +00:00
auth.c help the alphas out with the WARNS=2 stuff. 2001-12-03 12:13:18 +00:00
auth.h Very large style makeover. 2001-11-30 21:06:38 +00:00
enc_des.c Background: 2003-01-29 18:14:29 +00:00
enc-proto.h Damn. The previous mega-commit was incomplete WRT ANSIfication. This 2001-11-30 22:28:07 +00:00
encrypt.c Warnings fixes. Sort out some variable types. 2002-06-26 17:06:14 +00:00
encrypt.h Very large style makeover. 2001-11-30 21:06:38 +00:00
genget.c Very large style makeover. 2001-11-30 21:06:38 +00:00
getent.c Very large style makeover. 2001-11-30 21:06:38 +00:00
kerberos5.c Update build after import of Heimdal Kerberos 2002/02/17. 2002-02-19 15:53:33 +00:00
kerberos.c Background: 2003-01-29 18:14:29 +00:00
key-proto.h Very large style makeover. 2001-11-30 21:06:38 +00:00
krb4encpwd.c Damn. The previous mega-commit was incomplete WRT ANSIfication. This 2001-11-30 22:28:07 +00:00
misc-proto.h Damn. The previous mega-commit was incomplete WRT ANSIfication. This 2001-11-30 22:28:07 +00:00
misc.c Help fix warnings by marking an argument as unused. 2002-06-26 17:05:08 +00:00
misc.h Initial import of BSD telnet. This will be used to build the kerberised 1997-09-04 06:11:16 +00:00
pk.c Encrypted strings (after hex decoding) aren't null terminated, because 2002-08-22 06:19:07 +00:00
pk.h Very large style makeover. 2001-11-30 21:06:38 +00:00
read_password.c Very large style makeover. 2001-11-30 21:06:38 +00:00
rsaencpwd.c Very large style makeover. 2001-11-30 21:06:38 +00:00
sra.c Fix an external declaration that was causing telnetd to core dump. 2002-05-06 09:46:29 +00:00