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

Include new ssh elevate credential login data in OSP request #1539

Merged

Commits on May 31, 2021

  1. Include new ssh elevate credential in OSP request

    in manage.c: Appended the ssh elevate login data to the login
      data of the target osp ssh credential in function
      target_osp_ssh_credential().
    jhelmold committed May 31, 2021
    Configuration menu
    Copy the full SHA
    b42a93e View commit details
    Browse the repository at this point in the history
  2. Removal of wrong type check for ssh credential

    in manage.c: Removed the erroneous type check for the
      ssh credential in function target_osp_ssh_credential()
      before appending ssh elevate credential login data to
      the ssh credential login data.
    jhelmold committed May 31, 2021
    Configuration menu
    Copy the full SHA
    bf92148 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    58b6cac View commit details
    Browse the repository at this point in the history
  2. Added missing free(..) for osp_credential

    in manage.c: Added the two missing free(osp_credential) calls in
      function target_osp_ssh_credential(..).
    jhelmold committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    9700639 View commit details
    Browse the repository at this point in the history
  3. Changed the functioncall of free(..) to osp_credential_free(..)

    in manage.c: Changed the call of free(osp_credential) to
      osp_credential_free(osp_credential) in function
      target_osp_ssh_credential(..).
    jhelmold committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    c9e5d28 View commit details
    Browse the repository at this point in the history