Home
last modified time | relevance | path

Searched refs:cds (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/mpl/bind/dist/bin/tests/system/cds/
H A Dtests.sh70 Z=cds.test
120 testcase 1 $CDS -f brk.unsigned-cds -d DS.1 $Z
123 $CDS -v3 -s -7200 -f sig.cds.1 -d DS.1 $Z 1>xout 2>xerr
127 testcase 0 $CDS -a1 -a2 -f sig.cds.1 -i.bak -d DS.inplace $Z
144 testcase 0 $CDS -v1 -a1 -a2 -s -7200 -f sig.cds.1 -d DS.broke1 $Z
149 testcase 0 $CDS -v1 -a1 -a2 -s -7200 -f sig.cds.1 -d DS.broke2 $Z
153 testcase 1 $CDS -v1 -a1 -a2 -s -7200 -f sig.cds.1 -d DS.broke12 $Z
158 testcase 0 $CDS -v1 -a1 -a2 -s -7200 -f brk.rrsig.cds.zsk -d DS.1 $Z
162 testcase 1 $CDS -v1 -s -7200 -f brk.rrsig.cds.ksk -d DS.1 $Z
166 testcase 1 $CDS -a1 -a2 -s -7200 -f sig.cds-mangled -d DS.1 $Z
[all …]
H A Dsetup.sh22 Z=cds.test
108 cat sig.null CDS.1 >brk.unsigned-cds
110 cat db.null CDS.1 | sign cds.1
111 cat db.null CDS.2 | sign cds.2
112 cat db.null CDS.1 CDS.2 | sign cds.both
114 tac <sig.cds.1 >sig.cds.rev1
117 cat db.null CDS.2 CDNSKEY.2 | sign cds.cdnskey.2
120 cat db.null CDS.2-1 | sign cds.2.sha1
121 cat db.null CDS.2-1 CDNSKEY.2 | sign cds.cdnskey.2.sha1
124 <sig.cds.1 >brk.rrsig.cds.zsk
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dcds_59.c85 dns_rdata_cds_t *cds = target; in tostruct_cds() local
88 REQUIRE(cds != NULL); in tostruct_cds()
94 cds->common.rdclass = rdata->rdclass; in tostruct_cds()
95 cds->common.rdtype = rdata->type; in tostruct_cds()
96 ISC_LINK_INIT(&cds->common, link); in tostruct_cds()
103 dns_rdata_cds_t *cds = source; in freestruct_cds() local
105 REQUIRE(cds != NULL); in freestruct_cds()
106 REQUIRE(cds->common.rdtype == dns_rdatatype_cds); in freestruct_cds()
108 if (cds->mctx == NULL) { in freestruct_cds()
112 if (cds->digest != NULL) { in freestruct_cds()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dcds_59.c85 dns_rdata_cds_t *cds = target; in tostruct_cds() local
88 REQUIRE(cds != NULL); in tostruct_cds()
94 cds->common.rdclass = rdata->rdclass; in tostruct_cds()
95 cds->common.rdtype = rdata->type; in tostruct_cds()
96 ISC_LINK_INIT(&cds->common, link); in tostruct_cds()
103 dns_rdata_cds_t *cds = source; in freestruct_cds() local
105 REQUIRE(cds != NULL); in freestruct_cds()
106 REQUIRE(cds->common.rdtype == dns_rdatatype_cds); in freestruct_cds()
108 if (cds->mctx == NULL) { in freestruct_cds()
112 if (cds in freestruct_cds()
[all...]
/netbsd-src/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-cds.rst14 .. iscman:: dnssec-cds
15 .. program:: dnssec-cds
16 .. _man_dnssec-cds:
18 dnssec-cds - change DS records for a child zone based on CDS/CDNSKEY
24 :program:`dnssec-cds` [**-a** alg...] [**-c** class] [**-D**] {**-d** dsset-file} {**-f** child-fil…
29 The :program:`dnssec-cds` command changes DS records at a delegation point
33 its key-signing keys (KSKs); by polling periodically with :program:`dnssec-cds`, the
43 output of a previous run of :program:`dnssec-cds`.
45 The :program:`dnssec-cds` command uses special DNSSEC validation logic
52 :program:`dnssec-cds`. Their age is obtained from the modification time of the
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddnssec.c1872 dns_rdataset_t *cds, unsigned int digesttype, dns_ttl_t ttl, in addrdata()
1892 if (!dns_rdataset_isassociated(cds) || !exists(cds, &cdsrdata)) { in delrdata()
1907 dns_rdataset_t *cds, unsigned int digesttype, dns_diff_t *diff,
1920 if (exists(cds, &cdsrdata)) {
1928 r = delrdata(&cdsrdata, diff, origin, cds->ttl, mctx);
1935 dns_rdataset_t *cds, dns_rdataset_t *cdnskey,
1949 if (dns_rdataset_isassociated(cds)) {
1950 cdsttl = cds->ttl;
1975 (const char *)keystr, cds, in exists()
1980 dns_dnssec_syncupdate(dns_dnsseckeylist_t * keys,dns_dnsseckeylist_t * rmkeys,dns_rdataset_t * cds,dns_rdataset_t * cdnskey,isc_stdtime_t now,dns_ttl_t ttl,dns_diff_t * diff,isc_mem_t * mctx) dns_dnssec_syncupdate() argument
2170 dns_dnssec_syncdelete(dns_rdataset_t * cds,dns_rdataset_t * cdnskey,dns_name_t * origin,dns_rdataclass_t zclass,dns_ttl_t ttl,dns_diff_t * diff,isc_mem_t * mctx,bool expect_cds_delete,bool expect_cdnskey_delete) dns_dnssec_syncdelete() argument
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddnssec.c1970 dns_rdataset_t *cds, dns_rdataset_t *cdnskey, in dns_dnssec_syncupdate() argument
2028 if (!dns_rdataset_isassociated(cds) || in dns_dnssec_syncupdate()
2029 !exists(cds, &cds_sha256)) in dns_dnssec_syncupdate()
2045 if (dns_rdataset_isassociated(cds)) { in dns_dnssec_syncupdate()
2047 if (exists(cds, &cds_sha1)) { in dns_dnssec_syncupdate()
2056 cds->ttl, mctx)); in dns_dnssec_syncupdate()
2058 if (exists(cds, &cds_sha256)) { in dns_dnssec_syncupdate()
2067 origin, cds->ttl, in dns_dnssec_syncupdate()
2089 if (!dns_rdataset_isassociated(cds) && in dns_dnssec_syncupdate()
2112 if (dns_rdataset_isassociated(cds)) { in dns_dnssec_syncupdate()
[all …]
/netbsd-src/external/mpl/bind/dist/doc/man/
H A DMakefile.am9 dnssec-cds.rst \
50 ../../bin/dnssec/dnssec-cds.rst \
87 dnssec-cds.1 \
H A Ddnssec-cds.rst14 .. include:: ../../bin/dnssec/dnssec-cds.rst
H A DMakefile.in502 dnssec-cds.rst \
543 ../../bin/dnssec/dnssec-cds.rst \
570 rndc.conf.5 dnssec-cds.1 dnssec-dsfromkey.1 dnssec-importkey.1 \
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Ddnssec.h368 dns_rdataset_t *cds, dns_rdataset_t *cdnskey,
378 * added to the 'cds' RRset for each digest type in 'digests'.
381 * the RRsets 'cds' and 'cdnskey'.
399 dns_dnssec_syncdelete(dns_rdataset_t *cds, dns_rdataset_t *cdnskey,
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Ddnssec.h360 dns_rdataset_t *cds, dns_rdataset_t *cdnskey,
372 dns_dnssec_syncdelete(dns_rdataset_t *cds, dns_rdataset_t *cdnskey,
/netbsd-src/external/mpl/bind/bin/dnssec/
H A DMakefile3 SUBDIR= dnssec-cds dnssec-dsfromkey dnssec-keyfromlabel dnssec-keygen \
/netbsd-src/external/mpl/bind/dist/bin/tests/system/resolver/ns6/
H A Ddelegation-only.db30 cds IN CDS 21366 7 1 E6C1716CFB6BDC84E84CE1AB5510DAC69173B5B2
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dmanpages.rst21 .. include:: ../../bin/dnssec/dnssec-cds.rst
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c9555 ZipfileCDS cds; /* Parsed CDS record */ member
9699 sqlite3_free(p->cds.zFile); in zipfileEntryFree()
10138 rc = zipfileReadCDS(aRead, &pNew->cds); in zipfileGetEntry()
10152 pNew->cds.zFile = sqlite3_mprintf("%.*s", nFile, aRead); in zipfileGetEntry()
10155 if( pNew->cds.zFile==0 ){ in zipfileGetEntry()
10157 }else if( 0==zipfileScanExtra(&aRead[nFile], pNew->cds.nExtra, pt) ){ in zipfileGetEntry()
10158 pNew->mUnixTime = zipfileMtime(&pNew->cds); in zipfileGetEntry()
10166 rc = zipfileReadData(pFile, aRead, szFix, pNew->cds.iOffset, pzErr); in zipfileGetEntry()
10168 aRead = (u8*)&aBlob[pNew->cds.iOffset]; in zipfileGetEntry()
10173 pNew->iDataOff = pNew->cds.iOffset + ZIPFILE_LFH_FIXED_SZ; in zipfileGetEntry()
[all …]
/netbsd-src/usr.sbin/sysinst/
H A Dutil.c190 static struct cd_info cds[MAX_CD_INFOS]; variable
544 data.info = cds; in get_available_cds()
650 strcpy(cdrom_dev, cds[0].device_name); in get_via_cdrom()
655 cd_menu[i].opt_name = cds[i].menu; in get_via_cdrom()
669 strcpy(cdrom_dev, cds[selected_cd].device_name); in get_via_cdrom()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A D2827.md26 …(cond [(eq_attr "mnemonic" "dlr,dsgr,d,dsgf,stam,dsgfr,dlgr,dsg,cds,dr,stm,mvc,dl,cdsg,stmy,dlg,st…
39 …sthrl,algf,cgit,ng,lat,llghrl,ltgr,nihh,clgfrl,srlk,agr,ler,bcr_flush,stcy,cds,clfi,nihf,ly,clt,lg…
H A D2964.md125 (cond [(eq_attr "mnemonic" "cds,cdsg,cdsy,cxfbr,cxftr,cxgbr,cxgtr,\
206 (eq_attr "mnemonic" "cds,cdsy,std,stdy,ste,stey,vcksm,vfeezbs,\
H A D3906.md129 (cond [(eq_attr "mnemonic" "cds,cdsg,cdsy,cxfbr,cxftr,cxgbr,cxgtr,\
213 (eq_attr "mnemonic" "cds,cdsy,mgh,mghi,mh,mhi,mhy,std,stdy,ste,stey,\
H A D8561.md129 (cond [(eq_attr "mnemonic" "cds,cdsg,cdsy,cxfbr,cxftr,cxgbr,cxgtr,\
217 (eq_attr "mnemonic" "cds,cdsy,mgh,mghi,mh,mhi,mhy,std,stdy,ste,stey,\
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A D2827.md26 …(cond [(eq_attr "mnemonic" "dlr,dsgr,d,dsgf,stam,dsgfr,dlgr,dsg,cds,dr,stm,mvc,dl,cdsg,stmy,dlg,st…
39 …sthrl,algf,cgit,ng,lat,llghrl,ltgr,nihh,clgfrl,srlk,agr,ler,bcr_flush,stcy,cds,clfi,nihf,ly,clt,lg…
H A D3906.md129 (cond [(eq_attr "mnemonic" "cds,cdsg,cdsy,cxfbr,cxftr,cxgbr,cxgtr,\
213 (eq_attr "mnemonic" "cds,cdsy,mgh,mghi,mh,mhi,mhy,std,stdy,ste,stey,\
H A D2964.md125 (cond [(eq_attr "mnemonic" "cds,cdsg,cdsy,cxfbr,cxftr,cxgbr,cxgtr,\
206 (eq_attr "mnemonic" "cds,cdsy,std,stdy,ste,stey,vcksm,vfeezbs,\
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.0.rst

12