Gvm Libs Versions Save

Greenbone Vulnerability Management Libraries

v22.4.0

1 year ago

22.4.0 - 2022-07-18

Added

  • Log warning when Redis tcp connection is used (#670) 064e014e
  • possibility to connect to redis via TCP 91d95c5e
  • Add simple method of getting the out iface c0d4f000
  • automatic reinit mqtt after reset (#612) 750c2a9e
  • subscribe and retrieve message from mqtt 31945758

Changed

  • Check for malloc_trim() support. (#668) e9a94e79
  • more patient reverse lookup (#666) 4bf399b2
  • Create pid file by specifying full path 572f3757

Bug Fixes

  • use strlen of previous argv to gain max name c6bf65dc
  • remove additional argv when previously set on proctitle_set 8a181710
  • add safeguard for is_keyword in pwpolicy b35bb162
  • instead of setting strlen of argc just assume _POSIX_PATH_MAX 256 ee3ea12e
  • return with error code when mqtt connect fails (#671) 95fa8ee5
  • add missing dependency to gvm_util within boreas (#662) ac14fa5b
  • Fix getting the wrong out iface 71f5e150
  • Fix potential dead lock 3ac3ed2b
  • Always init logger mutex before use c71a1d51
  • Using deprecation warning for g_memdup in gvm-libs for backwards compability, but also allow modern gcc versions. [#605] 11612bb9
  • Changed to latest release of cgreen, to avoid the ninja problems, maybe will change it later again 4452432b

v21.4.4

2 years ago

21.4.4 - 2022-02-21

Added

  • Add simple method of getting the out iface 6193b374

Changed

  • Create pid file by specifying full path 8eb2eef0

Bug Fixes

  • add missing dependency to gvm_util within boreas (#662) (#663) 8fece00d
  • Fix getting the wrong out iface 4810fd9d
  • Fix potential dead lock (#641) ca2909e3
  • Always init logger mutex before use 98c55cdd
  • Using deprecation warning for g_memdup in gvm-libs for backwards compability, but also allow modern gcc versions. (backport) [#607] a6ef5972

v21.4.3

2 years ago

21.4.3 - 2021-10-11

Fixed

  • Add function to duplicate host and vhost objects #590

v20.8.4

2 years ago

20.8.4 - 2021-10-11

Added

  • Add function to duplicate host and vhost objects #592

Changed

  • Use better defaults for installation directories #574
    • SYSCONFDIR is /etc by default now
    • LOCALSTATEDIR is /var by default now
    • Introduced GVM_RUN_DIR that uses /run/gvm by default
    • GVM_PID_DIR is /run/gvm by default now

Fixed

v21.4.2

2 years ago

21.4.2 - 2021-08-03

Fixed

  • 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. #564

v20.8.3

2 years ago

20.8.3 - 2021-08-03

Fixed

  • 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. #561

v21.4.1

2 years ago

21.4.1 - 2021-06-23

Added

  • Possibility to use lcrypt with $6$ (sha512) for authentication 484
  • Add function to find and return a host from a host list. 490

Changed

  • Make test_alive_hosts_only (Boreas) feature the new default. 503

Fixed

  • Unify GLib log domains #479
  • Fix double free. #499

Removed

v20.8.2

2 years ago

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

Removed

v21.4.0

3 years ago

Added

  • Use dedicated port list for alive detection (Boreas only) if supplied via OSP. #391
  • Allow to re allocate the finish flag in the host queue for alive tests. #407 #410
  • Add multiple severities for nvti #317 #472
  • Add support for new OSP element for defining alive test methods via separate subelements. #409
  • Add v3 handling to get_cvss_score_from_base_metrics. #411
  • Add severity_date tag in epoch time format. #412
  • Make more scanner preferences available to openvas-nasl. #413
  • Use memory purge redis command when initializing new kb. #452

Changed

  • Add separators for a new (ip address) field in ERRMSG and DEADHOST messages. #376
  • Continuously send dead hosts to ospd-openvas to enable a smooth progress bar if only ICMP is chosen as alive test. #389
  • Retry if response via tls1.3 is still not received. #394
  • Replace current implementation of alive test arp ping with version using libnet. #423
  • 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. #447 #451
  • Fix openvas preference name. The option was rename to "allow_simultaneous_ips". #461
  • Do not start the sniffer thread when only consider alive is chosen for alive test. #466]

Fixed

  • Fix finish_signal_on_queue for boreas. #464

Removed

  • Remove handling of severity class from auth #402
  • Remove version from the nvticache name. #386

v20.8.1

3 years ago

Added

  • Add function to get duplicated hosts from the hosts list. #387
  • Add file access tests using effective UID/GID #422

Changed

  • Reduce ping timeout when using test_alive_hosts_only feature. #400
  • Retry if response via tls1.3 is still not received. #404

Fixed

  • Fix port list for tcp pings when using test_alive_hosts_only feature. #392
  • Set source address correctly and do not try to send ARP to unreachable destination. #401
  • Increase minimum gpgme version #405
  • Always NULL check ifaddrs->ifa_addr #416
  • Correct g_hash_table_remove arg #419
  • Accept underscore as valid char in hostname strings #430
  • Add throttle for pinging with test_alive_hosts_only feature when socket buffer is full. #429