index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypt
/
bcrypt.c
Age
Commit message (
Expand
)
Author
2013-08-28
Publish explicit_memset and consttime_memequal in userland libc.
riastradh
2013-06-24
Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.
riastradh
2012-08-30
Add "consttime_bcmp" and "explicit_bzero" functions for both kernel
drochner
2012-03-21
Use C89 functions definitions.
matt
2011-12-28
clamp length to 72 (73) characters.
christos
2011-12-27
- go back to returning NULL, we are going to wrap crypt instead.
christos
2011-12-27
we want to check against "*0" not "*\0"
christos
2011-12-27
Instead of returning ":" on error, return "*0" or "*1" which will always result
christos
2011-12-26
Return ":1" on error instead of ":", so that sloppy password creation programs
christos
2011-05-16
-fix maximum length of salt (missing prefix, rounding error)
drochner
2006-10-27
gently add some "const", and avoid some casts
drochner
2006-10-24
don't segfault on NULL pointer if number of rounds is
mlelstv
2005-01-12
fix compile issue and de-lint
christos
2005-01-12
- change the gensalt functions to take an optional string instead of
christos
2005-01-11
add local prototype for old salt function
christos
2005-01-11
Write __gensalt_blowfish function that does not use static storage and
christos
2003-08-06
add __RCSID()
jdolecek
2003-04-17
hrink the Blowfish routines down to only what we need for __bcrypt(),
thorpej
2002-05-24
support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf.
itojun