Searched refs:trustedkey (Results 1 – 19 of 19) sorted by relevance
| /freebsd-9-stable/contrib/bind9/lib/irs/ |
| D | context.c | 225 irs_dnsconf_dnskey_t *trustedkey; in irs_context_create() local 283 for (trustedkey = ISC_LIST_HEAD(*trustedkeys); in irs_context_create() 284 trustedkey != NULL; in irs_context_create() 285 trustedkey = ISC_LIST_NEXT(trustedkey, link)) { in irs_context_create() 287 trustedkey->keyname, in irs_context_create() 288 trustedkey->keydatabuf); in irs_context_create()
|
| /freebsd-9-stable/contrib/ntp/html/scripts/ |
| D | authopt.txt | 10 <li class='inline'><a href='authopt.html#trustedkey'>trustedkey - specify trusted key IDs</a></li>\
|
| /freebsd-9-stable/contrib/ntp/conf/ |
| D | malarky.conf | 22 trustedkey 3 4 5 6 14 # define trusted keys
|
| D | beauregard.conf | 21 trustedkey 3 4 5 6 14 15 # define trusted keys
|
| D | grundoon.conf | 28 trustedkey 3 4 5 14 # define trusted keys
|
| D | pogo.conf | 35 trustedkey 3 4 5 14 # define trusted keys
|
| D | rackety.conf | 45 trustedkey 3 4 5 14 # define trusted keys
|
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | invoke-ntpd.texi | 112 * ntpd trustedkey:: trustedkey option (-t) 188 -t Str trustedkey Trusted key number 532 @node ntpd trustedkey 533 @subsection trustedkey option (-t) 534 @cindex ntpd-trustedkey
|
| D | complete.conf.in | 24 trustedkey 1 2 3 4 5 6 7 8 9 10 11 12 (14 ... 16) 18 (32768 ... 65534)
|
| D | ntpdbase-opts.def | 336 name = trustedkey;
|
| D | invoke-ntp.conf.texi | 935 @item @code{trustedkey} @kbd{key} @kbd{...}
|
| D | ntp.conf.def | 998 .It Ic trustedkey Ar key ...
|
| /freebsd-9-stable/contrib/bind9/bin/dig/include/dig/ |
| D | dig.h | 271 extern char trustedkey[MXNAME];
|
| /freebsd-9-stable/contrib/bind9/bin/dig/ |
| D | dig.c | 1190 n = strlcpy(trustedkey, ptr, in plus_option() 1191 sizeof(trustedkey)); in plus_option() 1192 if (n >= sizeof(trustedkey)) in plus_option()
|
| D | dighost.c | 275 char trustedkey[MXNAME] = ""; variable 4337 result = isc_file_exists(trustedkey); in get_trusted_key() 4349 filename = trustedkey; in get_trusted_key()
|
| /freebsd-9-stable/contrib/ntp/ntpdc/ |
| D | ntpdc-opts.def | 732 .It Ic trustedkey Ar keyid Oo Ar ... Oc 735 .Ic trustedkey
|
| /freebsd-9-stable/contrib/ntp/ |
| D | NEWS | 558 * remote configuration trustedkey/requestkey/controlkey values are not 570 ntpd that will change the value of the trustedkey, controlkey, 1195 - an explicitly configured trustedkey, and you should also 2369 * Range syntax for the trustedkey configuration directive
|
| D | ChangeLog | 106 * [Sec 3010] remote configuration trustedkey/requestkey values 2516 * [Bug 1522] Enable range syntax "trustedkey (301 ... 399)". 3029 * [Bug 1522] Enable range syntax "trustedkey (301 ... 399)". 3030 * Update html/authopt.html controlkey, requestkey, and trustedkey docs. 3382 * [Bug 1284] infinite loop in ntpd dumping more than one trustedkey
|
| D | CommitLog | 3497 Bug 3010] remote configuration trustedkey/requestkey values are not properly validated 3501 Bug 3010] remote configuration trustedkey/requestkey values are not properly validated 3505 [Bug 3010] remote configuration trustedkey/requestkey values are not properly validated 3509 [Bug 3010] remote configuration trustedkey/requestkey values are not properly validated 3512 [Bug 3010] remote configuration trustedkey/requestkey values are not properly validated 3515 [Bug 3010] remote configuration trustedkey/requestkey values are not properly validated 139270 [Bug 1522] Enable range syntax "trustedkey (301 ... 399)". 139271 Update html/authopt.html controlkey, requestkey, and trustedkey docs. 139274 [Bug 1522] Enable range syntax "trustedkey (301 ... 399)". 139275 Update html/authopt.html controlkey, requestkey, and trustedkey docs. [all …]
|