Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libcrypt
Module Name: src
Committed By: christos
Date: Wed Jan 12 03:32:52 UTC 2005
Modified Files:
src/lib/libcrypt: bcrypt.c crypt.h pw_gensalt.c
Log Message:
- change the gensalt functions to take an optional string instead of
the number of rounds.
- make pw_gensalt() more generic, so that it does not depend in libutil.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libcrypt/bcrypt.c
cvs rdiff -r1.2 -r1.3 src/lib/libcrypt/crypt.h
cvs rdiff -r1.3 -r1.4 src/lib/libcrypt/pw_gensalt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index