summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/crypt.c
AgeCommit message (Collapse)Author
1998-03-22$OpenBSD$Niklas Hallqvist
1997-09-10indentation cleanupTheo de Raadt
1997-07-09Clean up some -Wall flowers.Todd C. Miller
1997-03-30delete the unaligned codeTheo de Raadt
1997-03-27Err, umm.Jason Downs
1997-03-27Make this code sane.Jason Downs
1997-02-13added hook for bcryptNiels Provos
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-07-02for magic MD5 salt, call md5crypt()Theo de Raadt
1996-06-03Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$Niklas Hallqvist
1996-03-25Update prototypes to match declarationsThorsten Lockert
Remove unused variables Install all man-page links
1995-12-18i believe i took care of the 32bit and alignment issues, so the comment can ↵Theo de Raadt
go away
1995-12-16non-USA crypto code by davidb@werj.com.au. The source has been splitTheo de Raadt
& copied into two pieces so that use of crypt() pulls in a crypt.o that contains only that one programmer interface -- this permits USA export of binaries that use crypt() for authentication purposes. morecrypt.c contains the other DES programmer interfaces commonly used.