}
if (op != OP_GET) {
- printf("<P>Looking for path from 0x%llX to 0x%llX.\n",
+ printf("<P>Looking for path from 0x%" PRIx64" to 0x%" PRIx64
+ ".\n",
from, to);
- printf("<A HREF=\"gpgwww?from=0x%08llX&to=0x%08llX\">"
- "Find reverse path</A>\n",
+ printf("<A HREF=\"gpgwww?from=0x%08" PRIx64 "&to=0x%08" PRIx64
+ "\">Find reverse path</A>\n",
to,
from);
- printf("<A HREF=\"gpgwww?from=0x%08llX&to=0x%08llX&op=get\">"
+ printf("<A HREF=\"gpgwww?from=0x%08" PRIx64 "&to=0x%08" PRIx64
+ "&op=get\">"
"Get all keys listed</A></P>\n",
from,
to);
catchsignals();
config.dbbackend->initdb(true);
inithash();
- logthing(LOGTHING_NOTICE, "Looking for path from 0x%llX to 0x%llX.",
+ logthing(LOGTHING_NOTICE, "Looking for path from 0x%" PRIx64 " to 0x%"
+ PRIx64,
from,
to);
if (op == OP_GET) {
}
if (html && uid != NULL) {
printf("%s <a href=\"lookup?op=get&"
- "search=%016llX\">%08llX</a> "
- "<a href=\"lookup?op=vindex&search=0x%016llX\">"
- "%s</a>\n",
+ "search=%016" PRIx64 "\">%08" PRIx64
+ "</a> "
+ "<a href=\"lookup?op=vindex&search=0x%016"
+ PRIx64 "\">%s</a>\n",
sig,
sigid,
sigid & 0xFFFFFFFF,
sigid,
txt2html(uid));
} else if (html && uid == NULL) {
- printf("%s %08llX "
+ printf("%s %08" PRIx64 " "
"[User id not found]\n",
sig,
sigid & 0xFFFFFFFF);
} else {
- printf("%s %08llX"
+ printf("%s %08" PRIx64
" %s\n",
sig,
sigid & 0xFFFFFFFF,
} else if (uids->packet->tag == 17) {
printf(" ");
if (html) {
- printf("<img src=\"lookup?op=photo&search=0x%llX&idx=%d\" alt=\"[photo id]\">\n",
- keyid,
- imgindx);
+ printf("<img src=\"lookup?op=photo&search=0x%"
+ PRIx64 "&idx=%d\" alt=\"[photo id]\">"
+ "\n",
+ keyid,
+ imgindx);
imgindx++;
} else {
printf("[photo id]\n");
if (html) {
printf("pub %5d%c/<a href=\"lookup?op=get&"
- "search=%016llX\">%08llX</a> %04d/%02d/%02d ",
+ "search=%016" PRIx64 "\">%08" PRIx64
+ "</a> %04d/%02d/%02d ",
length,
(type == 1) ? 'R' : ((type == 16) ? 'g' :
((type == 17) ? 'D' : '?')),
created->tm_mon + 1,
created->tm_mday);
} else {
- printf("pub %5d%c/%08llX %04d/%02d/%02d ",
+ printf("pub %5d%c/%08" PRIx64 " %04d/%02d/%02d ",
length,
(type == 1) ? 'R' : ((type == 16) ? 'g' :
((type == 17) ? 'D' : '?')),
curuid->packet->data);
if (html) {
printf("<a href=\"lookup?op=vindex&"
- "search=0x%016llX\">",
+ "search=0x%016" PRIx64 "\">",
keyid);
}
printf("%s%s%s\n",
switch (keys->publickey->data[0]) {
case 2:
case 3:
- printf("%016llX", get_keyid(keys));
+ printf("%016" PRIx64, get_keyid(keys));
type = keys->publickey->data[7];
length = (keys->publickey->data[8] << 8) +
keys->publickey->data[9];
from = (struct stats_key *)curkey->object;
to = tmp;
distance = to->colour;
- printf("Current max path (#%ld) is from %llX"
- " to %llX (%ld steps)\n",
+ printf("Current max path (#%ld) is from %"
+ PRIx64 " to %" PRIx64
+ " (%ld steps)\n",
loop,
from->keyid,
to->keyid,
curkey=curkey->next;
}
}
- printf("Max path is from %llX to %llX (%ld steps)\n",
+ printf("Max path is from %" PRIx64 " to %" PRIx64 " (%ld steps)\n",
from->keyid,
to->keyid,
distance);
*/
int debug_packet(struct openpgp_packet *packet)
{
- printf("\tNew format: %d, Tag: %u, Length: %d\n",
+ printf("\tNew format: %d, Tag: %u, Length: %zd\n",
packet->newformat,
packet->tag,
packet->length);
config.dbbackend->cached_getkeysigs(keyid);
if ((keyinfo = findinhash(keyid)) == NULL) {
- printf("Couldn't find key 0x%llX.\n", keyid);
+ printf("Couldn't find key 0x%" PRIx64 ".\n", keyid);
return;
}
uid = config.dbbackend->keyid2uid(keyinfo->keyid);
- printf("Six degrees for 0x%llX (%s):\n", keyinfo->keyid, uid);
+ printf("Six degrees for 0x%" PRIx64 " (%s):\n", keyinfo->keyid, uid);
free(uid);
uid = NULL;
(void) config.dbbackend->cached_getkeysigs(fullwant);
if ((keyinfoa = findinhash(fullhave)) == NULL) {
- printf("Couldn't find key 0x%llX.\n", have);
+ printf("Couldn't find key 0x%" PRIx64 ".\n", have);
return;
}
if ((keyinfob = findinhash(fullwant)) == NULL) {
- printf("Couldn't find key 0x%llX.\n", want);
+ printf("Couldn't find key 0x%" PRIx64 ".\n", want);
return;
}
html ? "<BR>" : "");
if (keyinfoa->colour == 0) {
if (pathnum == 0) {
- printf("Can't find a link from 0x%08llX to "
- "0x%08llX%s\n",
+ printf("Can't find a link from 0x%08" PRIx64
+ " to 0x%08" PRIx64 "%s\n",
have,
want,
html ? "<BR>" : "");
}
pathnum = count;
} else {
- printf("%d steps from 0x%08llX to 0x%08llX%s\n",
+ printf("%d steps from 0x%08" PRIx64 " to 0x%08" PRIx64
+ "%s\n",
keyinfoa->colour, have & 0xFFFFFFFF,
want & 0xFFFFFFFF,
html ? "<BR>" : "");
curkey->keyid);
if (html && uid == NULL) {
printf("<a href=\"lookup?op=get&search="
- "0x%08llX\">0x%08llX</a> (["
+ "0x%08" PRIx64 "\">0x%08" PRIx64
+ "</a> (["
"User id not found])%s<BR>\n",
curkey->keyid & 0xFFFFFFFF,
curkey->keyid & 0xFFFFFFFF,
"" : " signs");
} else if (html && uid != NULL) {
printf("<a href=\"lookup?op=get&search="
- "0x%08llX\">0x%08llX</a>"
+ "0x%08" PRIx64 "\">0x%08"
+ PRIx64 "</a>"
" (<a href=\"lookup?op=vindex&"
- "search=0x%08llX\">%s</a>)%s"
+ "search=0x%08" PRIx64
+ "\">%s</a>)%s"
"<BR>\n",
curkey->keyid & 0xFFFFFFFF,
curkey->keyid & 0xFFFFFFFF,
(curkey->keyid == fullwant) ?
"" : " signs");
} else {
- printf("0x%08llX (%s)%s\n",
+ printf("0x%08" PRIx64 " (%s)%s\n",
curkey->keyid & 0xFFFFFFFF,
(uid == NULL) ?
"[User id not found]" :
}
curkey = keyinfoa;
while (curkey != NULL && curkey->keyid != 0) {
- printf("0x%08llX ", curkey->keyid & 0xFFFFFFFF);
+ printf("0x%08" PRIx64 " ",
+ curkey->keyid & 0xFFFFFFFF);
curkey = findinhash(curkey->parent);
}
putchar('\n');