Searched refs:keyfile (Results 1 - 10 of 10) sorted by relevance
/bind-9.6-ESV-R11/contrib/pkcs11-keygen/ |
H A D | writekey.sh | 21 keyfile=${root}.key 33 if [ ! -r "$keyfile" ] ; then 34 echo "can't read " $keyfile 51 flag=`$mypath/keydump.pl -k $keyfile -p $privfile -o $tmp_file`
|
/bind-9.6-ESV-R11/bin/rndc/ |
H A D | rndc-confgen.c | 69 const char *keyfile, *keydef; variable 79 %s [-a] [-b bits] [-c keyfile] [-k keyname] [-p port] [-r randomfile] \ 81 -a: generate just the key clause and write it to keyfile (%s)\n\ 83 -c keyfile: specify an alternate key file (requires -a)\n\ 88 -t chrootdir: write a keyfile in chrootdir as well (requires -a)\n\ 89 -u user: set the keyfile owner to \"user\" (requires -a)\n", 96 * Write an rndc.key file to 'keyfile'. If 'user' is non-NULL, 101 write_key_file(const char *keyfile, const char *user, argument 106 fd = safe_create(keyfile); 108 fatal( "unable to create \"%s\"\n", keyfile); [all...] |
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zconf.h | 179 char *keyfile; member in struct:zconf
|
H A D | zconf.c | 196 { "KeyFile", first, last, CONF_STRING, &def.keyfile }, 283 set_varptr ("keyfile", &cp->keyfile, cp2 ? &cp2->keyfile: NULL);
|
H A D | zkt-conf.c | 259 dnskeydb = config->keyfile;
|
H A D | zkt-signer.c | 524 pathname (path, sizeof (path), zp->dir, zp->conf->keyfile, NULL); 592 pathname (path, sizeof (path), zp->dir, zp->conf->keyfile, NULL); 596 error ("Can't create keyfile %s \n", path); 597 lg_mesg (LG_ERROR, "\"%s\": can't create keyfile %s", zp->zone , path); 649 copyfile (zfile, path, zp->conf->keyfile); 663 copyzonefile (path, zfile, zp->conf->keyfile);
|
/bind-9.6-ESV-R11/bin/dig/include/dig/ |
H A D | dig.h | 267 extern char keyfile[MXNAME];
|
/bind-9.6-ESV-R11/bin/nsupdate/ |
H A D | nsupdate.c | 151 static char *keystr = NULL, *keyfile = NULL; variable 581 result = dst_key_fromnamedfile(keyfile, 586 "%s\n", basenamelen(keyfile), keyfile, 618 keyfile, isc_result_totext(result)); 837 else if (keyfile != NULL) 876 "[-g | -o | -y keyname:secret | -k keyfile] " 923 keyfile = isc_commandline_argument; 972 if (keyfile != NULL && keystr != NULL) { 979 if (usegsstsig && (keyfile ! [all...] |
/bind-9.6-ESV-R11/bin/dig/ |
H A D | dig.c | 174 " -k keyfile (specify tsig key file)\n" 1262 strncpy(keyfile, value, sizeof(keyfile)); 1263 keyfile[sizeof(keyfile)-1]=0;
|
H A D | dighost.c | 171 char keyfile[MXNAME] = ""; variable 950 result = dst_key_fromnamedfile(keyfile, DST_TYPE_PRIVATE | DST_TYPE_KEY, 954 keyfile, isc_result_totext(result)); 1100 if (keyfile[0] != 0)
|
Completed in 41 milliseconds