Searched refs:fqdn (Results 1 - 25 of 46) sorted by last modified time

12

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c2456 const char *fqdn,
2466 const char *name = fqdn;
2726 char *fqdn = (char *)nodename; local
2768 if (fqdn[len - 1] == '.') {
2772 while ((len > 0) && (fqdn[len-1] == '.')) {
2773 if (fqdn == nodename) {
2774 fqdn = strdup(nodename);
2775 assert(fqdn != nodename);
2777 fqdn[--len] = '\0';
2784 found = check_matching_resolvers(store_info, dns->config, fqdn, if_inde
2454 check_matching_resolvers(ReachabilityStoreInfoRef store_info, dns_config_t *dns_config, const char *fqdn, unsigned int if_index, SCNetworkReachabilityFlags *flags, Boolean *haveDNS, uint32_t *resolver_if_index, int *dns_config_index, const char *log_prefix) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecItemServer.c905 _SecAppDomainApprovalStatus(CFStringRef appID, CFStringRef fqdn, CFErrorRef *error)
911 CFRetainSafe(fqdn);
914 if (0 == SWCCheckService(kSecSharedWebCredentialsService, appID, fqdn,
918 CFReleaseSafe(fqdn);
930 CFReleaseSafe(fqdn);
944 SecError(errSecAuthFailed, error, CFSTR("Approval is pending for \"%@\", try later"), fqdn);
946 SecError(errSecAuthFailed, error, CFSTR("\"%@\" failed to approve \"%@\""), fqdn, appID);
953 SecError(errSecAuthFailed, error, CFSTR("User denied access to \"%@\" by \"%@\""), fqdn, appID);
989 _SecAddNegativeWebCredential(CFStringRef fqdn, CFStringRef appID, bool forSafari)
992 if (!fqdn) { retur
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dhttp-support.c2143 fqdn[256]; /* FQDN of the .local name */ local
2265 snprintf(fqdn, sizeof(fqdn), "%d", ntohs(port));
2266 if ((addrlist = httpAddrGetList(hostTarget, AF_UNSPEC, fqdn)) != NULL)
2270 int error = getnameinfo(&(addr->addr.addr), (socklen_t)httpAddrLength(&(addr->addr)), fqdn, sizeof(fqdn), NULL, 0, NI_NAMEREQD);
2274 DEBUG_printf(("8http_resolve_cb: Found \"%s\".", fqdn));
2276 if ((hostptr = fqdn + strlen(fqdn) - 6) <= fqdn ||
2358 fqdn[256]; /* FQDN of the .local name */ local
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/SharedWebCredential/
H A Dswcagent_client.c178 void (^add_negative_entry)(CFStringRef fqdn))
197 CFStringRef fqdn = CFDictionaryGetValue(query, sSWCASecAttrServer); local
198 add_negative_entry(fqdn);
174 swca_confirm_operation(enum SWCAXPCOperation op, const audit_token_t *auditToken, CFTypeRef query, CFErrorRef *error, void (^add_negative_entry)(CFStringRef fqdn)) argument
H A Dswcagent_client.h89 void (^add_negative_entry)(CFStringRef fqdn));
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dutil-int.c735 char* fqdn = NULL; local
745 fqdn = LDAP_MALLOC(CFStringGetLength(hostString) + 1);
746 if ( fqdn != NULL) {
747 if ( !CFStringGetCString(hostString, fqdn, CFStringGetLength(hostString) + 1 , kCFStringEncodingUTF8)) {
748 LDAP_FREE(fqdn);
749 fqdn = NULL;
757 return fqdn;
763 char *fqdn, *ha_buf; local
781 fqdn = LDAP_STRDUP( name );
783 fqdn
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netkey/
H A Dkey.c8017 if (idexttype && fqdn) {
8022 fqdnlen = strlen(fqdn) + 1; /* +1 for terminating-NUL */
8028 bcopy(fqdn, id + 1, fqdnlen);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-76-shared-credentials.c40 CFStringRef fqdn = CFSTR("localhost"); local
50 // should get denied if we request a fqdn which is not in our entitlement
54 is(status == errSecItemNotFound || expected_failure(status), true, "fqdn not entitled");
62 SecAddSharedWebCredential(fqdn, acct1, cred, ^void (CFErrorRef error) {
72 SecAddSharedWebCredential(fqdn, acct2, cred, ^void (CFErrorRef error) {
83 SecRequestSharedWebCredential(fqdn, acct1, ^void (CFArrayRef credentials, CFErrorRef error) {
103 SecRequestSharedWebCredential(fqdn, NULL, ^void (CFArrayRef credentials, CFErrorRef error) {
124 SecAddSharedWebCredential(fqdn, acct1, NULL, ^void (CFErrorRef error) {
134 SecAddSharedWebCredential(fqdn, acct2, NULL, ^void (CFErrorRef error) {
145 SecRequestSharedWebCredential(fqdn, NUL
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecSharedCredential.c36 OSStatus SecAddSharedWebCredentialSync(CFStringRef fqdn, CFStringRef account, CFStringRef password, CFErrorRef *error);
37 OSStatus SecCopySharedWebCredentialSync(CFStringRef fqdn, CFStringRef account, CFArrayRef *credentials, CFErrorRef *error);
40 OSStatus SecAddSharedWebCredentialSync(CFStringRef fqdn, argument
49 if (fqdn) {
50 CFDictionaryAddValue(args, kSecAttrServer, fqdn);
90 void SecAddSharedWebCredential(CFStringRef fqdn, argument
101 if (!fqdn || CFGetTypeID(fqdn) != CFStringGetTypeID() || !CFStringGetLength(fqdn) ||
103 errStr = CFSTR("fqdn o
144 SecCopySharedWebCredentialSync(CFStringRef fqdn, CFStringRef account, CFArrayRef *credentials, CFErrorRef *error) argument
191 SecRequestSharedWebCredential(CFStringRef fqdn, CFStringRef account, void (^completionHandler)(CFArrayRef credentials, CFErrorRef error)) argument
[all...]
H A DSecSharedCredential.h58 @param fqdn The fully qualified domain name of the website requiring the password.
66 void SecAddSharedWebCredential(CFStringRef fqdn, CFStringRef account, CFStringRef password,
73 @param fqdn (Optional) Fully qualified domain name of the website for which passwords are being requested. If NULL is passed in this argument, the domain name(s) listed in the calling application's 'com.apple.developer.associated-domains' entitlement are searched implicitly.
76 @discussion This function requests one or more shared passwords for a given website, depending on whether the optional account parameter is supplied. To obtain results, the website specified in the fqdn parameter must be one which matches an entry in the calling application's 'com.apple.developer.associated-domains' entitlement.
88 void SecRequestSharedWebCredential(CFStringRef fqdn, CFStringRef account,
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/sample/
H A Dsample-client.c454 *fqdn = "", local
614 fqdn = optarg;
788 fqdn,
/macosx-10.10/gssd-64/
H A Dgssd.c1081 char *fqdn; local
1091 fqdn = strdup(lowercase(hp->h_name));
1092 if (fqdn == NULL) {
1101 if (strncmp(fqdn, lowercase(rhp->h_name), MAXHOSTNAMELEN) != 0) {
1115 return (fqdn);
1213 char *fqdn = NULL, *rfqdn = NULL; local
1319 fqdn = canonicalize_host(host, (count == 3) ? &rfqdn : NULL);
1320 if (fqdn) {
1321 if (strncmp(fqdn, host, MAXHOSTNAMELEN) != 0) {
1322 major = construct_service_name(minor, service, fqdn, real
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dicmp6.c1225 struct ni_reply_fqdn *fqdn; local
1500 fqdn = (struct ni_reply_fqdn *)(mtod(n, caddr_t) +
1504 fqdn->ni_fqdn_ttl = 0; /* ditto. */
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcftoken.l579 fqdn { YYD; yylval.num = IDTYPE_FQDN; return(IDENTIFIERTYPE); }
/macosx-10.10/postfix-255/postfix/src/dns/
H A Ddns.h217 #define dns_lookup(name, type, rflags, list, fqdn, why) \
218 dns_lookup_r((name), (type), (rflags), (list), (fqdn), (why), (int *) 0)
219 #define dns_lookup_l(name, rflags, list, fqdn, why, lflags, ...) \
220 dns_lookup_rl((name), (rflags), (list), (fqdn), (why), (int *) 0, \
222 #define dns_lookup_v(name, rflags, list, fqdn, why, lflags, ltype) \
223 dns_lookup_rv((name), (rflags), (list), (fqdn), (why), (int *) 0, \
H A Ddns_lookup.c9 /* int dns_lookup(name, type, rflags, list, fqdn, why)
14 /* VSTRING *fqdn;
17 /* int dns_lookup_l(name, rflags, list, fqdn, why, lflags, ltype, ...)
21 /* VSTRING *fqdn;
26 /* int dns_lookup_v(name, rflags, list, fqdn, why, lflags, ltype)
30 /* VSTRING *fqdn;
35 /* int dns_lookup_r(name, type, rflags, list, fqdn, why, rcode)
40 /* VSTRING *fqdn;
44 /* int dns_lookup_rl(name, rflags, list, fqdn, why, rcode, lflags,
49 /* VSTRING *fqdn;
538 dns_get_answer(const char *orig_name, DNS_REPLY *reply, int type, DNS_RR **rrlist, VSTRING *fqdn, char *cname, int c_len, int *maybe_secure) argument
647 dns_lookup_r(const char *name, unsigned type, unsigned flags, DNS_RR **rrlist, VSTRING *fqdn, VSTRING *why, int *rcode) argument
737 dns_lookup_rl(const char *name, unsigned flags, DNS_RR **rrlist, VSTRING *fqdn, VSTRING *why, int *rcode, int lflags,...) argument
777 dns_lookup_rv(const char *name, unsigned flags, DNS_RR **rrlist, VSTRING *fqdn, VSTRING *why, int *rcode, int lflags, unsigned *types) argument
[all...]
H A Dtest_dns_lookup.c103 VSTRING *fqdn = vstring_alloc(100); local
121 switch (dns_lookup_rv(name, RES_DEBUG | RES_USE_DNSSEC, &rr, fqdn, why,
126 printf("%s: fqdn: %s\n", name, vstring_str(fqdn));
/macosx-10.10/postfix-255/postfix/src/xsasl/
H A Dxsasl_cyrus_server.c107 #define SASL_SERVER_NEW(srv, fqdn, rlm, lport, rport, cb, secflags, pconn) \
108 sasl_server_new(srv, fqdn, rlm, cb, secflags, pconn)
124 #define SASL_SERVER_NEW(srv, fqdn, rlm, lport, rport, cb, secflags, pconn) \
125 sasl_server_new(srv, fqdn, rlm, lport, rport, cb, secflags, pconn)
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c921 mDNSexport void external_start_resolving_service(mDNSInterfaceID InterfaceID, const domainname *const fqdn, DNSServiceFlags flags) argument
928 DomainnameToLower(SkipLeadingLabels(fqdn, 1), &lower);
930 LogInfo("external_start_resolving_service: %##s", fqdn->c);
932 end = putDomainNameAsLabels(&compression_base_msg, rhs, compression_limit, fqdn);
964 external_start_browsing_for_service(AWDLInterfaceID, fqdn, kDNSType_TXT, NULL);
965 external_start_browsing_for_service(AWDLInterfaceID, fqdn, kDNSType_SRV, NULL);
969 mDNSexport void external_stop_resolving_service(mDNSInterfaceID InterfaceID, const domainname *const fqdn, DNSServiceFlags flags) argument
976 DomainnameToLower(SkipLeadingLabels(fqdn, 1), &lower);
978 LogInfo("external_stop_resolving_service: %##s", fqdn->c);
980 end = putDomainNameAsLabels(&compression_base_msg, rhs, compression_limit, fqdn);
1021 external_start_resolving_service(const domainname *const fqdn, DNSServiceFlags flags) argument
1022 external_stop_resolving_service(const domainname *const fqdn, DNSServiceFlags flags) argument
6071 SetupDDNSDomains(domainname *const fqdn, DNameListElem **RegDomains, DNameListElem **BrowseDomains) argument
6195 mDNSPlatformSetDNSConfig(mDNS *const m, mDNSBool setservers, mDNSBool setsearch, domainname *const fqdn, DNameListElem **RegDomains, DNameListElem **BrowseDomains, mDNSBool ackConfig) argument
[all...]
H A Dhelper.c1228 createAnonymousRacoonConfiguration(const char *fqdn) argument
1292 write(fd, fqdn, strlen(fqdn));
1557 do_mDNSConfigureServer(__unused mach_port_t port, int updown, const char *fqdn, audit_token_t token) argument
1566 if (0 != createAnonymousRacoonConfiguration(fqdn)) goto fin;
1582 (void)port; (void)updown; (void)fqdn; (void)token;
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DmDNSPosix.c442 mDNSexport mDNSBool mDNSPlatformSetDNSConfig(mDNS *const m, mDNSBool setservers, mDNSBool setsearch, domainname *const fqdn, DNameListElem **RegDomains, argument
447 (void) fqdn;
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/
H A DmDNSWin32.c171 mDNSlocal void GetDDNSFQDN( domainname *const fqdn );
1690 mDNSexport mDNSBool mDNSPlatformSetDNSConfig(mDNS *const m, mDNSBool setservers, mDNSBool setsearch, domainname *const fqdn, DNameListElem **regDomains, DNameListElem **browseDomains, mDNSBool ackConfig) argument
1697 if ( fqdn )
1699 GetDDNSFQDN( fqdn );
1771 domainname fqdn; local
1783 GetDDNSFQDN( &fqdn );
1785 if ( fqdn.c[ 0 ] )
1787 SetDomainSecret( m, &fqdn );
4628 mDNSlocal void GetDDNSFQDN( domainname *const fqdn )
4636 check( fqdn );
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c971 mDNSexport mDNSu8 *ConstructServiceName(domainname *const fqdn, argument
975 mDNSu8 *dst = fqdn->c;
1076 dst = AppendDomainName(fqdn, domain);
1090 mDNSexport mDNSBool DeconstructServiceName(const domainname *const fqdn, argument
1094 const mDNSu8 *src = fqdn->c;
1095 const mDNSu8 *max = fqdn->c + MAX_DOMAIN_NAME;
H A DmDNS.c14539 domainname fqdn; local
14560 if (!mDNSPlatformSetDNSConfig(m, mDNStrue, mDNSfalse, &fqdn, mDNSNULL, mDNSNULL, mDNStrue))
14826 if (!SameDomainName(&fqdn, &m->FQDN))
14830 AssignDomainName(&m->FQDN, &fqdn);
14925 while (m->Hostnames) mDNS_RemoveDynDNSHostName(m, &m->Hostnames->fqdn);
H A DmDNSEmbeddedAPI.h1700 domainname fqdn; member in struct:HostnameInfo
2860 extern mDNSu8 *ConstructServiceName(domainname *const fqdn, const domainlabel *name, const domainname *type, const domainname *const domain);
2861 extern mDNSBool DeconstructServiceName(const domainname *const fqdn, domainlabel *const name, domainname *const type, domainname *const domain);
2994 extern void mDNS_AddDynDNSHostName(mDNS *m, const domainname *fqdn, mDNSRecordCallback *StatusCallback, const void *StatusContext);
2995 extern void mDNS_RemoveDynDNSHostName(mDNS *m, const domainname *fqdn);
3187 extern mDNSBool mDNSPlatformSetDNSConfig(mDNS *const m, mDNSBool setservers, mDNSBool setsearch, domainname *const fqdn, DNameListElem **RegDomains,

Completed in 379 milliseconds

12