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 (backport #1586) #1589

Merged
merged 8 commits into from
Jun 28, 2021

Commits on Jun 25, 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(...)".
    
    (cherry picked from commit fbae05b)
    jhelmold authored and mergify-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    0a15e6b View commit details
    Browse the repository at this point in the history
  2. CHANGELOG entry: Amendment ssh_elevate_credential / ssh_credential Test.

    (cherry picked from commit fc25a57)
    jhelmold authored and mergify-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    5f6b56c View commit details
    Browse the repository at this point in the history
  3. Changed CHANGELOG entry : Amendment ssh_elevate_credential / ssh_cred…

    …ential Test.
    
    (cherry picked from commit 6c60dae)
    jhelmold authored and mergify-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    9b23218 View commit details
    Browse the repository at this point in the history
  4. Changed CHANGELOG entry: Amendment ssh_elevate_credential / ssh_crede…

    …ntial Test.
    
    (cherry picked from commit 7110683)
    
    # Conflicts:
    #	CHANGELOG.md
    jhelmold authored and mergify-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    cc66cd7 View commit details
    Browse the repository at this point in the history
  5. 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.
    
    (cherry picked from commit 6945200)
    jhelmold authored and mergify-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    b6ff36e View commit details
    Browse the repository at this point in the history
  6. 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.
    
    (cherry picked from commit 566b77e)
    jhelmold authored and mergify-bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    dca03c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    ae4c31f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e89963 View commit details
    Browse the repository at this point in the history