Home
last modified time | relevance | path

Searched refs:fqdn (Results 1 – 25 of 10060) sorted by relevance

12345678910>>...403

/dports/news/leafnode/leafnode-1.11.12/
H A Dvalidatefqdn.c68 char *fqdn = strdup(f); in is_validfqdn() local
69 if (!fqdn) return 0; in is_validfqdn()
70 while (fqdn[strlen(fqdn)-1] == '.') in is_validfqdn()
71 fqdn[strlen(fqdn)-1] = '\0'; in is_validfqdn()
74 !(strchr(fqdn, '.')) in is_validfqdn()
95 free(fqdn); in is_validfqdn()
98 free(fqdn); in is_validfqdn()
130 char fqdn[FQDNLEN + 1] = ""; variable
135 while(fgets(fqdn, sizeof(fqdn), stdin)) { in main()
136 fqdn[strcspn(fqdn, " \t\r\n")] = '\0'; in main()
[all …]
/dports/www/py-gandi.cli/gandi.cli-1.5/gandi/cli/modules/
H A Ddomain.py25 def info(cls, fqdn): argument
27 return cls.call('domain.info', fqdn)
33 fqdn = fqdn.lower()
38 while result[fqdn] == 'pending':
42 if result[fqdn] == 'unavailable':
82 fqdn = fqdn.lower()
86 domain_info = cls.info(fqdn)
106 fqdn = fqdn.lower()
113 def autorenew_activate(cls, fqdn): argument
115 fqdn = fqdn.lower()
[all …]
H A Ddns.py46 def get_fqdn_info(cls, fqdn): argument
53 meta = cls.get_fqdn_info(fqdn)
70 meta = cls.get_fqdn_info(fqdn)
84 meta = cls.get_fqdn_info(fqdn)
97 meta = cls.get_fqdn_info(fqdn)
107 def keys(cls, fqdn, sort_by=None): argument
109 meta = cls.get_fqdn_info(fqdn)
114 def keys_info(cls, fqdn, key): argument
120 def keys_create(cls, fqdn, flag): argument
132 def keys_delete(cls, fqdn, key): argument
[all …]
/dports/devel/bglibs/bglibs-2.04/net/
H A Ddns_qualify.c69 fqdnlen = fqdn->len; in dns_qualify_rules()
73 plus = p - fqdn->s; in dns_qualify_rules()
79 memmove(fqdn->s + plus,fqdn->s + i,j); in dns_qualify_rules()
125 str fqdn = {0}; variable
130 debugstrfn(dns_qualify(&out,&fqdn,"example.com",dummy), &fqdn);
131 debugstrfn(dns_qualify(&out,&fqdn,"sth.local",dummy), &fqdn);
132 debugstrfn(dns_qualify(&out,&fqdn,"me",dummy), &fqdn);
133 debugstrfn(dns_qualify(&out,&fqdn,"sth.a",dummy), &fqdn);
134 debugstrfn(dns_qualify(&out,&fqdn,"sth",dummy), &fqdn);
136 debugstrfn(dns_qualify(&out,&fqdn,"sth",dummy), &fqdn);
[all …]
/dports/dns/mydns/mydns-1.1.0/src/util/
H A Dimport-tinydns.c151 memcpy(hostname, fqdn, c - fqdn); in find_host_zone()
280 if (!(fqdn = strsep(&l, ":")) || !strlen(fqdn)) in tinydns_add_soa()
396 if (!fqdn || !strlen(fqdn)) in tinydns_plus()
428 if (!fqdn || !strlen(fqdn)) in tinydns_dot()
478 if (!fqdn || !strlen(fqdn)) in tinydns_amp()
540 if (!fqdn || !strlen(fqdn)) in tinydns_equal()
605 if (!fqdn || !strlen(fqdn)) in tinydns_at()
654 if (!fqdn || !strlen(fqdn)) in tinydns_apos()
700 if (!fqdn || !strlen(fqdn)) in tinydns_caret()
733 if (!fqdn || !strlen(fqdn)) in tinydns_C()
[all …]
/dports/dns/mydns-ng/mydns-1.2.8.31/src/util/
H A Dimport-tinydns.c142 memcpy(*local_hostname, fqdn, c - fqdn); in find_host_zone()
268 if (!(fqdn = (uchar*)strsep(&l, ":")) || !strlen((char*)fqdn)) in tinydns_add_soa()
378 if (!fqdn || !strlen((char*)fqdn)) in tinydns_plus()
409 if (!fqdn || !strlen((char*)fqdn)) in tinydns_dot()
461 if (!fqdn || !strlen((char*)fqdn)) in tinydns_amp()
526 if (!fqdn || !strlen((char*)fqdn)) in tinydns_equal()
593 if (!fqdn || !strlen((char*)fqdn)) in tinydns_at()
650 if (!fqdn || !strlen((char*)fqdn)) in tinydns_apos()
693 if (!fqdn || !strlen((char*)fqdn)) in tinydns_caret()
729 if (!fqdn || !strlen((char*)fqdn)) in tinydns_C()
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/caddyserver/certmagic/
H A Ddnsutil.go24 if !strings.HasSuffix(fqdn, ".") {
25 fqdn += "."
36 fqdn += "."
60 fqdnSOACache[fqdn] = ent
69 labelIndexes := dns.Split(fqdn)
71 domain := fqdn[index:]
135 m.SetQuestion(fqdn, rtype)
214 fqdn += "."
229 fqdn = updateDomainWithCName(r, fqdn)
307 if cn.Hdr.Name == fqdn {
[all …]
/dports/security/fwlogwatch/fwlogwatch-1.5/
H A Dresolve.c78 char *fqdn; in resolve_address_sync() local
138 strncat(fqdn, dst2, HOSTLEN - strlen(fqdn) - 1); in resolve_address_sync()
145 strncat(fqdn, dst2, HOSTLEN - strlen(fqdn) - 1); in resolve_address_sync()
153 return (fqdn); in resolve_address_sync()
161 char *fqdn; in resolve_address_async() local
189 return (fqdn); in resolve_address_async()
199 return (fqdn); in resolve_address_async()
206 char *fqdn; in resolve_address() local
231 dns->fqdn = xmalloc(strlen(fqdn) + 1); in resolve_address()
232 xstrncpy(dns->fqdn, fqdn, strlen(fqdn) + 1); in resolve_address()
[all …]
/dports/security/lego/lego-4.5.3/challenge/dns01/
H A Dprecheck_test.go13 fqdn string
19 fqdn: "postman-echo.com.",
24 fqdn: "acme-staging.api.letsencrypt.org.",
38 ok, err := check.checkDNSPropagation(test.fqdn, test.value)
53 fqdn, value string
59 fqdn: "8.8.8.8.asn.routeviews.org.",
66 fqdn: "ns1.google.com.",
78 assert.Equal(t, test.expected, ok, test.fqdn)
86 fqdn, value string
92 fqdn: "8.8.8.8.asn.routeviews.org.",
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/challenge/dns01/
H A Dprecheck_test.go13 fqdn string
19 fqdn: "postman-echo.com.",
24 fqdn: "acme-staging.api.letsencrypt.org.",
38 ok, err := check.checkDNSPropagation(test.fqdn, test.value)
53 fqdn, value string
59 fqdn: "8.8.8.8.asn.routeviews.org.",
66 fqdn: "ns1.google.com.",
78 assert.Equal(t, test.expected, ok, test.fqdn)
86 fqdn, value string
92 fqdn: "8.8.8.8.asn.routeviews.org.",
[all …]
H A Dprecheck.go13 type PreCheckFunc func(fqdn, value string) (bool, error)
17 type WrapPreCheckFunc func(domain, fqdn, value string, check PreCheckFunc) (bool, error)
37 return check(fqdn, value)
63 func (p preCheck) call(domain, fqdn, value string) (bool, error) {
65 return p.checkDNSPropagation(fqdn, value)
68 return p.checkFunc(domain, fqdn, value, p.checkDNSPropagation)
72 func (p preCheck) checkDNSPropagation(fqdn, value string) (bool, error) {
74 r, err := dnsQuery(fqdn, dns.TypeTXT, recursiveNameservers, true)
84 fqdn = updateDomainWithCName(r, fqdn)
87 authoritativeNss, err := lookupNameservers(fqdn)
[all …]
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Template/Plugin/
H A DCheckDNS.pm56 my $fqdn = shift;
121 my $fqdn = shift;
129 if ($fqdn =~ m{^\*\.}) {
131 $fqdn .= ' '.$skipped;
132 } elsif (!$self->__check_fqdn( $fqdn )) {
134 $fqdn .= ' '.$failed if ($failed);
143 $fqdn .= ' '.$valid if ($valid);
147 $fqdn .= ' '.$timeout if ($timeout);
150 $fqdn .= ' '.$failed if ($failed);
176 my $fqdn = shift;
[all …]
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Template/Plugin/
H A DCheckDNS.pm56 my $fqdn = shift;
121 my $fqdn = shift;
129 if ($fqdn =~ m{^\*\.}) {
131 $fqdn .= ' '.$skipped;
132 } elsif (!$self->__check_fqdn( $fqdn )) {
134 $fqdn .= ' '.$failed if ($failed);
143 $fqdn .= ' '.$valid if ($valid);
147 $fqdn .= ' '.$timeout if ($timeout);
150 $fqdn .= ' '.$failed if ($failed);
176 my $fqdn = shift;
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/libnet/lib/Net/
H A DDomain.pm44 $fqdn = $host;
56 $fqdn = $host;
222 return $fqdn
223 if (defined $fqdn);
251 my @fqdn = ();
263 @fqdn = (@h, @d);
264 $fqdn = $tmp;
272 if (@fqdn) {
273 $host = shift @fqdn;
282 undef $fqdn;
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/libnet/lib/Net/
H A DDomain.pm44 $fqdn = $host;
56 $fqdn = $host;
222 return $fqdn
223 if (defined $fqdn);
251 my @fqdn = ();
263 @fqdn = (@h, @d);
264 $fqdn = $tmp;
272 if (@fqdn) {
273 $host = shift @fqdn;
282 undef $fqdn;
[all …]
/dports/www/fswiki/wiki3_6_2/lib/Net/
H A DDomain.pm41 $fqdn = $host;
53 $fqdn = $host;
220 return $fqdn
221 if(defined $fqdn);
240 my @fqdn = ();
252 @fqdn = (@h,@d);
253 $fqdn = $tmp;
261 if(@fqdn) {
262 $host = shift @fqdn;
271 undef $fqdn;
[all …]
/dports/net/p5-Net/libnet-3.13/lib/Net/
H A DDomain.pm44 $fqdn = $host;
56 $fqdn = $host;
222 return $fqdn
223 if (defined $fqdn);
251 my @fqdn = ();
263 @fqdn = (@h, @d);
264 $fqdn = $tmp;
272 if (@fqdn) {
273 $host = shift @fqdn;
282 undef $fqdn;
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/libnet/lib/Net/
H A DDomain.pm44 $fqdn = $host;
56 $fqdn = $host;
222 return $fqdn
223 if (defined $fqdn);
251 my @fqdn = ();
263 @fqdn = (@h, @d);
264 $fqdn = $tmp;
272 if (@fqdn) {
273 $host = shift @fqdn;
282 undef $fqdn;
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/libnet/lib/Net/
H A DDomain.pm44 $fqdn = $host;
56 $fqdn = $host;
222 return $fqdn
223 if (defined $fqdn);
251 my @fqdn = ();
263 @fqdn = (@h, @d);
264 $fqdn = $tmp;
272 if (@fqdn) {
273 $host = shift @fqdn;
282 undef $fqdn;
[all …]
/dports/www/py-gandi.cli/gandi.cli-1.5/gandi/cli/commands/
H A Ddns.py44 if fqdn not in domains:
85 if fqdn not in domains:
114 if fqdn not in domains:
150 if fqdn not in domains:
158 fqdn)
185 def keys_list(gandi, fqdn): argument
187 keys = gandi.dns.keys(fqdn)
201 def keys_info(gandi, fqdn, key): argument
214 def keys_create(gandi, fqdn, flag): argument
231 def keys_delete(gandi, fqdn, key, force): argument
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go39 fqdn = fmt.Sprintf("_acme-challenge.%s.", domain)
74 fqdn, value, _ := DNS01Record(domain, keyAuth)
87 return preCheckDNS(fqdn, value)
107 if cn.Hdr.Name == fqdn {
108 fqdn = cn.Target
115 authoritativeNss, err := lookupNameservers(fqdn)
157 m.SetQuestion(fqdn, rtype)
212 if zone, ok := fqdnToZone[fqdn]; ok {
233 return checkIfTLD(fqdn, soa)
241 return checkIfTLD(fqdn, soa)
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go39 fqdn = fmt.Sprintf("_acme-challenge.%s.", domain)
74 fqdn, value, _ := DNS01Record(domain, keyAuth)
87 return preCheckDNS(fqdn, value)
107 if cn.Hdr.Name == fqdn {
108 fqdn = cn.Target
115 authoritativeNss, err := lookupNameservers(fqdn)
157 m.SetQuestion(fqdn, rtype)
212 if zone, ok := fqdnToZone[fqdn]; ok {
233 return checkIfTLD(fqdn, soa)
241 return checkIfTLD(fqdn, soa)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go39 fqdn = fmt.Sprintf("_acme-challenge.%s.", domain)
74 fqdn, value, _ := DNS01Record(domain, keyAuth)
87 return preCheckDNS(fqdn, value)
107 if cn.Hdr.Name == fqdn {
108 fqdn = cn.Target
115 authoritativeNss, err := lookupNameservers(fqdn)
157 m.SetQuestion(fqdn, rtype)
212 if zone, ok := fqdnToZone[fqdn]; ok {
233 return checkIfTLD(fqdn, soa)
241 return checkIfTLD(fqdn, soa)
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go39 fqdn = fmt.Sprintf("_acme-challenge.%s.", domain)
74 fqdn, value, _ := DNS01Record(domain, keyAuth)
87 return preCheckDNS(fqdn, value)
107 if cn.Hdr.Name == fqdn {
108 fqdn = cn.Target
115 authoritativeNss, err := lookupNameservers(fqdn)
157 m.SetQuestion(fqdn, rtype)
212 if zone, ok := fqdnToZone[fqdn]; ok {
233 return checkIfTLD(fqdn, soa)
241 return checkIfTLD(fqdn, soa)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Ddns_challenge.go39 fqdn = fmt.Sprintf("_acme-challenge.%s.", domain)
74 fqdn, value, _ := DNS01Record(domain, keyAuth)
87 return preCheckDNS(fqdn, value)
107 if cn.Hdr.Name == fqdn {
108 fqdn = cn.Target
115 authoritativeNss, err := lookupNameservers(fqdn)
157 m.SetQuestion(fqdn, rtype)
212 if zone, ok := fqdnToZone[fqdn]; ok {
233 return checkIfTLD(fqdn, soa)
241 return checkIfTLD(fqdn, soa)
[all …]

12345678910>>...403