freebsd-skq/contrib
nectar 637cc179f5 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
bind This commit was generated by cvs2svn to compensate for changes in r109983, 2003-01-28 13:09:17 +00:00
binutils
bzip2
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
file
gcc main() changed its argv declaration, so follow suit in some FBSD added code. 2003-01-29 05:16:58 +00:00
gdb
gnu-sort
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
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
lukemftpd Add support for OPIE and PAM. 2003-01-07 17:31:23 +00:00
ncurses
ntp
nvi
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
patch
pnpinfo
sendmail
smbfs
sort
tar
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
telnet Background: 2003-01-29 18:14:29 +00:00
texinfo
top
traceroute Fix misspelling. 2002-12-13 22:26:10 +00:00