summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_interdecluster.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/raidframe/rf_interdecluster.c')
0 files changed, 0 insertions, 0 deletions
_FORT=yes by default, with the exception of libc, which cannot use USE_FORT and thus uses only USE_SSP by default. Tested on i386 with no ill results; USE_FORT=no per-directory or in a system build will disable if desired. 2006-03-20fix the man page.christos 2006-03-20Nobody should be using des_ks_struct (Jukka Salmi)christos 2006-03-20Goodbye KerberosIVchristos 2006-03-19restore struct des_ks_struct used by krb4. Nothing uses it here, so GC itchristos when KRB4 is ejected. 2006-03-19Change des_key_schedule to be an array of DES_LONG instead of abusingchristos struct and union semantics. 2005-12-13Fix wrong buffer size calculation. From Henning Petersen in PR lib/32291.martin 2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz 2003-08-03Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead oflukem 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-02Un-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-24arename *.c so that it won't collide w/ libcrypto DES_xx files.itojun 2003-07-24upgrade 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-24don't provide crypt() here. use libcrypt.itojun 2003-07-23des_random_key() returns 1 on successitojun 2003-07-23install des_modes(7) from libdes, not from libcryptoitojun 2003-07-23install des.3 from libdes, not from libcrypto.itojun (eventually libcrypto will switch to DES_xx) 2003-07-23avoid arg name in prototypeitojun 2003-07-23install des.3 from libdes, not from libcrypto.itojun (eventually libcrypto will switch to DES_xx) 2003-07-23split 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-23DES code from openssl 0.9.6jitojun 2003-04-22Revert last commit now that "bsd.lib.mk" is fixed.tron 2003-04-22Define "LIB" to get "bsd.lib.mk" working again.tron