From ad6abe791319e730f446f546d4d3552412fa5b9c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 21 May 2002 19:20:40 +0000 Subject: * keylist.c (list_internal_keys): Renamed from gpgsm_list_keys. (list_external_keys): New. (gpgsm_list_keys): Dispatcher for above. * call-dirmngr.c (lookup_cb,pattern_from_strlist) (gpgsm_dirmngr_lookup): New. * server.c (option_handler): Handle new option --list-mode. (do_listkeys): Handle options and actually use the mode argument. (get_status_string): New code TRUNCATED. --- common/errors.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common') diff --git a/common/errors.h b/common/errors.h index 71a7e4b5d..246a2c0ce 100644 --- a/common/errors.h +++ b/common/errors.h @@ -176,7 +176,9 @@ enum { STATUS_ALREADY_SIGNED, STATUS_EXPSIG, - STATUS_EXPKEYSIG + STATUS_EXPKEYSIG, + + STATUS_TRUNCATED }; -- cgit v1.2.3