diff options
author | Werner Koch <[email protected]> | 2002-05-21 19:20:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-05-21 19:20:40 +0000 |
commit | ad6abe791319e730f446f546d4d3552412fa5b9c (patch) | |
tree | 04a41599ec83d402d23162867c76896333e8adad /common/errors.h | |
parent | * import.c (gpgsm_import): Try to identify the type of input and (diff) | |
download | gnupg-ad6abe791319e730f446f546d4d3552412fa5b9c.tar.gz gnupg-ad6abe791319e730f446f546d4d3552412fa5b9c.zip |
* 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.
Diffstat (limited to 'common/errors.h')
-rw-r--r-- | common/errors.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 }; |