26.19.0 - 2026-03-09
✨ Added
- Add enable_osi_export feature flag by @ozgen in #2807
- Add helper to sync agents from agent controllers by @ozgen in 4bf447b
- Add sync_agents command for agents by @ozgen in 416a515
- Support updated scan config defaults API by @ozgen in 39ad36a
👷 Changed
- Remove #ifs from gmp_credentials_stores.c by @mattmundell in 53c7fe9
- Wrap cs_ cases in modify_credential in ENABLE_CREDENTIAL_STORES by @mattmundell in 0ad05aa
- Use ENABLE_CREDENTIAL_STORES for ret 4 in create_credential by @mattmundell in c236963
- Selectively compile manage_* credential store files by @mattmundell in #2802
- Free the report counts with the rest of the report context by @mattmundell in f1f2852
- Move f_host_criticals out of audit section by @mattmundell in #2799
- Move target_port_range to dedicated files by @mattmundell in 9abc611
- Move target_port_list to dedicated files by @mattmundell in 8cdddf6
- Move target_alive_tests to dedicated files by @mattmundell in 4f43ecd
- Remove old targets declaration by @mattmundell in 7439a7a
- Move stray target header by @mattmundell in 6cd7c04
- Move target defines to dedicated files by @mattmundell in #2809
- Move print_report_context_t definition above all printing by @mattmundell in #2810
- Move lock retry helper to utils as lockfile_lock_with_retry by @ozgen in bcdaaaa
- Move sql_cancel into the SQL files by @mattmundell in #2812
- Move tag_uuid to dedicated files by @mattmundell in 60e8e6f
- Move tags_remove_resource to dedicated files by @mattmundell in 9d8ba8b
- Move tags_set_locations to dedicated files by @mattmundell in #2814
- Pass context to print_report_port_xml instead of f_host_ports by @mattmundell in #2815
🐛 Bug Fixes
- Type of tag_uuid declaration by @mattmundell in #2811
- Reset client state authentic after handle_get_features and sync_agents_run by @ozgen in #2808
- Uninitialized variable now has default value by @robindittmar in c31cc10
- Account for empty path when parsing image fields by @a-h-abdelsalam in #2818
📚 Documentation
- Add some missing description text by @mattmundell in #2816
- Update modify_agent_control_scan_config for config_defaults by @ozgen in dd0a5b1