Searched refs:keysdir (Results 1 – 16 of 16) sorted by relevance
| /src/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>\
|
| /src/contrib/ntp/ntpd/ ! |
| H A D | complete.conf.in | 23 keysdir "/etc/ntp/keys"
|
| H A D | ntp_config.c | 163 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 D | ntpd.texi | 113 @tab @code{keysdir}
|
| H A D | ntp_crypto.c | 3687 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 D | ntp_parser.c | 2568 { cfgt.auth.keysdir = (yyvsp[0].String); } in yyparse()
|
| H A D | ntp.conf.def | 899 .Ic keysdir 957 .It Ic keysdir Ar path
|
| H A D | invoke-ntp.conf.texi | 835 @code{keysdir} 893 @item @code{keysdir} @kbd{path}
|
| /src/contrib/ntp/include/ ! |
| H A D | ntp_config.h | 156 char * keysdir; member
|
| H A D | ntpd.h | 69 extern char *keysdir; /* crypto keys and leaptable directory */
|
| /src/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}
|
| /src/contrib/ntp/ntpq/ ! |
| H A D | ntpq.texi | 110 @tab @code{keysdir}
|
| /src/contrib/ntp/ ! |
| H A D | ChangeLog | 4151 * [Bug 1211] keysdir free()d twice #ifdef DEBUG 4681 * [Bug 894] Initialize keysdir before calling crypto_setup().
|
| H A D | CommitLog | 177450 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
|