Searched refs:keys (Results 1 - 25 of 204) sorted by relevance
123456789
/bind-9.11.3/bin/tests/system/dnssec/ns5/ |
H A D | trusted.conf.bad | 11 trusted-keys {
|
/bind-9.11.3/bin/tests/system/legacy/ns1/ |
H A D | trusted.conf | 1 trusted-keys {
|
/bind-9.11.3/bin/tests/system/sfcache/ns5/ |
H A D | trusted.conf.bad | 9 trusted-keys {
|
/bind-9.11.3/lib/dns/ |
H A D | ipkeylist.c | 26 ipkl->keys = NULL; 47 if (ipkl->keys != NULL) { 49 if (ipkl->keys[i] == NULL) 51 if (dns_name_dynamic(ipkl->keys[i])) 52 dns_name_free(ipkl->keys[i], mctx); 53 isc_mem_put(mctx, ipkl->keys[i], sizeof(dns_name_t)); 55 isc_mem_put(mctx, ipkl->keys, 99 if (src->keys != NULL) { 101 if (src->keys[i] != NULL) { 102 dst->keys[ 168 dns_name_t **keys = NULL; local [all...] |
/bind-9.11.3/bin/tests/system/rndc/ns6/ |
H A D | named.conf.in | 25 inet 10.53.0.6 port 9953 allow { any; } keys { rndc_key; };
|
/bind-9.11.3/bin/tests/system/inline/ns5/ |
H A D | named.conf.pre | 15 controls { inet 10.53.0.5 port 9953 allow { any; } keys { rndc_key; }; };
|
H A D | named.conf.post | 15 controls { inet 10.53.0.5 port 9953 allow { any; } keys { rndc_key; }; };
|
/bind-9.11.3/bin/tests/system/logfileconfig/ns1/ |
H A D | named.plainconf | 26 keys { "rndc-key"; };
|
H A D | named.dirconf | 37 keys { "rndc-key"; };
|
H A D | named.pipeconf | 37 keys { "rndc-key"; };
|
H A D | named.plain | 44 keys { "rndc-key"; };
|
H A D | named.symconf | 37 keys { "rndc-key"; };
|
/bind-9.11.3/bin/tests/system/rpzrecurse/ns2/ |
H A D | named.conf.header | 29 inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | ipkeylist.h | 16 * A structure holding a list of addresses, dscps and keys. Used to 22 dns_name_t **keys; member in struct:dns_ipkeylist
|
/bind-9.11.3/bin/tests/system/mkeys/ns3/ |
H A D | named.conf | 35 inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; }; 44 managed-keys {
|
/bind-9.11.3/bin/tests/system/xfer/ns4/ |
H A D | named.conf.base | 39 inet 10.53.0.4 port 9953 allow { any; } keys { rndc_key; };
|
/bind-9.11.3/bin/tests/virtual-time/common/ |
H A D | controls.conf | 17 inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
|
/bind-9.11.3/bin/tests/bigtest/ |
H A D | buildzones.sh | 56 echo ' key-directory "keys";' 70 echo ' key-directory "keys";' 84 echo ' key-directory "keys";' 92 echo "controls { inet $addr port 9953 allow { any; } keys { "rndc-key"; }; };" 123 trusted-keys () { 126 print "trusted-keys { \""$1"\"",$4,$5,$6,"\""b"\"; };" };' 152 rm -rf servers master keys setup teardown run 155 mkdir -p keys 189 kskkey=`${keygen} -K keys -f KSK ${zone:-.}` 190 zskkey=`${keygen} -K keys [all...] |
/bind-9.11.3/bin/tests/system/checkconf/ |
H A D | check-dlv-ksk-key.conf | 9 trusted-keys {
|
H A D | check-root-ksk-2010.conf | 9 trusted-keys {
|
H A D | check-root-ksk-2017.conf | 9 trusted-keys { 14 # file as initializing keys; thereafter, the keys in the
|
H A D | check-root-ksk-both.conf | 9 trusted-keys { 26 # file as initializing keys; thereafter, the keys in the
|
/bind-9.11.3/bin/tests/system/common/ |
H A D | controls.conf | 17 inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
|
/bind-9.11.3/bin/tests/system/database/ns1/ |
H A D | named.conf1 | 19 inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
|
H A D | named.conf2 | 19 inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
|
Completed in 59 milliseconds
123456789