/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
H A D | CVE-2023-38471-1.patch | 28 int avahi_server_set_host_name(AvahiServer *s, const char *host_name) { 37 …AVAHI_CHECK_VALIDITY(s, !host_name || avahi_is_valid_host_name(host_name), AVAHI_ERR_INVALID_HOST_… 38 @@ -1305,17 +1309,28 @@ int avahi_server_set_host_name(AvahiServer *s, const char *host_name) { 40 hn = avahi_normalize_name_strdup(host_name); 56 - if (avahi_domain_equal(s->host_name, hn) && s->state != AVAHI_SERVER_COLLISION) { 58 + if (avahi_domain_equal(s->host_name, label_escaped) && s->state != AVAHI_SERVER_COLLISION) 64 avahi_free(s->host_name); 65 - s->host_name = hn; 66 + s->host_name = avahi_strdup(label_escaped); 67 + if (!s->host_name)
|
H A D | CVE-2023-38471-2.patch | 22 hn = avahi_normalize_name_strdup(host_name); 42 if (avahi_domain_equal(s->host_name, label_escaped) && s->state != AVAHI_SERVER_COLLISION) 45 avahi_free(s->host_name); 46 s->host_name = avahi_strdup(label_escaped); 47 if (!s->host_name)
|
H A D | local-ping.patch | 127 …b = avahi_s_host_name_resolver_prepare(server, interface, protocol, host_name, aprotocol, flags, c…
|
/openbmc/openbmc-test-automation/lib/ |
H A D | host.tcl | 29 lassign [split $out_buf " "] host_name fill1 fill2 ip_address 35 lassign [split $out_buf " "] fill0 fill1 fill2 fill3 host_name 36 set host_name [string trimright $host_name {.}] 39 lassign [split $host_name "."] short_host_name 41 return [list ${host_name} ${short_host_name} ${ip_address}]
|
H A D | gen_misc.py | 452 host_name = socket.getfqdn(host) 465 host_short_name = host_name.split(".")[0] 466 return host_name, host_ip, host_short_name 468 return host_name, host_ip
|
H A D | print.tcl | 799 set host_name [get_var ::env(HOSTNAME) 0] 809 append buffer [sprint_var host_name $indent $width]
|
H A D | obmc_boot_test.py | 534 global host_name 537 host_name, host_ip = gm.get_host_name_ip(host) 849 host_name,
|
H A D | bmc_network_utils.robot | 246 ${host_name} ${ip_addr}= Get Host Name IP ${host}
|
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/ |
H A D | rsyslog_%.bbappend | 19 host_name="host${host}" 20 conf=${D}${sysconfdir}/rsyslog.d/${host_name}.conf 22 sed -i "s/__OOB_CONSOLE_HOST__/${host_name}/g;" ${conf}
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_redfish_bmc_code_update.robot | 177 host_name 1 353 # If host_name then change hostname, 366 Run Keyword If '${operation}' == 'host_name' 401 # operation host_name to change Hostname, kernel_panic to perform kernel panic. 438 ELSE IF '${operation}' == 'host_name'
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfad.c | 38 char *host_name, *os_name, *os_patch; variable 86 module_param(host_name, charp, S_IRUGO | S_IWUSR); 87 MODULE_PARM_DESC(host_name, "Hostname of the hba host machine"); 970 if (host_name) in bfad_start_ops() 971 strscpy(driver_info.host_machine_name, host_name, in bfad_start_ops()
|
H A D | bfad_drv.h | 328 extern char *host_name;
|
H A D | bfa_fcs.h | 657 u8 host_name[256]; /* host name */ member
|
H A D | bfa_fcs_lport.c | 2339 if (fcs_port_attr.host_name[0] != '\0') { in bfa_fcs_lport_fdmi_build_portattr_block() 2342 templen = (u16) strlen(fcs_port_attr.host_name); in bfa_fcs_lport_fdmi_build_portattr_block() 2343 memcpy(attr->value, fcs_port_attr.host_name, templen); in bfa_fcs_lport_fdmi_build_portattr_block() 2745 strscpy(port_attr->host_name, driver_info->host_machine_name, in bfa_fcs_fdmi_get_portattr() 2746 sizeof(port_attr->host_name)); in bfa_fcs_fdmi_get_portattr()
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_ldap_sub_menu.robot | 375 ${host_name}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} HostName 376 Textfield Value Should Be ${xpath_hostname_input} ${host_name}
|
/openbmc/openbmc-test-automation/ |
H A D | CONTRIBUTING.md | 253 ${host_name} 270 ${host_name} 667 ${host_name}
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_network_configuration.robot | 225 ${host_name} ${ip_address}= Get Host Name IP host=${OPENBMC_HOST}
|
/openbmc/qemu/qga/ |
H A D | commands.c | 573 result->host_name = g_steal_pointer(&hostname); in qmp_guest_get_host_name()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_gs.c | 1929 eiter->a.host_name, sizeof(eiter->a.host_name), in qla2x00_port_attributes() 1936 "HOSTNAME = %s.\n", eiter->a.host_name); in qla2x00_port_attributes()
|
H A D | qla_def.h | 2980 uint8_t host_name[256]; member
|