1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-18 00:49:50 +02:00
gnupg/common
Werner Koch ad6abe7913 * 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.
2002-05-21 19:20:40 +00:00
..
ChangeLog * import.c (gpgsm_import): Try to identify the type of input and 2002-05-21 08:29:17 +00:00
cryptmiss.c * cryptmiss.c: New. 2002-04-15 10:10:59 +00:00
errors.h * keylist.c (list_internal_keys): Renamed from gpgsm_list_keys. 2002-05-21 19:20:40 +00:00
fopencookie.c * fopencookie.c: Dummy function. 2002-02-12 20:42:25 +00:00
gettime.c sm/ 2002-05-14 16:51:00 +00:00
i18n.h Added new directory common to enable sharing of some code and error 2001-11-24 17:43:43 +00:00
Makefile.am sm/ 2002-05-14 16:51:00 +00:00
maperror.c * import.c (gpgsm_import): Try to identify the type of input and 2002-05-21 08:29:17 +00:00
mkdtemp.c * mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt. 2002-01-23 15:49:58 +00:00
mkerrors Added new directory common to enable sharing of some code and error 2001-11-24 17:43:43 +00:00
no-pth.c * fopencookie.c: Dummy function. 2002-02-12 20:42:25 +00:00
README Added new directory common to enable sharing of some code and error 2001-11-24 17:43:43 +00:00
sysutils.c * sysutils.c: New. This is the misc.c file from gnupg 1.0.6 with 2002-01-19 20:58:41 +00:00
sysutils.h * sysutils.c: New. This is the misc.c file from gnupg 1.0.6 with 2002-01-19 20:58:41 +00:00
util.h sm/ 2002-05-14 16:51:00 +00:00
vasprintf.c * fopencookie.c: Dummy function. 2002-02-12 20:42:25 +00:00

Stuff used by several modules of GnuPG.  This way we can share error
codes and serveral other things.


These directories use it:

gpg
sm
agent

These directories don't use it:

assuan
kbx