[sr-dev] git: new commits in branch master

Henning Westerholt hw at skalatan.de
Sun Sep 22 00:38:41 CEST 2019


- URL:  https://github.com/kamailio/kamailio/commit/4dbe7fa01d43931cbe1bfc041d4a16bece6ecec9
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-21T22:53:55+02:00

core: remove code for NO_REVERSE_INIT #define from 2002, which don't compile anymore

- URL:  https://github.com/kamailio/kamailio/commit/0cd270bcb4b4402f94fa65224e8d69ce1205b050
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-21T23:35:35+02:00

core: more secure PRNG initialization, use fastrand (its much safer) to init the other PRNGs

- URL:  https://github.com/kamailio/kamailio/commit/3caeb310bda0a40f0dca3567308df9f9cbeea462
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-21T23:40:11+02:00

core: improve child_init debug logging

- URL:  https://github.com/kamailio/kamailio/commit/9d9e6f0df91fdab423bc5740099a9db501c2da19
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-21T23:44:33+02:00

drouting: use default DB URL as all the other modules

- URL:  https://github.com/kamailio/kamailio/commit/e8aa74a0220d6776c417d0f83d438be13d571e80
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-21T23:45:00+02:00

drouting: document default DB URL

- URL:  https://github.com/kamailio/kamailio/commit/f07664492be76212aaa5c380d982860a56629c0f
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-21T23:53:13+02:00

core: more secure PRNG initialization, use fastrand (its much safer) to init the other PRNGs

- more secure PRNG initialization, use fastrand (its much safer) to init the other PRNGs
- related to commit 0cd270bcb4b for main process, this is for the forked children

- URL:  https://github.com/kamailio/kamailio/commit/8dc02a6bd0adb068a07ec7b6b856e20665cd9cd1
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-22T00:05:18+02:00

uac: don't initialize the PRNG again, especially with insecure low entropy input

- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children

- URL:  https://github.com/kamailio/kamailio/commit/e85c9fc326d7d06a1078a529ed0a873bfc5ffeb6
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-22T00:08:31+02:00

dispatcher: don't initialize the PRNG again, especially with insecure low entropy input

- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children

- URL:  https://github.com/kamailio/kamailio/commit/e68bab8a107c19776f0d4abdc52ca8bbadfccb9c
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-22T00:09:53+02:00

auth: remove commented out code block related to PRNG initialization

- URL:  https://github.com/kamailio/kamailio/commit/df25b16635e88b493b07bb3c3e0eb6aa764c396b
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-22T00:10:51+02:00

cdp: don't initialize the PRNG again, especially with insecure low entropy input

- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children

- URL:  https://github.com/kamailio/kamailio/commit/930406ec25254859eef0fa1db194d197317b6be0
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-22T00:11:14+02:00

lost: don't initialize the PRNG again, especially with insecure low entropy input

- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children

- URL:  https://github.com/kamailio/kamailio/commit/c89746fd908788807fdae32577450defa6be18fd
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-22T00:11:41+02:00

drouting: don't initialize the PRNG again, especially with insecure low entropy input

- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children

- URL:  https://github.com/kamailio/kamailio/commit/6e81ff04eff41666a7fa94a7ac090bdb5dd4950f
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-22T00:12:14+02:00

mohqueue: don't initialize the PRNG again, especially with insecure low entropy input

- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children

- URL:  https://github.com/kamailio/kamailio/commit/56c6f787a0e968d3ed05c21cffe8bdeb8e286d84
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-22T00:31:08+02:00

cdp: several own processes are forked, we need to properly initialize the PRNG for them

- cdp: several own processes are forked, properly initialize the PRNG for them
- related to commit df25b16635e

- URL:  https://github.com/kamailio/kamailio/commit/53ea0794c9ffeb017e0e5500b0ac2480023946e5
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-22T00:34:49+02:00

sipcapture: don't initialize the PRNG again, especially with insecure low entropy input

- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children

- URL:  https://github.com/kamailio/kamailio/commit/e2c3ed2de42eaa85c52d9d78c6e2076274645344
Author: Henning Westerholt <hw at skalatan.de>
Date:   2019-09-22T00:36:18+02:00

lib: don't initialize the PRNG again, especially with insecure low entropy input

- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children





More information about the sr-dev mailing list