Do not seed the random number generator each time, and use the time in
microseconds to avoid having the same salt for different passwords generated in the same second. This permits to avoid using the same salt for different passwords in newusers.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2008-02-03 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* NEWS, libmisc/salt.c: Do not seed the random number generator
|
||||
each time, and use the time in microseconds to avoid having the
|
||||
same salt for different passwords generated in the same second.
|
||||
This permits to avoid using the same salt for different passwords
|
||||
in newusers.
|
||||
|
||||
2008-02-03 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* lib/pwio.c, lib/pwio.h: New function to find an user by
|
||||
|
Reference in New Issue
Block a user