20.8.2 - 2021-06-23
Added
- Add function ldap_enable_debug () #453
- Ensure that new kb taken by the scanner are always clean. #469
- Validate for max_scan_hosts scanner preference. #482
- Possibility to use lcrypt with
$6$
(sha512) for authentication 484 - Add function to find and return a host from a host list. Backport of PR 490. 494.
Changed
Use a char pointer instead of an zero-lenght array as kb_redis struct member. 443
- pba verify returns INVALID instead of ERR when hash or password are null 496
Fixed
- Fixing #434 by removing the extra parentheses in
base/networking.c
#437 - Adding initialization to struct scanner in
boreas/util_tests.c
. #438 - Fix warnings about uninitialized variables. #448
- Split the log message into smaller pieces when syslog is the log destination. #455
- Initialize reallocated memory in gvm_hosts_add #520