Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipmitool/ipmitool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: patch-work/ipmitool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 8, 2019

  1. Update ipmi_intf.h

    patch-work committed Apr 8, 2019

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    c8d3f67 View commit details
  2. Update create_pen_list

    patch-work committed Apr 8, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    atanmarko Marko Atanasievski
    Copy the full SHA
    8914d24 View commit details
Showing with 4 additions and 1 deletion.
  1. +3 −0 include/ipmitool/ipmi_intf.h
  2. +1 −1 lib/create_pen_list
3 changes: 3 additions & 0 deletions include/ipmitool/ipmi_intf.h
Original file line number Diff line number Diff line change
@@ -244,6 +244,9 @@ struct ipmi_intf {
struct ipmi_intf * ipmi_intf_load(char * name);
void ipmi_intf_print(struct ipmi_intf_support * intflist);

uint16_t ipmi_intf_get_max_request_data_size(struct ipmi_intf * intf);
uint16_t ipmi_intf_get_max_response_data_size(struct ipmi_intf * intf);

void ipmi_intf_session_set_hostname(struct ipmi_intf * intf, char * hostname);
void ipmi_intf_session_set_username(struct ipmi_intf * intf, char * username);
void ipmi_intf_session_set_password(struct ipmi_intf * intf, char * password);
2 changes: 1 addition & 1 deletion lib/create_pen_list
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ if [ -z "$OUTFILE" ]; then
fi

parse_pen_list() {
iconv -f utf8 -t ascii//TRANSLIT//IGNORE \
iconv -f UTF-8 -t ascii//TRANSLIT//IGNORE \
| awk '
/^[0-9]+/ {
if(PEN) {