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

Finalize gmp8 part 2 #133

Merged
merged 9 commits into from
Jun 19, 2019
Merged

Finalize gmp8 part 2 #133

merged 9 commits into from
Jun 19, 2019

Commits on Jun 18, 2019

  1. Move docs section to the top of the README

    Put the link to the documentation more prominent to the top of the
    README. Extend the section by mentioning the README only gives a short
    overview.
    bjoernricks committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    acf121b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67b830f View commit details
    Browse the repository at this point in the history
  3. Introduce enums for snmp auth and privacy algorithms

    Using enums is safer and easier to extend.
    bjoernricks committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    2d933ec View commit details
    Browse the repository at this point in the history
  4. Add credential type for password only

    Allow to create password only credentials in GMPv8
    
    Closes #96
    bjoernricks committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    343ca05 View commit details
    Browse the repository at this point in the history
  5. Override create and modify filter in Gmpv8

    * The make_unique argument got dropped from create_filter
    * Add a FilterType enum
    bjoernricks committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    d28ddce View commit details
    Browse the repository at this point in the history
  6. Add new filter types for GMPv8

    GMPv8 adds filter types for host, operating system, ticket and
    vulnerability
    
    Related to #97
    bjoernricks committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    2b98bf5 View commit details
    Browse the repository at this point in the history
  7. Override create_target in Gmpv8

    Drop the make_unique argument from create_target because it got dropped
    from the protocol too.
    
    Fixes #97
    bjoernricks committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    fcd342b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3759f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Fix typo

    Co-Authored-By: Michael Wiegand <[email protected]>
    bjoernricks and wiegandm authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    14826ab View commit details
    Browse the repository at this point in the history