index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
crypt
/
crypt.c
Age
Commit message (
Expand
)
Author
2003-08-12
Split crypto routine sup again, but differently. This should make the
Theo de Raadt
2003-08-07
unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5crypt
Theo de Raadt
2002-04-29
wierd -> weird
Peter Valchev
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-06-27
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
1998-03-22
$OpenBSD$
Niklas Hallqvist
1997-09-10
indentation cleanup
Theo de Raadt
1997-07-09
Clean up some -Wall flowers.
Todd C. Miller
1997-03-30
delete the unaligned code
Theo de Raadt
1997-03-27
Err, umm.
Jason Downs
1997-03-27
Make this code sane.
Jason Downs
1997-02-13
added hook for bcrypt
Niels Provos
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-07-02
for magic MD5 salt, call md5crypt()
Theo de Raadt
1996-06-03
Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$
Niklas Hallqvist
1996-03-25
Update prototypes to match declarations
Thorsten Lockert
1995-12-18
i believe i took care of the 32bit and alignment issues, so the comment can g...
Theo de Raadt
1995-12-16
non-USA crypto code by davidb@werj.com.au. The source has been split
Theo de Raadt