1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-10 23:49:50 +02:00
gnupg/common
Werner Koch 2a28f5d0ae * 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.
2002-02-07 18:43:22 +00:00
..
ChangeLog * mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt. 2002-01-23 15:49:58 +00:00
errors.h * certlist.c (gpgsm_add_to_certlist): Check that the specified 2002-02-07 18:43:22 +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 * mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt. 2002-01-23 15:49:58 +00:00
maperror.c More error codes and mappings 2002-01-19 18:20:45 +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
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 *** empty log message *** 2002-01-10 19:46:20 +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