| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-03-20 | fix the man page. | christos | |
| 2006-03-20 | Nobody should be using des_ks_struct (Jukka Salmi) | christos | |
| 2006-03-20 | Goodbye KerberosIV | christos | |
| 2006-03-19 | restore struct des_ks_struct used by krb4. Nothing uses it here, so GC it | christos | |
| when KRB4 is ejected. | |||
| 2006-03-19 | Change des_key_schedule to be an array of DES_LONG instead of abusing | christos | |
| struct and union semantics. | |||
| 2005-12-13 | Fix wrong buffer size calculation. From Henning Petersen in PR lib/32291. | martin | |
| 2003-11-17 | Various typo fixes from Jonathon Gray via jmc@openbsd. | wiz | |
| 2003-08-03 | Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead of | lukem | |
| SYMLINKS to install symlinked header files. INCSYMLINKS are installed with 'make includes'. This avoids using SYMLINKS and hacks with the 'linkinstall' target in <bsd.links.mk>, as linksinstall occurs in 'make install' and hacks to get it to occur in 'make includes' weren't robust, as seen in lib/libdes. Yet more improvements to bsd.README. | |||
| 2003-08-02 | Un-obsolete kerberosIV/des.h, and make it a symlink to ../des.h. | lukem | |
| It can't be obsoleted because that causes builds with an old ${DESTDIR}/usr/include/kerberosIV/des.h to fail in directories which have CPPFLAGS+=-I${DESTDIR}/usr/include/kerberosIV so that their #include of <krb.h> works (and any subsequent #include <foo.h> by <krb.h>). (Note: gcc3 won't work with a hack such as prepending -I${DESTDIR}/usr/include before -I${DESTDIR}/usr/include/kerberosIV.) Affected directories include lib/libkafs, and any thirdparty source which used a similar -I/usr/include/kerberosIV hack to use <krb.h>. | |||
| 2003-07-24 | arename *.c so that it won't collide w/ libcrypto DES_xx files. | itojun | |
| 2003-07-24 | upgrade openssl to 0.9.7b. (AES is now supported) | itojun | |
| alter des.h to be friendly with openssl/des.h (you can include both in the same file) make libkrb to depend on libdes. bump major. massage various portioin of heimdal to be friendly with openssl 0.9.7b. | |||
| 2003-07-24 | don't provide crypt() here. use libcrypt. | itojun | |
| 2003-07-23 | des_random_key() returns 1 on success | itojun | |
| 2003-07-23 | install des_modes(7) from libdes, not from libcrypto | itojun | |
| 2003-07-23 | install des.3 from libdes, not from libcrypto. | itojun | |
| (eventually libcrypto will switch to DES_xx) | |||
| 2003-07-23 | avoid arg name in prototype | itojun | |
| 2003-07-23 | install des.3 from libdes, not from libcrypto. | itojun | |
| (eventually libcrypto will switch to DES_xx) | |||
| 2003-07-23 | split libdes from libcrypto. libdes bumps shlib major. | itojun | |
| (no dependency in libraries) libdes provides des_xx functions based on openssl 0.9.6j. | |||
| 2003-07-23 | DES code from openssl 0.9.6j | itojun | |
| 2003-04-22 | Revert last commit now that "bsd.lib.mk" is fixed. | tron | |
| 2003-04-22 | Define "LIB" to get "bsd.lib.mk" working again. | tron | |
| 2002-08-20 | Belatedly bump libdes shared library major number, due to bump of | jdarrow | |
| libcrypto shared major when we moved from OpenSSL 0.9.5 to 0.9.6. Add note to libcrypto shlib_version file to remind people to also update libdes shlib_version. | |||
| 2000-06-21 | Add cleaned up versions of des_set_random_generator_seed(), | thorpej | |
| des_new_random_key(), and des_init_random_number_generator() from the crypto-us libdes. | |||
| 2000-06-19 | Use the .ifmake syntax that's described in make(1). | thorpej | |
| 2000-06-19 | Gut this out; libcrypto's Makefile will set up appropriate links | thorpej | |
| to supply a libdes with the appropriate major/minor number. | |||
| 2000-06-17 | For Kerberos libraries which existed both in MIT and Heimdal and the | thorpej | |
| MIT shlib major was larger, bump the Heimdal shlib major to MIT major + 1, so that exising installed programs using MIT libraries will continue to function after the transition to Hiemdal. | |||
| 2000-06-17 | Fixup libdes build. | thorpej | |
| 2000-06-17 | libdes build bits, from cryptosrc-intl. | thorpej | |
