mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-27 15:50:12 +01:00
2021-04-27 Fred Gleason <fredg@paravelsystems.com>
* Changed the 'RDAIRPLAY_EXIT_PASSWORD' field from 'varchar(41)' to 'varchar(48)'. * Incremented the database version to 349. * Renamed the 'RDSha1Hash()' function to 'RDSha1HashFile()'. * Added 'RDSha1HashPassword()' function in 'lib/rdhash.[cpp|h]'. * Added 'RDSha1HashCheckPassword()' function in 'lib/rdhash.[cpp|h]'. * Changed the hashing algorithm used for the Exit Password for rdairplay(1) to salted SHA1. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21631,3 +21631,12 @@
|
||||
* Fixed a regression in 'RDLog::create()' that threw SQL errors.
|
||||
2021-04-27 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in 'RDLogModel' that threw SQL errors.
|
||||
2021-04-27 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Changed the 'RDAIRPLAY_EXIT_PASSWORD' field from 'varchar(41)'
|
||||
to 'varchar(48)'.
|
||||
* Incremented the database version to 349.
|
||||
* Renamed the 'RDSha1Hash()' function to 'RDSha1HashFile()'.
|
||||
* Added 'RDSha1HashPassword()' function in 'lib/rdhash.[cpp|h]'.
|
||||
* Added 'RDSha1HashCheckPassword()' function in 'lib/rdhash.[cpp|h]'.
|
||||
* Changed the hashing algorithm used for the Exit Password for
|
||||
rdairplay(1) to salted SHA1.
|
||||
|
||||
Reference in New Issue
Block a user