Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/html/scripts/
H A Dauthopt.txt7 <li class='inline'><a href='authopt.html#keysdir'>keysdir - specify Autokey key directory</a></li>\
/freebsd-13.1/contrib/ntp/ntpd/
H A Dcomplete.conf.in23 keysdir "/etc/ntp/keys"
H A Dntp_config.c165 char * keysdir = default_keysdir; /* crypto keys directory */ variable
420 if (ptree->auth.keysdir) { in free_auth_node()
421 free(ptree->auth.keysdir); in free_auth_node()
422 ptree->auth.keysdir = NULL; in free_auth_node()
693 if (ptree->auth.keysdir != NULL) in dump_config_tree()
694 fprintf(df, "keysdir \"%s\"\n", ptree->auth.keysdir); in dump_config_tree()
2040 if (ptree->auth.keysdir) { in config_auth()
2041 if (keysdir != default_keysdir) in config_auth()
2042 free(keysdir); in config_auth()
2043 keysdir = estrdup(ptree->auth.keysdir); in config_auth()
H A Dntpd.texi113 @tab @code{keysdir}
H A Dntp_crypto.c3696 snprintf(filename, sizeof(filename), "%s/%s", keysdir, in crypto_key()
3809 snprintf(filename, sizeof(filename), "%s/%s", keysdir, in crypto_cert()
3927 keysdir, rand_file); in crypto_setup()
H A Dntp_parser.c2340 { cfgt.auth.keysdir = (yyvsp[0].String); } in yyparse()
H A Dinvoke-ntp.conf.texi847 @code{keysdir}
913 @item @code{keysdir} @kbd{path}
H A Dntp.conf.def912 .Ic keysdir
978 .It Ic keysdir Ar path
/freebsd-13.1/contrib/ntp/include/
H A Dntp_config.h154 char * keysdir; member
H A Dntpd.h58 extern char *keysdir; /* crypto keys and leaptable directory */
/freebsd-13.1/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}
/freebsd-13.1/contrib/ntp/ntpq/
H A Dntpq.texi110 @tab @code{keysdir}
/freebsd-13.1/contrib/ntp/
H A DChangeLog3911 * [Bug 1211] keysdir free()d twice #ifdef DEBUG
4441 * [Bug 894] Initialize keysdir before calling crypto_setup().
H A DCommitLog168094 dump keysdir, keys, trustedkey, requestkey, controlkey
174215 [Bug 1211] keysdir free()d twice #ifdef DEBUG
174218 [Bug 1211] keysdir free()d twice #ifdef DEBUG
174224 [Bug 1211] keysdir free()d twice #ifdef DEBUG
191443 [Bug 894] Initialize keysdir before calling crypto_setup()
191446 [Bug 894] Initialize keysdir before calling crypto_setup()
191509 Bug 894: initialize keysdir BEFORE crypto_setup() is called - so it has a fair
191513 Bug 894: initialize keysdir BEFORE crypto_setup() is called - so it has a fair