openldap/libraries
Sergio Gelato ee7502accd ITS#8204 Remove bias towards the first record in RFC2782 shuffle implementation.
Prior to this change, given two records of weight 1 the algorithm would
return them in the order (0,1) with 100% probability instead of the
desired 50%. This was due to an off-by-one error in the range test.

srv_rand() returns a float in the range [0.0, 1.0[, so r is an integer in the
range [0, total[. The correct probability for record 0 to be chosen is
a[0].weight/total, not (a[0].weight+1)/total.
2020-06-22 17:27:30 +00:00
..
liblber Happy New Year! 2020-01-09 16:50:21 +00:00
libldap ITS#8204 Remove bias towards the first record in RFC2782 shuffle implementation. 2020-06-22 17:27:30 +00:00
libldap_r ITS#9215 fix for glibc again 2020-04-28 16:33:41 +01:00
liblmdb Revert "ITS#9160 OOM handling in mdb tools", wrong branch. 2020-02-07 11:34:20 +00:00
liblunicode Happy New Year! 2020-01-09 16:50:21 +00:00
liblutil ITS#9087 Let configure detect cross windres tool 2020-04-17 21:39:52 +00:00
librewrite ITS#9226 Fix link order for rewrite program on MinGW 2020-04-16 19:35:53 -07:00
Makefile.in Happy New Year! 2020-01-09 16:50:21 +00:00