gnupg/g10 (ChangeLog export.c keyserver.c main.h)

cvs user dshaw cvs@cvs.gnupg.org
Wed, 26 Feb 2003 18:11:34 +0100


    Date: Wednesday, February 26, 2003 @ 18:11:24
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog export.c keyserver.c main.h

* keyserver.c (keyserver_spawn): Include various pieces of information
about the key in the data sent to the keyserver helper.  This allows the
helper to use it in instructing a remote server which may not have any
actual OpenPGP smarts in parsing keys.

* main.h, export.c (export_pubkeys_stream, do_export_stream): Add ability
to return only the first match in an exported keyblock for keyserver
usage.  This should be replaced at some point with a more flexible
solution where each key can be armored seperately.


-------------+
 ChangeLog   |   13 +++++++++++
 export.c    |   25 +++++++++++++++------
 keyserver.c |   68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 main.h      |    3 +-
 4 files changed, 100 insertions(+), 9 deletions(-)