summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/kadmin/ksrvutil_get.c
Commit message (Collapse)AuthorAgeFilesLines
* KerberosIV deorbit sequence: Re-entry. Thank you, faithful friend.markm2003-03-081-428/+0
| | | | Enjoy your retirement in ports.
* Background:nectar2003-01-291-9/+3
| | | | | | | | | | | | | | | | | | | | | 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.
* Clean import of KTH Kerberos (eBones) v1.0.markm2000-01-091-27/+28
|
* Clean import of KTH krb4-0.10.1.markm1999-09-191-99/+132
|
* Initial import of KTH eBones. This has been cleaned up to only includemarkm1997-09-041-0/+400
the "core" Kerberos functionality. The rest of the userland will get their own changes later.
OpenPOWER on IntegriCloud