Home
last modified time | relevance | path

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

/src/contrib/ntp/html/scripts/ !
H A Dauthopt.txt7 <li class='inline'><a href='authopt.html#keysdir'>keysdir - specify Autokey key directory</a></li>\
/src/contrib/ntp/ntpd/ !
H A Dcomplete.conf.in23 keysdir "/etc/ntp/keys"
H A Dntp_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()
H A Dntpd.texi113 @tab @code{keysdir}
H A Dntp_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()
H A Dntp_parser.c2568 { cfgt.auth.keysdir = (yyvsp[0].String); } in yyparse()
H A Dntp.conf.def899 .Ic keysdir
957 .It Ic keysdir Ar path
H A Dinvoke-ntp.conf.texi835 @code{keysdir}
893 @item @code{keysdir} @kbd{path}
/src/contrib/ntp/include/ !
H A Dntp_config.h156 char * keysdir; member
H A Dntpd.h69 extern char *keysdir; /* crypto keys and leaptable directory */
/src/contrib/ntp/util/ !
H A Dntp-keygen.texi113 The location of the keys directory can be changed by the keysdir
H A Dntp-keygen-opts.def372 .Ic keysdir
483 .Ic keysdir
H A Dinvoke-ntp-keygen.texi106 @code{keysdir}
217 @code{keysdir}
/src/contrib/ntp/ntpq/ !
H A Dntpq.texi110 @tab @code{keysdir}
/src/contrib/ntp/ !
H A DChangeLog4151 * [Bug 1211] keysdir free()d twice #ifdef DEBUG
4681 * [Bug 894] Initialize keysdir before calling crypto_setup().
H A 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