diff options
author | Werner Koch <wk@gnupg.org> | 2004-05-11 11:15:56 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-05-11 11:15:56 +0200 |
commit | d3184ce584f540d765da72988269e2d2a9f29e0f (patch) | |
tree | 3ee06d61d78c33d652a1b6b3f6ce4dc17d5cd369 /TODO | |
parent | (log_set_file): Oops, don't close if LOGSTREAM is NULL. (diff) | |
download | gnupg2-d3184ce584f540d765da72988269e2d2a9f29e0f.tar.xz gnupg2-d3184ce584f540d765da72988269e2d2a9f29e0f.zip |
* gpgsm.h (opt): Add member CONFIG_FILENAME.
* gpgsm.c (main): Use it here instead of the local var.
* server.c (gpgsm_server): Print some additional information with
the hello in verbose mode.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -70,11 +70,6 @@ might want to have an agent context for each service request * scd/sc-investigate ** Enhance with card compatibility check -* scd/app-openpgp - Must check that the fingerprint used is not the one of the - authentication key. Old GnuPG versions seem to encode the wrong - keyID. - * tests ** Makefile.am We use printf(1) to setup the library path, this is not portable. |