| /onnv/onnv-gate/usr/src/lib/libresolv2/common/irs/ |
| dns.c | 19 static const char rcsid[] = "$Id: dns.c,v 1.5 2006/03/09 23:57:56 marka Exp $"; 24 * dns.c --- this is the top-level accessor function for the dns 61 struct dns_p *dns; local 70 if (!(dns = memget(sizeof *dns))) { 75 memset(dns, 0x5e, sizeof *dns); 76 dns->res = NULL; 77 dns->free_res = NULL 111 struct dns_p *dns = (struct dns_p *)this->private; local 132 struct dns_p *dns = (struct dns_p *)this->private; local 144 struct dns_p *dns; local [all...] |
| dns_sv.c | 53 struct dns_p * dns; member in struct:pvt 83 struct dns_p *dns = (struct dns_p *)this->private; local 87 if (!dns || !dns->hes_ctx) { 96 pvt->dns = dns; 140 struct dns_p *dns = pvt->dns; local 144 if (!(hes_list = hesiod_resolve(dns->hes_ctx, name, "service"))) 148 hesiod_free_list(dns->hes_ctx, hes_list) 155 struct dns_p *dns = pvt->dns; local 285 struct dns_p *dns = pvt->dns; local 294 struct dns_p *dns = pvt->dns; local [all...] |
| dns_pr.c | 50 struct dns_p * dns; member in struct:pvt 74 struct dns_p *dns = (struct dns_p *)this->private; local 78 if (!dns->hes_ctx) { 93 pvt->dns = dns; 124 struct dns_p *dns = pvt->dns; local 128 if (!(hes_list = hesiod_resolve(dns->hes_ctx, name, "protocol"))) 132 hesiod_free_list(dns->hes_ctx, hes_list); 139 struct dns_p *dns = pvt->dns local 175 struct dns_p *dns = pvt->dns; local 184 struct dns_p *dns = pvt->dns; local [all...] |
| dns_pw.c | 51 struct dns_p * dns; member in struct:pvt 76 struct dns_p *dns = (struct dns_p *)this->private; local 80 if (!dns || !dns->hes_ctx) { 89 pvt->dns = dns; 156 struct dns_p *dns = pvt->dns; local 158 return (__hesiod_res_get(dns->hes_ctx)); 165 struct dns_p *dns = pvt->dns local [all...] |
| dns_gr.c | 64 struct dns_p * dns; member in struct:pvt 101 struct dns_p *dns = (struct dns_p *)this->private; local 105 if (!dns || !dns->hes_ctx) { 114 pvt->dns = dns; 207 hes_list = hesiod_resolve(pvt->dns->hes_ctx, name, type); 217 hesiod_free_list(pvt->dns->hes_ctx, hes_list); 280 struct dns_p *dns = pvt->dns; local 289 struct dns_p *dns = pvt->dns; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/netfiles/ |
| nsswitch.ad | 29 # uses Microsoft's Active Directory (AD) for passwd and group; DNS for 46 # DNS service expects that an instance of svc:/network/dns/client be 54 hosts: files dns 55 ipnodes: files dns
|
| nsswitch.dns | 27 # /etc/nsswitch.dns: 30 # DNS for hosts lookups, otherwise it does not use any other naming service. 35 # DNS service expects that an instance of svc:/network/dns/client be 41 # You must also set up the /etc/resolv.conf file for DNS name 43 # svc:/network/dns/multicast:default must also be enabled. See mdnsd(1M) 44 hosts: files dns mdns 48 ipnodes: files dns mdns
|
| Makefile | 32 nsswitch.dns nsswitch.ldap nsswitch.ad
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWdsdr/ |
| prototype_com | 41 d none var/svc/manifest/network/dns 0755 root sys 42 f manifest var/svc/manifest/network/dns/multicast.xml 0444 root sys
|
| /onnv/onnv-gate/usr/src/lib/libldap4/common/ |
| ufn.c | 63 void *cancelparm, char **dns, char *filter, int scope, 107 char **dns; local 121 * in phases 1 and 2, we are building a list of candidate DNs, 168 if ( (dns = (char **) malloc( sizeof(char *) 175 dns[0] = strdup( prefix ); 176 dns[1] = NULL; 178 dns = NULL; 189 if ( dns == NULL ) { 190 if ( (dns = (char **) malloc( 200 if ( (dns = (char **) realloc( dns [all...] |
| /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/ |
| ufn.c | 53 LDAP_CANCELPROC_CALLBACK *cancelproc, void *cancelparm, char **dns, 100 char **dns = NULL; local 113 * in phases 1 and 2, we are building a list of candidate DNs, 157 if ( (dns = (char **)NSLDAPI_MALLOC( 163 dns[0] = nsldapi_strdup( prefix ); 164 dns[1] = NULL; 166 dns = NULL; 177 if ( dns == NULL ) { 178 if ( (dns = (char **)NSLDAPI_MALLOC( 187 if ( (dns = (char **)NSLDAPI_REALLOC [all...] |
| /onnv/onnv-gate/usr/src/lib/nsswitch/ |
| Makefile | 30 SUBDIRS= files nis nisplus compat dns ldap user mdns ad
|
| /onnv/onnv-gate/usr/src/lib/libdns_sd/ |
| README | 27 Multicast DNS and Service Discovery support in Solaris using the 37 dns-sd: usr/src/cmd/cmd-inet/usr.bin/dns-sd.c 52 * A new nss_mdns module is introduced to use Multicast DNS (mdns) 58 * svc:/network/dns/multicast:default introduced to manage mDNS daemon 60 to modify nss_mdns configuration in svc:/network/dns/multicast:default 62 * Default nsswitch.dns includes mdns as source for hosts & ipnodes
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/cylink/ |
| Makefile.com | 52 ROOTLIBDIR= $(ROOT)/usr/lib/dns 53 ROOTLIBDIR64= $(ROOT)/usr/lib/dns/$(MACH64)
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/dst/ |
| dst_api.c | 33 * DST_KEY *dst_dnskey_to_key() Function to convert DNS KEY RR to a DST 35 * int dst_key_to_dnskey() Function to return a public key in DNS 153 * flags: the dns flags of the key 154 * protocol: the dns protocol of the key 576 * Write a key to disk in DNS format. 630 * This function converts the contents of a DNS KEY RR into a DST 691 * Function to encode a public key into DNS KEY wire format 759 const int flags, /*!< dns flags */ 760 const int protocol, /*!< dns protocol */ 761 const u_char *key_buf, /*!< key in dns wire fmt * 767 u_char dns[2048]; local 829 u_char dns[2048]; local 956 u_char dns[2048]; local [all...] |
| /onnv/onnv-gate/usr/src/lib/nsswitch/ldap/common/ |
| gethostent.c | 79 char **ips = NULL, **dns = NULL; local 133 dns = __ns_ldap_getAttr(entry, _H_DN); 134 if (dns == NULL || dns[0] == NULL || strlen(dns[0]) 140 be->toglue = _get_domain_name(dns[0]);
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/ |
| Makefile | 32 MANIFESTDIR= $(ROOT)/var/svc/manifest/network/dns
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWdsdu/ |
| prototype_com | 37 f none usr/bin/dns-sd 0555 root bin
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/cf/sh/ |
| check-hostname.sh | 155 # * dns (parse nslookup output) 177 dns)
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsr/ |
| postinstall | 103 cur_se=`svcprop -p start/exec svc:/network/dns/server 2>/dev/null` 105 svcadm disable -s svc:/network/dns/server:default 106 svccfg delete svc:/network/dns/server:default 108 svcs network/dns/server >/dev/null 2>&1 || \ 109 svccfg delete svc:/network/dns/server 233 grep dns $BASEDIR/etc/nsswitch.conf >/dev/null 2>&1 235 echo "/usr/sbin/svcadm enable network/dns/client" >> \
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ |
| Makefile | 26 PROG= dns-sd finger rdate ruptime rwho whois 73 dns-sd := CFLAGS += $(C99_ENABLE) 78 dns-sd := LDLIBS += -lsocket -ldns_sd
|
| /onnv/onnv-gate/usr/src/lib/libsldap/common/ |
| ns_common.c | 390 char **dns = NULL; local 412 dns = (char **)calloc(2, sizeof (char *)); 413 if (dns == NULL) { 419 dns[0] = strdup((char *)*paramVal); 420 if (dns[0] == NULL) { 422 free(dns); 432 dns[0] = (char *) 434 if (dns[0] == NULL) { 437 free(dns); 440 (void) strcpy(dns[0] 524 char **dns = NULL; local [all...] |
| ns_sasl.c | 52 #define DNS_FMRI "svc:/network/dns/client:default" 287 * Find "hosts: files dns" and return " files dns" 330 * dns has to be present and appear before ldap 332 * "dns" , "dns files" "dns ldap files", "files dns" are allowed. 334 * Kerberos requires dns or it'd fail. 340 int ldap, dns, i, pserr, rc = NS_LDAP_SUCCESS local [all...] |
| ns_reads.c | 2928 char **dns = NULL; local 3550 char **dns = NULL; local 4133 char **dns, *dn1; local 5471 char **dns = NULL; local [all...] |
| ns_mapping.c | 340 char **dns = NULL; local 595 rc = __s_api_getDNs(&dns, service, &error); 597 if (dns) { 598 __s_api_free2dArray(dns); 599 dns = NULL; 606 ptr->basedn = strdup(dns[0]); 607 __s_api_free2dArray(dns); 608 dns = NULL;
|