Home
last modified time | relevance | path

Searched refs:authtype (Results 1 – 15 of 15) sorted by relevance

/openbmc/ipmitool/src/plugins/lan/
H A Dlan.c487 rsp->session.authtype = rsp->data[x++]; in ipmi_lan_poll_recv()
553 if (intf->session->active && (rsp->session.authtype || intf->session->authtype)) in ipmi_lan_poll_recv()
572 val2str(rsp->session.authtype, ipmi_authtype_session_vals)); in ipmi_lan_poll_recv()
747 if (s->active && s->authtype) in ipmi_lan_build_cmd()
763 msg[len++] = s->active ? s->authtype : 0; in ipmi_lan_build_cmd()
773 if (s->active && s->authtype) { in ipmi_lan_build_cmd()
839 val2str(s->authtype, ipmi_authtype_session_vals)); in ipmi_lan_build_cmd()
877 switch (s->authtype) { in ipmi_lan_build_cmd()
1021 msg[len++] = s->active ? s->authtype : 0; in ipmi_lan_build_rsp()
1034 if (s->active && s->authtype) { in ipmi_lan_build_rsp()
[all …]
/openbmc/ipmitool/src/
H A Dipmishell.c326 int authtype; in ipmi_set_main() local
327 authtype = str2val(argv[1], ipmi_authtype_session_vals); in ipmi_set_main()
328 if (authtype == 0xFF) { in ipmi_set_main()
333 ipmi_intf_session_set_authtype(intf, authtype); in ipmi_set_main()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_intf.h95 uint8_t authtype; member
221 void ipmi_intf_session_set_authtype(struct ipmi_intf * intf, uint8_t authtype);
H A Dipmi.h173 uint8_t authtype; member
/openbmc/ipmitool/lib/
H A Dipmi_main.c387 int authtype = -1; in ipmi_main() local
717 authtype = str2val(optarg, ipmi_authtype_session_vals); in ipmi_main()
821 (authtype != IPMI_SESSION_AUTHTYPE_NONE || authtype < 0)) { in ipmi_main()
890 if (authtype >= 0) in ipmi_main()
891 ipmi_intf_session_set_authtype(ipmi_main_intf, (uint8_t)authtype); in ipmi_main()
H A Dipmi_lanp.c871 uint8_t authtype = 0; in ipmi_lan_set_auth() local
893 authtype |= 1 << IPMI_SESSION_AUTHTYPE_NONE; in ipmi_lan_set_auth()
895 authtype |= 1 << IPMI_SESSION_AUTHTYPE_MD2; in ipmi_lan_set_auth()
897 authtype |= 1 << IPMI_SESSION_AUTHTYPE_MD5; in ipmi_lan_set_auth()
900 authtype |= 1 << IPMI_SESSION_AUTHTYPE_KEY; in ipmi_lan_set_auth()
902 authtype |= 1 << IPMI_SESSION_AUTHTYPE_OEM; in ipmi_lan_set_auth()
913 data[0] = authtype; in ipmi_lan_set_auth()
915 data[1] = authtype; in ipmi_lan_set_auth()
917 data[2] = authtype; in ipmi_lan_set_auth()
919 data[3] = authtype; in ipmi_lan_set_auth()
H A Dipmi_sol.c1268 (rsp->session.authtype == IPMI_SESSION_AUTHTYPE_RMCP_PLUS) && in output()
1467 if ((rsp->session.authtype == IPMI_SESSION_AUTHTYPE_RMCP_PLUS) && in processSolUserInput()
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_Service_Validator.robot19 ... --ip https://${OPENBMC_HOST}:${HTTPS_PORT} --authtype=Session -u ${OPENBMC_USERN…
69 ... --ip https://${OPENBMC_HOST}:${HTTPS_PORT} --authtype=Session -u ${username}
H A DRedfish_Interop_Validator.robot22 ... --authtype=Session
/openbmc/ipmitool/src/plugins/
H A Dipmi_intf.c290 ipmi_intf_session_set_authtype(struct ipmi_intf * intf, uint8_t authtype) in ipmi_intf_session_set_authtype() argument
293 if (authtype == IPMI_SESSION_AUTHTYPE_NONE) { in ipmi_intf_session_set_authtype()
298 intf->ssn_params.authtype_set = authtype; in ipmi_intf_session_set_authtype()
/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus.c671 (rsp->session.authtype == IPMI_SESSION_AUTHTYPE_RMCP_PLUS) && in ipmi_lan_poll_single()
698 val2str(rsp->session.authtype, ipmi_authtype_session_vals)); in ipmi_lan_poll_single()
1114 rsp->session.authtype = rsp->data[*offset]; in read_session_data()
1116 if (rsp->session.authtype == IPMI_SESSION_AUTHTYPE_RMCP_PLUS) in read_session_data()
1148 rsp->session.authtype = rsp->data[(*offset)++]; in read_session_data_v2x()
1218 rsp->session.authtype = rsp->data[(*offset)++]; in read_session_data_v15()
2071 (rsp->session.authtype == IPMI_SESSION_AUTHTYPE_RMCP_PLUS) && in is_sol_packet()
2506 (rsp->session.authtype == IPMI_SESSION_AUTHTYPE_RMCP_PLUS) && in check_sol_packet_for_new_data()
2564 (rsp->session.authtype == IPMI_SESSION_AUTHTYPE_RMCP_PLUS) && in ack_sol_packet()
2605 if (rsp && rsp->session.authtype != 0) in ipmi_lanplus_recv_sol()
H A Dlanplus_crypt.c808 if ((rs->session.authtype != IPMI_SESSION_AUTHTYPE_RMCP_PLUS) || in lanplus_has_valid_auth_code()
/openbmc/ipmitool/
H A DREADME256 -A authtype Force use of authtype NONE, PASSWORD, MD2 or MD5
338 authtype <type> Authentication type force
H A DChangeLog515 * Fix IPMIv1.5 authtype NONE to ignore supplied password
/openbmc/ipmitool/control/
H A Dipmitool.spec.in236 - Fix IPMIv1.5 authtype NONE to ignore supplied password