Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend command line options for managing scanners (9.0) #815

Merged

Commits on Oct 17, 2019

  1. Extend --get-scanners command line option

    The option now also returns the type, host and port of each scanner.
    timopollmeier committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    38fb1ae View commit details
    Browse the repository at this point in the history
  2. Add types to --create-scanner and --modify-scanner

    This adds the scanner types "GMP" and "OSP-Sensor" to these options as
    well as the option to use the numeric type value used in GMP.
    Error messages when using the options are now always sent to stderr and
    are more specific about credential issues.
    timopollmeier committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    467e0f5 View commit details
    Browse the repository at this point in the history
  3. Update documentation of --scanner-type

    The new types and use of the numeric value are added to the --help
    output and man page.
    timopollmeier committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    97b42e0 View commit details
    Browse the repository at this point in the history
  4. Add --scanner-credential option

    This allows setting the credential of a scanner to an existing one or to
    unset the credential.
    timopollmeier committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    42578f6 View commit details
    Browse the repository at this point in the history
  5. Output scanner types as text in --get-scanners

    Instead of numbers the command will now return the types as strings as
    accepted by --create-scanner and --modify-sensor.
    timopollmeier committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    b54f6a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4ce16a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    538a4bc View commit details
    Browse the repository at this point in the history