Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/html/scripts/
HDauthopt.txt7 <li class='inline'><a href='authopt.html#keysdir'>keysdir - specify Autokey key directory</a></li>\
/freebsd-14-stable/contrib/ntp/ntpd/
HDcomplete.conf.in23 keysdir "/etc/ntp/keys"
HDntp_config.c163 char * keysdir = default_keysdir; /* crypto keys directory */ variable
415 if (ptree->auth.keysdir) { in free_auth_node()
416 free(ptree->auth.keysdir); in free_auth_node()
417 ptree->auth.keysdir = NULL; in free_auth_node()
690 if (ptree->auth.keysdir != NULL) in dump_config_tree()
691 fprintf(df, "keysdir \"%s\"\n", ptree->auth.keysdir); in dump_config_tree()
2109 if (ptree->auth.keysdir) { in config_auth()
2110 if (keysdir != default_keysdir) in config_auth()
2111 free(keysdir); in config_auth()
2112 keysdir = estrdup(ptree->auth.keysdir); in config_auth()
HDntpd.texi113 @tab @code{keysdir}
HDntp_crypto.c3687 snprintf(filename, sizeof(filename), "%s/%s", keysdir, in crypto_key()
3800 snprintf(filename, sizeof(filename), "%s/%s", keysdir, in crypto_cert()
3917 keysdir, rand_file); in crypto_setup()
HDntp_parser.c2568 { cfgt.auth.keysdir = (yyvsp[0].String); } in yyparse()
HDinvoke-ntp.conf.texi835 @code{keysdir}
893 @item @code{keysdir} @kbd{path}
HDntp.conf.def899 .Ic keysdir
957 .It Ic keysdir Ar path
/freebsd-14-stable/contrib/ntp/include/
HDntp_config.h156 char * keysdir; member
HDntpd.h69 extern char *keysdir; /* crypto keys and leaptable directory */
/freebsd-14-stable/contrib/ntp/util/
HDntp-keygen.texi113 The location of the keys directory can be changed by the keysdir
HDntp-keygen-opts.def372 .Ic keysdir
483 .Ic keysdir
HDinvoke-ntp-keygen.texi106 @code{keysdir}
217 @code{keysdir}
/freebsd-14-stable/contrib/ntp/ntpq/
HDntpq.texi110 @tab @code{keysdir}
/freebsd-14-stable/contrib/ntp/
HDChangeLog4151 * [Bug 1211] keysdir free()d twice #ifdef DEBUG
4681 * [Bug 894] Initialize keysdir before calling crypto_setup().
HDCommitLog177450 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