History log of /netbsd-src/lib/libcrypt/crypt.c (Results 26 – 41 of 41)
Revision Date Author Comments
# ac9fc8f4 06-Jul-2000 ad <ad@NetBSD.org>

Handle non-DES encrypted passwords; currently only MD5.


# 9323d932 16-Jun-2000 thorpej <thorpej@NetBSD.org>

Enable decryption in crypt(), from cryptosrc-intl, and lift the updated
manual page (which describes decryption) from cryptosrc-us.


# 89c5a767 13-Mar-2000 soren <soren@NetBSD.org>

Fix doubled 'the's.


# 59695352 20-Oct-1998 matt <matt@NetBSD.org>

vax -> __vax__


# 56545aba 01-Jun-1998 kleink <kleink@NetBSD.org>

Need <stdlib.h> for setkey() prototype.


# 95eeab3b 04-Feb-1998 mikel <mikel@NetBSD.org>

don't kill 'register' in comments!


# 0b7831a3 03-Feb-1998 perry <perry@NetBSD.org>

remove obsolete register declarations


# 226f67d0 04-Nov-1997 cgd <cgd@NetBSD.org>

specify array sizes in init_perm prototype. One of the array specifications
was "C_block [][]", which isn't valid (or sensible!) C (only the last
dimension may be omitted). However, all of the dime

specify array sizes in init_perm prototype. One of the array specifications
was "C_block [][]", which isn't valid (or sensible!) C (only the last
dimension may be omitted). However, all of the dimensions are known
so they might as well be specified.

show more ...


# cd0a22a4 10-Oct-1997 mikel <mikel@NetBSD.org>

don't let prototypes disappear if LARGEDATA is defined


# 06795b86 09-Oct-1997 lukem <lukem@NetBSD.org>

rcsid police, deprecate some use of register


# 31a2bdc6 02-Jul-1997 mikel <mikel@NetBSD.org>

add explicit return types and braces for gcc -Wall, some minor KNF
existing differences between exportable and domestic versions were
preserved.


# 4902ac3d 19-Feb-1995 cgd <cgd@NetBSD.org>

use the (broken) crypt.c from the 4.4BSD-Lite Foreign distribution, that
can encrypt passwords but _cannot_ decrypt anything. "real" (i.e. two-way,
unbroken) crypt() now lives in /usr/src/domestic.


# 688980eb 20-Dec-1994 cgd <cgd@NetBSD.org>

type sanity


# adf7c9df 19-Oct-1994 cgd <cgd@NetBSD.org>

cast for quiet.


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# e0b9a84a 26-Apr-1993 cgd <cgd@NetBSD.org>

made libcrypt, so exportable vs. non-exportable packages can be
handled easliy.


12