Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Open Scanner Protocol daemon (OSPd) v2.0.1

Compare
Choose a tag to compare
@jjnicola jjnicola released this 12 May 09:57
· 4 commits to ospd-2.0 since this release
55b2329

Added

  • Add clean_forgotten_scans(). #171
  • Extend OSP with finished_hosts to improve resume task. #177
  • Add lock-file-dir configuration option. #217
  • Add initialized flag. #256
  • Set cache unavailable if ospd is serving a get_vts client request. #257

Changed

  • Set loglevel to debug for some message. #159
  • Improve error handling when stop a scan. #163
  • Check the existence and status of an scan_id. #179
  • Send the VTs by chunk as response for get_vts. #215

Fixed

  • Fix set permission in unix socket. #157
  • Fix VT filter. #165
  • Remove from exclude_host list the hosts passed as finished too. #183
  • Fix xml parsing/encoding.
    #223
    #226
    #228