LP1901930 More randomization to auth session keys
authorBill Erickson <berickxx@gmail.com>
Wed, 9 Jun 2021 20:56:53 +0000 (16:56 -0400)
committerJason Etheridge <jason@EquinoxOLI.org>
Fri, 29 Apr 2022 15:50:15 +0000 (11:50 -0400)
commit94015bb81d0cd8f4afdb0155816e2ae9d18e9f50
tree6f42804ae809e7ac46f6a24f68fa7565080d8796
parent7104cf47e0ed1f2e2718176a0ac451c375201bcf
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