STABLE-BRANCH-1-2 gnupg/g10 (7 files)
cvs user dshaw
cvs@cvs.gnupg.org
Sat, 03 May 2003 05:17:11 +0200
Date: Saturday, May 3, 2003 @ 05:17:01
Author: dshaw
Path: /cvs/gnupg/gnupg/g10
Tag: STABLE-BRANCH-1-2
Modified: ChangeLog g10.c keydb.h keyserver.c options.h pkclist.c sign.c
* g10.c (main): Show errors for failure in export, send-keys, recv-keys,
and refresh-keys.
* keyserver.c (keyserver_work): Range check the TCP port for HKP.
* options.h, g10.c (main): Give algorithm warnings for algorithms chosen
against the --pgpX and --openpgp rules.
* keydb.h, pkclist.c (algo_available): Make TIGER192 invalid in --openpgp
mode.
* sign.c (sign_file), pkclist.c (algo_available): Allow passing a hint of
0.
-------------+
ChangeLog | 16 +++++++++-
g10.c | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
keydb.h | 5 +--
keyserver.c | 9 +++++
options.h | 9 +++--
pkclist.c | 72 ++++++++++++++++++++++++++++-------------------
sign.c | 3 +
7 files changed, 156 insertions(+), 46 deletions(-)