Searched refs:keysdir (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/contrib/ntp/html/scripts/ |
| H A D | authopt.txt | 7 <li class='inline'><a href='authopt.html#keysdir'>keysdir - specify Autokey key directory</a></li>\
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | complete.conf.in | 23 keysdir "/etc/ntp/keys"
|
| H A D | ntp_config.c | 165 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 D | ntpd.texi | 113 @tab @code{keysdir}
|
| H A D | ntp_crypto.c | 3696 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 D | ntp_parser.c | 2340 { cfgt.auth.keysdir = (yyvsp[0].String); } in yyparse()
|
| H A D | invoke-ntp.conf.texi | 847 @code{keysdir} 913 @item @code{keysdir} @kbd{path}
|
| H A D | ntp.conf.def | 912 .Ic keysdir 978 .It Ic keysdir Ar path
|
| /freebsd-13.1/contrib/ntp/include/ |
| H A D | ntp_config.h | 154 char * keysdir; member
|
| H A D | ntpd.h | 58 extern char *keysdir; /* crypto keys and leaptable directory */
|
| /freebsd-13.1/contrib/ntp/util/ |
| H A D | ntp-keygen.texi | 113 The location of the keys directory can be changed by the keysdir
|
| H A D | ntp-keygen-opts.def | 372 .Ic keysdir 483 .Ic keysdir
|
| H A D | invoke-ntp-keygen.texi | 106 @code{keysdir} 217 @code{keysdir}
|
| /freebsd-13.1/contrib/ntp/ntpq/ |
| H A D | ntpq.texi | 110 @tab @code{keysdir}
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | ChangeLog | 3911 * [Bug 1211] keysdir free()d twice #ifdef DEBUG 4441 * [Bug 894] Initialize keysdir before calling crypto_setup().
|
| H A D | CommitLog | 168094 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
|