mirror of
git://git.gnupg.org/gnupg.git
synced 2024-10-31 20:08:43 +01:00
ad4d81f528
* call-agent.c (start_agent): Create and pass the list of FD to keep in the child to assuan. * call-dirmngr.c (start_dirmngr): Ditto. * scdaemon.c (main): Use GNUPG_DEFAULT_HOMEDIR constant. * assuan-pipe-connect.c (assuan_pipe_connect): No special handling for the log_fd and stderr. Connect stderr to /dev/null if it should not be retained.
50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
2002-06-27 Werner Koch <wk@gnupg.org>
|
|
|
|
* scdaemon.c (main): Use GNUPG_DEFAULT_HOMEDIR constant.
|
|
|
|
2002-06-15 Werner Koch <wk@gnupg.org>
|
|
|
|
* card-dinsig.c: Documented some stuff from the DIN norm.
|
|
|
|
2002-04-15 Werner Koch <wk@gnupg.org>
|
|
|
|
* command.c (cmd_pksign, cmd_pkdecrypt): Use a copy of the key ID.
|
|
|
|
2002-04-12 Werner Koch <wk@gnupg.org>
|
|
|
|
* scdaemon.c: New option --debug-sc N.
|
|
* card.c (card_open): set it here.
|
|
|
|
* card-p15.c (p15_prepare_key): Factored out common code from ...
|
|
(p15_sign, p15_decipher): here and made the decryption work the
|
|
regular way.
|
|
|
|
2002-04-10 Werner Koch <wk@gnupg.org>
|
|
|
|
* card.c (card_open): Return immediately when no reader is available.
|
|
|
|
2002-03-27 Werner Koch <wk@gnupg.org>
|
|
|
|
* card.c (card_open, card_close): Adjusted for changes in OpenSC.
|
|
|
|
2002-03-10 Werner Koch <wk@gnupg.org>
|
|
|
|
* card-p15.c, card-dinsig.c, card-common.h: New.
|
|
* card.c: Factored most code out to the new modules, so that we
|
|
can better support different types of card applications.
|
|
|
|
2002-01-26 Werner Koch <wk@gnupg.org>
|
|
|
|
* scdaemon.c scdaemon.h, command.c: New. Based on the code from
|
|
the gpg-agent.
|
|
|
|
Copyright 2002 Free Software Foundation, Inc.
|
|
|
|
This file is free software; as a special exception the author gives
|
|
unlimited permission to copy and/or distribute it, with or without
|
|
modifications, as long as this notice is preserved.
|
|
|
|
This file is distributed in the hope that it will be useful, but
|
|
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|