Skip to content

Commit

Permalink
In manage_sql.c:
Browse files Browse the repository at this point in the history
Added documentation of the parameter ssh_elevate_credential at the
call of create_target.
Added documentation of the parameter ssh_elevate_credential_id at
the call of modify_target.
  • Loading branch information
jhelmold committed May 25, 2021
1 parent 049b4de commit 2eececd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -30552,6 +30552,7 @@ target_login_port (target_t target, const char* type)
* @param[in] port_list_id Port list of target (overrides \p port_range).
* @param[in] port_range Port range of target.
* @param[in] ssh_credential SSH credential.
* @param[in] ssh_elevate_credential SSH previlige escalation credential.
* @param[in] ssh_port Port for SSH login.
* @param[in] smb_credential SMB credential.
* @param[in] esxi_credential ESXi credential.
Expand Down Expand Up @@ -31027,6 +31028,7 @@ delete_target (const char *target_id, int ultimate)
* @param[in] comment Comment on target.
* @param[in] port_list_id Port list of target (overrides \p port_range).
* @param[in] ssh_credential_id SSH credential.
* @param[in] ssh_elevate_credential_id SSH previlige escalation credential.
* @param[in] ssh_port Port for SSH login.
* @param[in] smb_credential_id SMB credential.
* @param[in] esxi_credential_id ESXi credential.
Expand Down

0 comments on commit 2eececd

Please sign in to comment.