Gvm Libs Versions Save

Greenbone Vulnerability Management Libraries

v22.4.4

3 months ago

22.4.4 - 2023-02-09

Bug Fixes

  • define LOG_REFERENCES_AVAILABLE in header 4daf825f
  • set reference to static a97a53a9

v22.4.3

3 months ago

22.4.3 - 2023-02-08

Added

  • the possibility to set reference value for logs (#735) (#736) c6fd2b76

v22.4.2

4 months ago

22.4.2 - 2023-01-09

Changed

  • Use action for release Workflow (#729) aa59170b
  • Update creating tags for container images (#726) c3feb8b5
  • Set LDAP version to 3 after initialization (#723) (#724) f1b53636
  • Use pkg-config to search for libgpgme and libgcrypt (#722) 55d363ae

Bug Fixes

  • Werror=maybe-uninitialized on GCC 12 a57a939b

v22.4.1

6 months ago

[22.4.1] - 2022-11-16

Added

  • Boreas timeout option (#711) (#716) 3804c7e

v22.4.0

10 months 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

1 year 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

1 year ago

21.4.3 - 2021-10-11

Fixed

  • Add function to duplicate host and vhost objects #590

v20.8.4

1 year 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

1 year 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

1 year 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