freebsd-dev/contrib
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
..
amd Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
bc This commit was generated by cvs2svn to compensate for changes in r90238, 2002-02-05 09:17:24 +00:00
bind This commit was generated by cvs2svn to compensate for changes in r109983, 2003-01-28 13:09:17 +00:00
binutils Update HEAD with the stock files. 2002-12-02 09:39:02 +00:00
bzip2 Add upgrade instructions. 2002-02-01 16:34:13 +00:00
com_err Add #include <stdlib.h> so that "s->strings = realloc(...)" doesn't segfault 2003-01-08 17:05:52 +00:00
cpio
cvs Turn off Checkin-prog and Update-prog. 2003-01-21 22:10:13 +00:00
diff Add #include "diff.h" in order to get the prototype for xmalloc(). 2003-01-08 06:40:35 +00:00
expat Virgin import (trimmed) of eXpat version 1.95.5 2002-10-02 07:16:04 +00:00
file Make current. 2002-09-16 06:02:55 +00:00
gcc main() changed its argv declaration, so follow suit in some FBSD added code. 2003-01-29 05:16:58 +00:00
gdb Track changed definition of the debug registers. 2002-10-21 05:33:05 +00:00
gnu-sort Use easy way to sense C and POSIX locales, like in GLIBC 2002-06-08 08:16:22 +00:00
gperf
groff Add an entry for libugidfw. 2003-01-07 11:30:53 +00:00
ipfilter Bow to the whining masses and change a union back into void *. Retain 2003-01-13 00:33:17 +00:00
isc-dhcp We now include the dhcpctl subdirectory. 2003-01-16 19:05:56 +00:00
less Merge vendor changes onto mainline. 2002-01-07 20:37:09 +00:00
libf2c This commit was generated by cvs2svn to compensate for changes in r107609, 2002-12-04 17:08:08 +00:00
libobjc Gcc 3.2.1 release virgin vendor import. (19-Nov-2002) 2002-12-04 17:08:08 +00:00
libpcap Merge multi-DLT support. 2003-01-26 01:21:53 +00:00
libreadline
libstdc++ This commit was generated by cvs2svn to compensate for changes in r107606, 2002-12-04 16:53:59 +00:00
lukemftp Import lukemftp-1.6-beta2. 2002-06-15 09:40:37 +00:00
lukemftpd Add support for OPIE and PAM. 2003-01-07 17:31:23 +00:00
ncurses This commit was generated by cvs2svn to compensate for changes in r104977, 2002-10-12 10:22:52 +00:00
ntp Merge conflicts. 2002-11-04 19:38:46 +00:00
nvi Merge rev 1.1.1.3 from vendor branch: fix refresh / warning deadlock 2002-01-31 14:23:49 +00:00
one-true-awk Update for the 20021213 version. 2002-12-19 04:34:00 +00:00
openpam #include <stddef.h> rather than <sys/types.h> (perforce change 24116) 2003-01-23 21:37:53 +00:00
opie When computing a new seed for an existing user, opienewseed() would 2003-01-22 10:55:36 +00:00
pam_modules/pam_passwdqc Vendor import of pam_passwdqc v0.5. 2002-04-16 22:25:21 +00:00
patch
pnpinfo Use the correct loop variable so that we print all IO addresses and 2002-08-09 22:04:54 +00:00
sendmail MFS: Fix smrsh bypass bug. 2002-10-13 00:56:58 +00:00
smbfs This commit was generated by cvs2svn to compensate for changes in r100490, 2002-07-22 09:50:09 +00:00
sort Original code bugfixed. This NOT touch old sorting order a bit. 2002-04-07 00:49:00 +00:00
tar Fix security bug in contains_dot_dot routine. 2002-10-19 09:32:03 +00:00
tcp_wrappers Add a declaration that malloc() returns a pointer, not an int. Otherwise 2003-01-08 07:02:07 +00:00
tcpdump Merge Multi-DLT support. 2003-01-26 01:23:26 +00:00
tcsh Document upgrade procedure. 2002-07-24 16:42:58 +00:00
telnet Background: 2003-01-29 18:14:29 +00:00
texinfo This commit was generated by cvs2svn to compensate for changes in r100519, 2002-07-22 17:06:28 +00:00
top Fix a bug where you couldn't start top in a very small window. Now 2002-08-11 18:37:25 +00:00
traceroute Fix misspelling. 2002-12-13 22:26:10 +00:00