LP1901930 More randomization to auth session keys
authorBill Erickson <berickxx@gmail.com>
Wed, 9 Jun 2021 20:56:53 +0000 (16:56 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 9 Jun 2021 20:56:57 +0000 (16:56 -0400)
commite2c02de3796d4899dcd4ba0c07276a9d519a16b6
tree5e218d274941cc4394f00ae7e61c18ad2bd126f2
parentd2c526a4fee6020de0d344ef67b471293df1f6c6
LP1901930 More randomization to auth session keys

Testing with many parallel SIP clients using the same login credentials
showed that it's possible to have a hash collision when two logins occur
with the same second and using the same username when the same backend
auth_internal process handles the request.  This just adds more
randomness to the hash generation.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/c-apps/oils_auth_internal.c