Changelog for
libgvm_base22-22.4.4-lp155.4.6.x86_64.rpm :
* Tue Feb 21 2023 Martin Hauke
- Update to version 22.4.4
* https://github.com/greenbone/gvm-libs/releases/tag/v22.4.4
* Thu Apr 07 2022 Martin Hauke - Update to version 21.4.4 Added
* Add simple method of getting the out iface. Changed
* Create pid file by specifying full path Bug Fixes
* add missing dependency to gvm_util within boreas.
* Fix getting the wrong out iface.
* Fix potential dead lock.
* Always init logger mutex before use.
* Using deprecation warning for g_memdup in gvm-libs for backwards compability, but also allow modern gcc versions.- Update to version 21.4.3
* Add function to duplicate host and vhost objects.
* Fri Aug 20 2021 Martin Hauke - Update to version 21.4.2
* Fix info msg when 0 alive hosts are left to scan and max_scan_hosts limit is reached. No message will be generated for that case anymore.
* Mon Jun 28 2021 Martin Hauke - Update to version 21.4.1 Added
* Possibility to use lcrypt with $6$ (sha512) for authentication.
* Add function to find and return a host from a host list. Changed
* Make test_alive_hosts_only (Boreas) feature the new default. Fixed
* Unify GLib log domains.
* Fix double free.
* Fri Apr 16 2021 Martin Hauke - Update to version 21.4.0 Added
* Use dedicated port list for alive detection (Boreas only) if supplied via OSP.
* Allow to re allocate the finish flag in the host queue for alive tests.
* Add multiple severities for nvti.
* Add support for new OSP element for defining alive test methods via separate subelements.
* Add v3 handling to get_cvss_score_from_base_metrics.
* Add severity_date tag in epoch time format.
* Make more scanner preferences available to openvas-nasl.
* Use memory purge redis command when initializing new kb. Changed
* Add separators for a new (ip address) field in ERRMSG and DEADHOST messages.
* Continuously send dead hosts to ospd-openvas to enable a smooth progress bar if only ICMP is chosen as alive test.
* Retry if response via tls1.3 is still not received.
* Replace current implementation of alive test arp ping with version using libnet.
* Let setup_log_handlers return an error if it does not have write access to some log file or log dir instead of aborting immediately.
* Fix openvas preference name. The option was rename to \"allow_simultaneous_ips\".
* Do not start the sniffer thread when only consider alive is chosen for alive test. Fixed
* Fix finish_signal_on_queue for boreas. Removed
* Remove handling of severity class from auth.
* Remove version from the nvticache name.
* Sat Mar 06 2021 Martin Hauke - Update to version 20.8.1 Added
* Add function to get duplicated hosts from the hosts list.
* Add file access tests using effective UID/GID. Changed
* Reduce ping timeout when using test_alive_hosts_only feature.
* Retry if response via tls1.3 is still not received. Fixed
* Fix port list for tcp pings when using test_alive_hosts_only feature.
* Set source address correctly and do not try to send ARP to unreachable destination.
* Increase minimum gpgme version.
* Always NULL check ifaddrs->ifa_addr.
* Correct g_hash_table_remove arg.
* Accept underscore as valid char in hostname strings.
* Add throttle for pinging with test_alive_hosts_only feature when socket buffer is full.
* Wed Aug 12 2020 Martin Hauke - Update to version 20.8.0 Added
* Add nvti_get_tag()
* Add nvti_solution_method() and nvti_set_solution_method()
* Extend osp with target\'s alive test option.
* Extend osp with target\'s reverse_lookup_
* options.
* Add unit tests for osp.
* Add support for test_alive_hosts_only feature of openvas.
* Add function to set and get the NVT QoD.
* Add unit tests for networking.c port list functions.
* Add gmp_start_task_ext_c.
* Make log mutex visible.
* Add new scan status QUEUED.
* Add gvm_routethrough which is used by Boreas alive detection module.
* Move alive detection module Boreas into gvm-libs.
* Add new scan status INTERRUPTED.
* Add sensible default values for osp_get_vts_opts_t.
* Add cli support for boreas standalone tool. Changed
* Improve validation in is_hostname
* Use get_vts instead of get_version to get the feed version is osp_get_vts_version().
* Allow all alive test combination for boreas. Fixed
* Fix is_cidr_block().
* Fix is_cidr6_block() and is_short_range_network().
* Fix S/MIME keylist and improve error handling.
* Fix interrupted state by sending correct number of dead hosts.. Removed
* Remove parallel from target options.
* Remove zero padding from version.
* Mon Aug 10 2020 Martin Hauke - Update to version 11.0.1 Added
* Add option to set finished hosts in OSP targets #298
* Add a fast memory-only XML parser #299
* Add new function gvm_libs_version #301 Changed
* Don\'t create an entity tree during read_string_c. #305 Fixed
* Fix sigsegv when no plugin_feed_info.inc file present. #278
* Fix missing linking to libgnutls in util/CMakeLists.txt. #291
* Free string in all error exit cases #308
* Fix trust and file handling for S/MIME #309
* Get details with get_reports in gmp_get_report_ext #313
* Fix escaping entity attributes in print_entity_to_string #318
* Fix is_cidr_block() #323
* Thu Apr 09 2020 Martin Hauke - Update to version 11.0.0 Added
* Allow to configure the path to the redis socket via CMake
* A new data model for unified handling of cross references in the NVT meta data as been added. All previous API elements to handle cve, bid, xref have been removed. #225 #232.
* Add function to get an osp scan status and a enum type for the different status #259
* API functions for NVTI to handle timestamps #261
* API function for NVTI to add a single tag #263
* Add osp_get_performance_ext() function. #262
* Add libldap2-dev to prerequisites. #249
* Add function osp_get_vts_filtered(). #251
* Add explicit attributes in nvti struct. #258 Changed
* Handle EAI_AGAIN in gvm_host_reverse_lookup() IPv6 case and function refactor. #229
* Prevent g_strsplit to be called with NULL. #238
* Timestamps for NVTI modification date and creation date now internally handled as seconds since epoch. #265
* The tag cvss_base is not added to redis anymore. #267
* Functions in osp.c with error as argument, will set the error if the connection is missing. #268
* Make QoD Type an explicit element of struct nvti. #250
* Use API to access nvti information. #252
* Make the nvti struct internal. #253
* Make solution and solution_type explicit for nvti. #255
* Internalize struct nvtpref_t. #260
* Extend redis connection error msg with actual path. #264 Fixed
* Prevent g_strsplit to be called with NULL. #238
* Check filter before using it in osp_get_vts_ext. #266 Removed
* Remove inconsistent delays in kb routines. #230
* Mon Apr 15 2019 Martin Hauke - Initial package, version 10.0.0