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

Amended if clauses for the Test if the ssh_elevate_credential differs from the ssh_credential #1586

Commits on Jun 24, 2021

  1. Amended if clauses for ssh_elevate_credential/ssh_credential Test

    In manage_sql.c:
      Amended the if clause for the Test if the ssh_credential
      differs from the ssh_elevate_credential in functions
      "create_target(...)" and "modify_target(...)".
    jhelmold committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    fbae05b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc25a57 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'gvmd-21.04' of github.com:greenbone/gvmd into ssh_eleva…

    …te_credential_different_to_ssh_credential
    jhelmold committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    51ec7f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c60dae View commit details
    Browse the repository at this point in the history
  5. Merge branch 'gvmd-21.04' of github.com:greenbone/gvmd into ssh_eleva…

    …te_credential_different_to_ssh_credential
    jhelmold committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    dbb05b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7110683 View commit details
    Browse the repository at this point in the history
  7. Changed if statement for ssh_elevate_credential/ssh_credential check.

    in manage_sql.c:
      Replaced the much to simple, erroneous if statement in function
      modify_target() by a more complex code.
    jhelmold committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    6945200 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Changed if statement for ssh_elevate_credential/ssh_credential check …

    …again.
    
    In manage_sql.c, in function modify_target(...):
      Replaced the code for the check if the ssh_elevate_credential
      differs from the ssh_credential by a new one, that works in
      any case.
      Amended the check if there is a ssh_elevate_credential without
      a ssh_credential.
    jhelmold committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    566b77e View commit details
    Browse the repository at this point in the history