Author: noodles
Date: 2004/05/26 21:20:05
Fix gpg eof timeout problem when sending lots of keys.
*
* Copyright 2002 Project Purple
*
*
* Copyright 2002 Project Purple
*
- * $Id: add.c,v 1.13 2004/05/26 18:53:14 noodles Exp $
+ * $Id: add.c,v 1.14 2004/05/26 21:20:05 noodles Exp $
start_html("onak : Add");
if (ctx.buffer == NULL) {
puts("Error: No keytext to add supplied.");
start_html("onak : Add");
if (ctx.buffer == NULL) {
puts("Error: No keytext to add supplied.");
} else {
readconfig(NULL);
initlogthing("add", config.logfile);
} else {
readconfig(NULL);
initlogthing("add", config.logfile);
&ctx,
&packets);
if (packets != NULL) {
&ctx,
&packets);
if (packets != NULL) {
- parse_keys(packets, &keys);
+ printf("Storing %d keys.\n",
+ parse_keys(packets, &keys));
+ end_html();
+ fclose(stdout);
+ fclose(stderr);
initdb(false);
count = update_keys(&keys);
printf("Got %d new keys.\n", count);
initdb(false);
count = update_keys(&keys);
printf("Got %d new keys.\n", count);
cleanupdb();
} else {
puts("No OpenPGP packets found in input.");
cleanupdb();
} else {
puts("No OpenPGP packets found in input.");
}
cleanuplogthing();
cleanupconfig();
}
}
cleanuplogthing();
cleanupconfig();
}