| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-42916.patch | 26 + hostname = data->state.up.hostname; 28 + if(hostname && hostname[0] == '[') { 34 + hostname++; 35 + hlen = strlen(hostname); 36 + hostname[hlen - 1] = 0; 42 + conn->host.rawalloc = strdup(hostname ? hostname : ""); 74 - if(Curl_hsts(data->hsts, data->state.up.hostname, TRUE)) { 84 - hostname = data->state.up.hostname; 85 - if(hostname && hostname[0] == '[') { 91 - hostname++; [all …]
|
| H A D | CVE-2022-27775.patch | 25 *hostp = hostname; 27 - /* put the number first so that the hostname gets cut off if too long */ 28 - msnprintf(buf, len, "%ld%s", port, hostname); 29 + /* put the numbers first so that the hostname gets cut off if too long */ 31 + msnprintf(buf, len, "%u/%ld/%s", conn->scope_id, port, hostname); 33 + msnprintf(buf, len, "%ld/%s", port, hostname);
|
| H A D | CVE-2022-30115.patch | 33 - sts->host = strdup(hostname); 35 + duphost = strdup(hostname); 52 @@ -238,10 +247,21 @@ struct stsentry *Curl_hsts(struct hsts *h, const char *hostname, 58 size_t hlen = strlen(hostname); 64 + memcpy(buffer, hostname, hlen); 65 + if(hostname[hlen-1] == '.') 69 + hostname = buffer;
|
| H A D | CVE-2022-27780.patch | 23 @@ -678,8 +678,8 @@ static CURLUcode hostname_check(struct Curl_URL *u, char *hostname) 28 - len = strcspn(hostname, " \r\n"); 30 + len = strcspn(hostname, " \r\n\t/:#?!@"); 32 /* hostname with bad content */
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | dns_resolve.c | 49 const char *hostname, *sep; in dns_resolve_server_name_to_ip() local 64 hostname = unc + 2; in dns_resolve_server_name_to_ip() 67 sep = memchr(hostname, '/', len); in dns_resolve_server_name_to_ip() 69 len = sep - hostname; in dns_resolve_server_name_to_ip() 75 rc = cifs_convert_address((struct sockaddr *)&ss, hostname, len); in dns_resolve_server_name_to_ip() 80 rc = dns_query(current->nsproxy->net_ns, NULL, hostname, len, in dns_resolve_server_name_to_ip() 84 __func__, len, len, hostname); in dns_resolve_server_name_to_ip() 87 __func__, len, len, hostname, *ip_addr); in dns_resolve_server_name_to_ip() 94 memcpy(name, hostname, len); in dns_resolve_server_name_to_ip()
|
| H A D | trace.h | 854 char *hostname), 855 TP_ARGS(currmid, hostname), 858 __field(char *, hostname) 862 __entry->hostname = hostname; 865 __entry->hostname, 872 char *hostname), \ 873 TP_ARGS(currmid, hostname)) 880 char *hostname, 883 TP_ARGS(currmid, hostname, credits, credits_to_add), 886 __field(char *, hostname) [all …]
|
| H A D | cifs_spnego.c | 107 const char *hostname = server->hostname; in cifs_get_spnego_key() local 113 HOST_KEY_LEN + strlen(hostname) + in cifs_get_spnego_key() 132 hostname); in cifs_get_spnego_key()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | hostname.sh | 14 HOSTNAME=$(/bin/hostname) 16 hostname -b -F /etc/hostname 2> /dev/null 22 if [ -f /etc/hostname ];then 23 hostname `cat /etc/hostname` 25 hostname localhost
|
| /OK3568_Linux_fs/buildroot/package/rsync/ |
| H A D | 0001-rsync-ssl-Verify-the-hostname-in-the-certificate-when-using-openssl.patch | 4 Subject: [PATCH] rsync-ssl: Verify the hostname in the certificate when using 22 …PENSSL s_client $caopt $certopt -quiet -verify_quiet -servername $hostname -connect $hostname:$port 23 …caopt $certopt -quiet -verify_quiet -servername $hostname -verify_hostname $hostname -connect $hos… 25 exec $RSYNC_SSL_GNUTLS --logfile=/dev/null $gnutls_cert_opt $gnutls_opts $hostname:$port
|
| /OK3568_Linux_fs/buildroot/package/fail2ban/ |
| H A D | 0001-fixed-possible-RCE-vulnerability-unset-escape-variable.patch | 54 - Fail2Ban"|mail -s "[Fail2Ban] <name>: started on <fq-hostname>" <dest> 55 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: started on <fq-hostname>" <des… 63 - Fail2Ban"|mail -s "[Fail2Ban] <name>: Summary from <fq-hostname>" <dest> 64 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: Summary from <fq-hostname>"… 70 - Fail2Ban"|mail -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest> 71 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest> 105 - Fail2Ban"|mail -s "[Fail2Ban] <name>: started on <fq-hostname>" <dest> 106 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: started on <fq-hostname>" <des… 114 - Fail2Ban"|mail -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest> 115 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest> [all …]
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | dns_resolve.c | 63 char *hostname; member 94 kfree(new->hostname); in nfs_dns_ent_init() 95 new->hostname = kmemdup_nul(key->hostname, key->namelen, GFP_KERNEL); in nfs_dns_ent_init() 96 if (new->hostname) { in nfs_dns_ent_init() 110 kfree(item->hostname); in nfs_dns_ent_free_rcu() 127 item->hostname = NULL; in nfs_dns_ent_alloc() 137 return hash_str(key->hostname, NFS_DNS_HASHBITS); in nfs_dns_hash() 146 qword_add(bpp, blen, key->hostname); in nfs_dns_request() 157 if (!nfs_cache_upcall(cd, key->hostname)) in nfs_dns_upcall() 174 return memcmp(a->hostname, b->hostname, a->namelen) == 0; in nfs_dns_match() [all …]
|
| H A D | nfs4super.c | 144 const char *hostname, in do_nfs4_mount() argument 176 len = strlen(hostname) + 5; in do_nfs4_mount() 184 if (strchr(hostname, ':')) in do_nfs4_mount() 185 param.size = snprintf(param.string, len, "[%s]:/", hostname); in do_nfs4_mount() 187 param.size = snprintf(param.string, len, "%s:/", hostname); in do_nfs4_mount() 227 fc, ctx->nfs_server.hostname, in nfs4_try_get_tree() 250 fc, ctx->nfs_server.hostname, in nfs4_get_referral_tree()
|
| H A D | nfs4namespace.c | 306 kfree(ctx->nfs_server.hostname); in try_location() 307 ctx->nfs_server.hostname = kmalloc(len + 1, GFP_KERNEL); in try_location() 308 if (!ctx->nfs_server.hostname) in try_location() 342 memcpy(ctx->nfs_server.hostname, buf->data, buf->len); in try_location() 343 ctx->nfs_server.hostname[buf->len] = '\0'; in try_location() 495 char *hostname; in nfs4_try_replacing_one_location() local 510 hostname = kmemdup_nul(buf->data, buf->len, GFP_KERNEL); in nfs4_try_replacing_one_location() 511 if (hostname == NULL) in nfs4_try_replacing_one_location() 514 error = nfs4_update_server(server, hostname, sap, salen, net); in nfs4_try_replacing_one_location() 515 kfree(hostname); in nfs4_try_replacing_one_location()
|
| /OK3568_Linux_fs/u-boot/board/keymile/scripts/ |
| H A D | ramfs-common.txt | 8 rootfsfile=${hostname}/rootfsImage 10 …set_fdthigh || test ${arch} != arm; then tftpboot ${fdt_addr_r} ${hostname}/${hostname}.dtb; else … 11 tftpkernel=tftpboot ${load_addr_r} ${hostname}/${uimage} 12 tftpramfs=tftpboot ${rootfsaddr} ${hostname}/rootfsImage
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/net-tools/ |
| H A D | net-tools_2.10.bb | 23 PACKAGECONFIG ??= "hostname arp serial plip" 24 PACKAGECONFIG[hostname] = "" 41 if ${@bb.utils.contains('PACKAGECONFIG', 'hostname', 'true', 'false', d)} ; then 90 …${@bb.utils.contains('PACKAGECONFIG', 'hostname', 'dnsdomainname domainname hostname nisdomainname… 94 ALTERNATIVE:${PN}-doc += "${@bb.utils.contains('PACKAGECONFIG', 'hostname', 'hostname.1 dnsdomainna… 95 ALTERNATIVE_LINK_NAME[hostname.1] = "${mandir}/man1/hostname.1" 97 ALTERNATIVE_PRIORITY[hostname.1] = "10"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-files/ |
| H A D | base-files_3.0.14.bb | 62 # By default the hostname is the machine name. If the hostname is unset then a 63 # /etc/hostname file isn't written, suitable for environments with dynamic 66 # The hostname can be changed outside of this recipe by using 67 # hostname:pn-base-files = "my-host-name". 68 hostname = "${MACHINE}" 135 # deal with hostname 136 if [ "${hostname}" ]; then 137 echo ${hostname} > ${D}${sysconfdir}/hostname 138 echo "127.0.1.1 ${hostname}" >> ${D}${sysconfdir}/hosts 183 …{PN} = "${sysconfdir}/fstab ${@['', '${sysconfdir}/hostname ${sysconfdir}/hosts'][(d.getVar('hostn…
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | mon.c | 211 const char *hostname, const size_t len) in nsm_lookup_hostname() argument 217 memcmp(nsm->sm_name, hostname, len) == 0) in nsm_lookup_hostname() 274 const char *hostname, in nsm_create_handle() argument 293 memcpy(new->sm_name, hostname, hostname_len); in nsm_create_handle() 316 const size_t salen, const char *hostname, in nsm_get_handle() argument 322 if (hostname && memchr(hostname, '/', hostname_len) != NULL) { in nsm_get_handle() 326 (int)hostname_len, hostname); in nsm_get_handle() 334 if (nsm_use_hostnames && hostname != NULL) in nsm_get_handle() 336 hostname, hostname_len); in nsm_get_handle() 361 new = nsm_create_handle(sap, salen, hostname, hostname_len); in nsm_get_handle()
|
| H A D | host.c | 59 const char *hostname; /* remote's hostname */ member 122 ni->hostname, ni->hostname_len); in nlm_alloc_host() 220 const char *hostname, in nlmclnt_lookup_host() argument 231 .hostname = hostname, in nlmclnt_lookup_host() 232 .hostname_len = strlen(hostname), in nlmclnt_lookup_host() 243 (hostname ? hostname : "<none>"), version, in nlmclnt_lookup_host() 329 const char *hostname, in nlmsvc_lookup_host() argument 344 .hostname = hostname, in nlmsvc_lookup_host() 351 (int)hostname_len, hostname, rqstp->rq_vers, in nlmsvc_lookup_host()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | release.sh | 305 ssh ${username}@${hostname} create 311 ssh ${username}@${hostname} rm -rf ${web_path}/soxpng 312 scp -pr *.pdf *.html soxpng ${username}@${hostname}:${web_path} 313 scp -p Docs.Features ${username}@${hostname}:${web_path/wiki.d} 317 ssh ${username}@${hostname} mkdir -p ${release_path}/${rcpath}${module}/${release_num} 318 …rsync -avz --delete --progress $release_list ${username}@${hostname}:${release_path}/${rcpath}${mo…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/ |
| H A D | inetutils_2.2.bb | 68 mv ${D}${bindir}/hostname ${D}${base_bindir}/ 104 PACKAGES =+ "${PN}-ping ${PN}-ping6 ${PN}-hostname ${PN}-ifconfig \ 141 ALTERNATIVE:${PN}-hostname = "hostname" 142 ALTERNATIVE_LINK_NAME[hostname] = "${base_bindir}/hostname" 144 ALTERNATIVE:${PN}-doc = "hostname.1 dnsdomainname.1 logger.1 syslogd.8 \ 146 ALTERNATIVE_LINK_NAME[hostname.1] = "${mandir}/man1/hostname.1" 167 FILES:${PN}-hostname = "${base_bindir}/hostname.${BPN}"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 13_shlib_weaksym.patch | 135 - void (*hostname) (); /* address to printable hostname */ 139 + void (*hostname) (struct host_info *); /* address to printable hostname */ 196 -extern char *eval_hostname(); /* printable hostname */ 202 +extern char *eval_hostname(struct host_info *); /* printable hostname */ 210 /* Socket-specific methods, including DNS hostname lookups. */ 213 -extern void sock_hostname(); /* translate address to hostname */ 217 +/* translate address to hostname */ 222 { (r)->hostname = sock_hostname; (r)->hostaddr = sock_hostaddr; }
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | access.c | 934 char *hostname = ohostname; in ResetHosts() local 984 hostname = ohostname; in ResetHosts() 993 hostname = ohostname + 5; in ResetHosts() 998 hostname = ohostname + 6; in ResetHosts() 1005 hostname = ohostname + 4; in ResetHosts() 1010 hostname = ohostname + 3; in ResetHosts() 1015 len = siCheckAddr(hostname, hostlen); in ResetHosts() 1017 NewHost(family, hostname, len, FALSE); in ResetHosts() 1022 if ((family == FamilyNetname) || (strchr(hostname, '@'))) { in ResetHosts() 1024 (void) NewHost(FamilyNetname, hostname, strlen(hostname), in ResetHosts() [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-build-perf-report | 444 if key == 'hostname' and not args.hostname: 446 args.hostname = val 503 list_test_revs(repo, args.tag_name, args.list, hostname=args.hostname) 507 if not args.hostname: 510 revs = gitarchive.get_test_revs(log, repo, args.tag_name, hostname=args.hostname, 513 revs2 = gitarchive.get_test_revs(log, repo, args.tag_name, hostname=args.hostname, 597 notes_ref = 'buildstats/{}/{}/{}'.format(args.hostname, args.branch, args.machine) 600 notes_ref = 'buildstats/{}/{}/{}'.format(args.hostname, args.branch2, args.machine) 601 notes_ref2 = 'buildstats/{}/{}/{}'.format(args.hostname, args.branch, args.machine)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/ |
| H A D | inittab | 16 # set hostname 17 null::sysinit:/bin/busybox hostname -F /etc/hostname
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/ |
| H A D | 0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch | 2 Subject: [PATCH 12/12] libtool.m4: For reproducibility stop encoding hostname in libtool script 4 For reproducibilty, stop encoding the hostname into the libtool script, this isn't 23 -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
|