Home
last modified time | relevance | path

Searched refs:keysdir (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/html/scripts/
Dauthopt.txt7 <li class='inline'><a href='authopt.html#keysdir'>keysdir - specify Autokey key directory</a></li>\
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_config.c175 char * keysdir = default_keysdir; /* crypto keys directory */ variable
427 if (ptree->auth.keysdir) { in free_auth_node()
428 free(ptree->auth.keysdir); in free_auth_node()
429 ptree->auth.keysdir = NULL; in free_auth_node()
702 if (ptree->auth.keysdir != NULL) in dump_config_tree()
703 fprintf(df, "keysdir \"%s\"\n", ptree->auth.keysdir); in dump_config_tree()
2121 if (ptree->auth.keysdir) { in config_auth()
2122 if (keysdir != default_keysdir) in config_auth()
2123 free(keysdir); in config_auth()
2124 keysdir = estrdup(ptree->auth.keysdir); in config_auth()
Dcomplete.conf.in23 keysdir "/etc/ntp/keys"
Dntpd.texi113 @tab @code{keysdir}
Dntp_crypto.c3689 snprintf(filename, sizeof(filename), "%s/%s", keysdir, in crypto_key()
3802 snprintf(filename, sizeof(filename), "%s/%s", keysdir, in crypto_cert()
3919 keysdir, rand_file); in crypto_setup()
Dntp_parser.y598 { cfgt.auth.keysdir = $2; }
Dinvoke-ntp.conf.texi835 @code{keysdir}
893 @item @code{keysdir} @kbd{path}
Dntp.conf.def899 .Ic keysdir
957 .It Ic keysdir Ar path
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_config.h158 char * keysdir; member
Dntpd.h71 extern char *keysdir; /* crypto keys and leaptable directory */
/netbsd/src/external/bsd/ntp/dist/util/
Dntp-keygen.texi113 The location of the keys directory can be changed by the keysdir
Dntp-keygen-opts.def372 .Ic keysdir
483 .Ic keysdir
Dinvoke-ntp-keygen.texi106 @code{keysdir}
217 @code{keysdir}
/netbsd/src/external/bsd/ntp/dist/ntpq/
Dntpq.texi110 @tab @code{keysdir}
/netbsd/src/external/bsd/ntp/dist/
DChangeLog4151 * [Bug 1211] keysdir free()d twice #ifdef DEBUG
4681 * [Bug 894] Initialize keysdir before calling crypto_setup().
DCommitLog177450 dump keysdir, keys, trustedkey, requestkey, controlkey
183571 [Bug 1211] keysdir free()d twice #ifdef DEBUG
183574 [Bug 1211] keysdir free()d twice #ifdef DEBUG
183580 [Bug 1211] keysdir free()d twice #ifdef DEBUG
200799 [Bug 894] Initialize keysdir before calling crypto_setup()
200802 [Bug 894] Initialize keysdir before calling crypto_setup()
200865 Bug 894: initialize keysdir BEFORE crypto_setup() is called - so it has a fair
200869 Bug 894: initialize keysdir BEFORE crypto_setup() is called - so it has a fair