/openbmc/linux/net/dns_resolver/ |
H A D | Kconfig | 3 # Configuration for DNS Resolver 6 tristate "DNS Resolver support" 9 Saying Y here will include support for the DNS Resolver key type 10 which can be used to make upcalls to perform DNS lookups in 13 DNS Resolver is used to query DNS server for information. Examples 15 performing a DNS query for AFSDB records so that AFS can locate a 18 DNS Resolver is used by the CIFS and AFS modules, and would support 19 SMB2 later. DNS Resolver is supported by the userspace upcall 20 helper "/sbin/dns.resolver" via /etc/request-key.conf.
|
H A D | dns_query.c | 2 * /sbin/request-key to contact userspace when handling DNS queries. 12 * The upcall wrapper used to make an arbitrary DNS query. 14 * This function requires the appropriate userspace tool dns.upcall to be 18 * create dns_resolver * * /sbin/dns.upcall %k 22 * create dns_resolver afsdb:* * /sbin/dns.afsdb %k 51 * dns_query - Query the DNS 69 * The DNS resolution lookup is performed by upcalling to userspace by way of 144 /* If the DNS server gave an error, return that to the caller */ in dns_query()
|
H A D | dns_key.c | 1 /* Key type used to cache DNS lookups made by the kernel 37 MODULE_DESCRIPTION("DNS Resolver"); 43 MODULE_PARM_DESC(debug, "DNS Resolver debugging mask"); 182 /* see if it's an error number representing a DNS error in dns_resolver_preparse() 186 kdebug("dns error number option"); in dns_resolver_preparse() 195 kdebug("dns error no. = %lu", derrno); in dns_resolver_preparse() 292 * Describe a DNS key 308 * read the DNS data 342 * which DNS requests are cached in init_dns_resolver() 372 kdebug("DNS resolver keyring: %d\n", key_serial(keyring)); in init_dns_resolver()
|
/openbmc/u-boot/doc/ |
H A D | README.dns | 4 The Domain Name System (DNS) is a hierarchical naming system for computers, 14 For more information on DNS - http://en.wikipedia.org/wiki/Domain_Name_System 16 U-Boot and DNS 19 CONFIG_CMD_DNS - controls if the 'dns' command is compiled in. If it is, it 20 will send name lookups to the dns server (env var 'dnsip') 28 bfin> dns www.google.com 31 By default, dns does nothing except print the IP number on 33 useless. Adding a third argument to the dns command will 40 bfin> dns www.google.com googleip 53 bfin> dns pool.ntp.org ntpserverip [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | dns_resolver.rst | 4 DNS Resolver Module 20 The DNS resolver module provides a way for kernel services to make DNS queries 24 These routines must be supported by userspace tools dns.upcall, cifs.upcall and 32 (*) Dns query support for AFSDB resource record. 42 CONFIG_DNS_RESOLVER - tristate "DNS Resolver support" 61 create dns_resolver foo:* * /usr/sbin/dns.foo %k 77 This is the basic access function. It looks for a cached DNS query and if 78 it doesn't find it, it upcalls to userspace to make a new DNS query, which 101 DNS lookup failed. 111 Reading DNS Keys from Userspace [all …]
|
/openbmc/qemu/include/io/ |
H A D | dns-resolver.h | 2 * QEMU DNS resolver 28 #define TYPE_QIO_DNS_RESOLVER "qio-dns-resolver" 37 * DNS resolution on SocketAddress objects, independently 51 * if (qio_dns_resolver_lookup_sync(dns, addr, &nrawaddrs, 126 * qio_dns_resolver_lookup_async(dns, addr, 141 * Get the singleton dns resolver instance. The caller 144 * Returns: the single dns resolver instance 150 * @resolver: the DNS resolver instance 164 * DNS resolution will be done synchronously so execution 178 * @resolver: the DNS resolver instance [all …]
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/ |
H A D | libnet-dns-sec-perl_1.10.bb | 1 DESCRIPTION = "DNSSEC extensions to Net::DNS" 2 HOMEPAGE = "http://www.net-dns.org/" 8 SRC_URI = "${CPAN_MIRROR}/authors/id/W/WI/WILLEM/Net-DNS-SEC-${PV}.tar.gz" 13 UPSTREAM_CHECK_REGEX = "Net\-DNS\-SEC\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" 15 S = "${WORKDIR}/Net-DNS-SEC-${PV}" 22 libnet-dns-perl \
|
H A D | libnet-dns-perl_1.49.bb | 1 DESCRIPTION = "This package contains the DNS.pm module with friends." 2 HOMEPAGE = "https://metacpan.org/pod/Net::DNS" 10 SRC_URI = "${CPAN_MIRROR}/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" 14 UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" 16 S = "${WORKDIR}/Net-DNS-${PV}" 41 libnet-dns-sec-perl \
|
/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/ |
H A D | 0001-Woverride-init-is-not-needed-with-gcc-9.patch | 7 | ../../gnupg-2.2.12/dirmngr/dns.h:525:16: error: lvalue required as 16 dirmngr/dns.h | 2 +- 19 diff --git a/dirmngr/dns.h b/dirmngr/dns.h 21 --- a/dirmngr/dns.h 22 +++ b/dirmngr/dns.h
|
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/ |
H A D | 0001-Replace-Name-NameString-with-vector-of-uint8_t.patch | 16 src/lib/dns/name.cc | 12 ++++++------ 17 src/lib/dns/name.h | 2 +- 20 diff --git a/src/lib/dns/name.cc b/src/lib/dns/name.cc 22 --- a/src/lib/dns/name.cc 23 +++ b/src/lib/dns/name.cc 78 diff --git a/src/lib/dns/name.h b/src/lib/dns/name.h 80 --- a/src/lib/dns/name.h 81 +++ b/src/lib/dns/name.h
|
H A D | 0002-Fix-unittests-Typo-in-Name-Name-append-to-ndata_-not.patch | 11 src/lib/dns/name.cc | 5 +++-- 14 diff --git a/src/lib/dns/name.cc b/src/lib/dns/name.cc 16 --- a/src/lib/dns/name.cc 17 +++ b/src/lib/dns/name.cc
|
/openbmc/phosphor-networkd/src/ |
H A D | dns_updater.hpp | 9 namespace dns namespace 18 /** @brief Reads DNS entries supplied by DHCP and updates specified file 20 * @param[in] inFile - File having DNS entries supplied by DHCP 30 * @param[in] inFile - File having DNS entries supplied by DHCP 38 } // namespace dns
|
H A D | dns_updater.cpp | 14 namespace dns namespace 42 auto index = line.find("DNS="); in updateDNSEntries() 45 auto dns = line.substr(index + 4); in updateDNSEntries() local 46 outStream << "nameserver " << dns << "\n"; in updateDNSEntries() 53 } // namespace dns
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_network_conf.robot | 406 Get DNS Server And Verify 407 [Documentation] Get DNS server via Redfish and verify. 412 Configure DNS Server And Verify 413 [Documentation] Configure DNS server and verify. 415 [Setup] DNS Test Setup Execution 422 Delete DNS Server And Verify 423 [Documentation] Delete DNS server and verify. 425 [Setup] DNS Test Setup Execution 432 Configure DNS Server And Check Persistency 433 [Documentation] Configure DNS server and check persistency on reboot. [all …]
|
/openbmc/linux/arch/arm/mach-orion5x/ |
H A D | dns323-setup.c | 239 printk("DNS-323: Found ethernet MAC address: %pM\n", addr); in dns323_read_mac_addr() 456 * On the DNS-323 A1 and B1 the following devices are attached via I2C: 474 * On the DNS-323 C1 the following devices are attached via I2C: 488 /* DNS-323 rev. A specific power off method */ 491 pr_info("DNS-323: Triggering power-off...\n"); in dns323a_power_off() 495 /* DNS-323 rev B specific power off method */ 498 pr_info("DNS-323: Triggering power-off...\n"); in dns323b_power_off() 505 /* DNS-323 rev. C specific power off method */ 508 pr_info("DNS-323: Triggering power-off...\n"); in dns323c_power_off() 523 pr_debug("DNS-323: Identifying board ... \n"); in dns323_identify_rev() [all …]
|
/openbmc/u-boot/net/ |
H A D | dns.c | 2 * DNS support driver 7 * This is a simple DNS implementation for U-Boot. It will use the first IP 8 * in the DNS response as net_server_ip. This can then be used for any other 30 #include "dns.h" 50 /* Prepare DNS packet header */ in dns_send() 59 /* Encode DNS name */ in dns_send() 94 debug("DNS packet sent\n"); in dns_send() 129 puts("DNS: host not found\n"); in dns_handler() 142 puts("DNS: response was not an A record\n"); in dns_handler()
|
/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/ |
H A D | marvell,kirkwood.txt | 32 "dlink,dns-320" 33 "dlink,dns-320-a1" 34 "dlink,dns-325" 35 "dlink,dns-325-a1" 36 "dlink,dns-kirkwood"
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | network-controller.html | 88 DNS settings 91 <!-- Call Nameservers "DNS Servers" on the GUI --> 92 … <div class="net-config__static-ip-wrap" ng-repeat="dns in interface.Nameservers track by $index"> 94 <label for="net-config__prime-dns{{$index+1}}">DNS Server {{$index+1}}</label> 95 … <input id="net-config__prime-dns{{$index+1}}" class="network-input column small-6 large-4 inline" 96 … type="text" ng-model="dns" ng-blur="interface.Nameservers[$index] = dns" set-focus-on-new-input /> 102 …<button type="button" class="btn btn-primary dns_add" ng-click="addDNSField()">Add DNS server</bu…
|
/openbmc/linux/include/uapi/linux/ |
H A D | dns_resolver.h | 2 /* DNS resolver interface definitions. 43 * Source of record included in DNS resolver payload. 48 DNS_RECORD_FROM_DNS_A = 2, /* From DNS A or AAAA record */ 49 DNS_RECORD_FROM_DNS_AFSDB = 3, /* From DNS AFSDB record */ 50 DNS_RECORD_FROM_DNS_SRV = 4, /* From DNS SRV record */ 56 * Status of record included in DNS resolver payload.
|
/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | TableDns.vue | 109 this.$root.$emit('network-table-dns-complete'); 115 const dns = this.ethernetData[index].StaticNameServers || []; 116 this.form.dnsStaticTableItems = dns.map((server) => { 135 const newDnsArray = this.form.dnsStaticTableItems.map((dns) => { 136 return dns.address; 144 this.$bvModal.show('modal-dns');
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-dns320.dts | 7 model = "D-Link DNS-320 NAS (Rev A1)"; 8 …compatible = "dlink,dns-320-a1", "dlink,dns-320", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281"…
|
H A D | kirkwood-dns325.dts | 7 model = "D-Link DNS-325 NAS (Rev A1)"; 8 …compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281"…
|
/openbmc/openbmc/poky/meta/recipes-connectivity/libnss-mdns/ |
H A D | libnss-mdns_0.15.1.bb | 1 SUMMARY = "Name Service Switch module for Multicast DNS (zeroconf) name resolution" 3 … of the GNU C Library (glibc) providing host name resolution via Multicast DNS (aka Zeroconf, aka … 30 s/\([[:blank:]]\+\)dns\>/\1mdns4_minimal [NOTFOUND=return] dns/g
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | kirkwood-dns325.dts | 7 model = "D-Link DNS-325 NAS (Rev A1)"; 8 …compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281"…
|
/openbmc/linux/tools/hv/ |
H A D | hv_get_dns_info.sh | 3 # This example script parses /etc/resolv.conf to retrive DNS information. 6 # DNS information. 10 # this script can be based on the Network Manager APIs for retrieving DNS
|