Home
last modified time | relevance | path

Searched refs:txtrecord (Results 1 – 7 of 7) sorted by relevance

/dports/mail/enma/enma-1.2.0/libsauth/src/
H A Ddkimadsp.c196 const char *txtrecord = DnsTxtResponse_data(txt_rr, 0); in DkimAdsp_query() local
197 DkimAdsp *self = DkimAdsp_build(policy, txtrecord, &build_stat); in DkimAdsp_query()
208 domain, DKIM_strerror(build_stat), NNSTR(txtrecord)); in DkimAdsp_query()
222 domain, DKIM_strerror(build_stat), NNSTR(txtrecord)); in DkimAdsp_query()
226 domain, DKIM_strerror(build_stat), NNSTR(txtrecord)); in DkimAdsp_query()
/dports/security/acme.sh/acme.sh-3.0.1/dnsapi/
H A Ddns_ionos.sh120 txtrecord=$3
125 … "\"name\":\"$fulldomain\"[^\}]*\"type\":\"TXT\"[^\}]*\"content\":\"\\\\\"$txtrecord\\\\\"\".*\}")"
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/identity/ipa/
H A Dipa_dnsrecord.py183 item.update(txtrecord=details['record_value'])
222 module_dnsrecord.update(txtrecord=details['record_value'])
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/identity/ipa/
H A Dipa_dnsrecord.py182 item.update(txtrecord=details['record_value'])
221 module_dnsrecord.update(txtrecord=details['record_value'])
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dipa_dnsrecord.py182 item.update(txtrecord=details['record_value'])
221 module_dnsrecord.update(txtrecord=details['record_value'])
/dports/mail/libdomainkeys/libdomainkeys-0.69/
H A Ddomainkeys.c431 DK_STAT dk_settxt(DK *dk, DK_TXT recordtype, const char *txtrecord) in dk_settxt() argument
434 if (!dk|| !txtrecord) in dk_settxt()
452 *ptr = dk_strdup(txtrecord); in dk_settxt()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSShared/
H A Ddnssd_clientstub.c1338 unsigned char *txtrecord; in handle_resolve_response() local
1347 txtrecord = (unsigned char *)get_rdata(&data, end, txtlen); in handle_resolve_response()
1350 …lags, cbh->cb_interface, cbh->cb_err, fullname, target, port.s, txtlen, txtrecord, sdr->AppContext… in handle_resolve_response()