From 2a28f5d0aece3300dea950b6f9bed9dbc1f01fa7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 7 Feb 2002 18:43:22 +0000 Subject: * certlist.c (gpgsm_add_to_certlist): Check that the specified name identifies a certificate unambiguously. (gpgsm_find_cert): Ditto. * server.c (cmd_listkeys): Check that the data stream is available. (cmd_listsecretkeys): Ditto. (has_option): New. (cmd_sign): Fix ambiguousity in option recognition. * gpgsm.c (main): Enable --logger-fd. * encrypt.c (gpgsm_encrypt): Increased buffer size for better performance. * call-agent.c (gpgsm_agent_pksign): Check the S-Exp received from the agent. * keylist.c (list_cert_colon): Filter out control characters. --- common/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/errors.h') diff --git a/common/errors.h b/common/errors.h index 52b606f38..840405d8b 100644 --- a/common/errors.h +++ b/common/errors.h @@ -84,6 +84,7 @@ enum { GNUPG_Unknown_Sexp = 55, GNUPG_Unsupported_Protection = 56, GNUPG_Corrupted_Protection = 57, + GNUPG_Ambiguous_Name = 58 }; /* Status codes - fixme: should go into another file */ -- cgit v1.2.3