1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00
gnupg/agent
Werner Koch 18fd4964f6 * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We
now use the identical implementation from ../common/membuf.c.

* pksign.c (agent_pksign): Changed arg OUTFP to OUTBUF and use
membuf functions to return the value.
* pkdecrypt.c (agent_pkdecrypt): Ditto.
* genkey.c (agent_genkey): Ditto.
* command.c (cmd_pksign, cmd_pkdecrypt, cmd_genkey): Replaced
assuan_get_data_fp() by a the membuf scheme.
(clear_outbuf, write_and_clear_outbuf): New.

* membuf.c (put_membuf): Wipe out buffer after a failed realloc.
2004-12-20 08:32:56 +00:00
..
agent.h * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We 2004-12-20 08:32:56 +00:00
cache.c * gpg-agent.c: New option --max-cache-ttl. Suggested by Alexander 2004-08-20 13:43:14 +00:00
call-scd.c * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We 2004-12-20 08:32:56 +00:00
ChangeLog * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We 2004-12-20 08:32:56 +00:00
command.c * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We 2004-12-20 08:32:56 +00:00
divert-scd.c * command.c (cmd_passwd): Take acount of a key description. 2004-02-21 13:05:22 +00:00
findkey.c VArious hacks to make it at least build under W32. 2004-12-13 15:49:56 +00:00
genkey.c * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We 2004-12-20 08:32:56 +00:00
gpg-agent.c * query.c (initialize_module_query): 2004-12-19 17:44:20 +00:00
keyformat.txt * protect-tool.c (rsa_key_check): New. 2002-06-25 17:50:59 +00:00
learncard.c * agent.h (server_control_s): Add connection_fd field. 2004-01-29 20:17:27 +00:00
Makefile.am Preparing a new release. Updated gettext 2004-09-30 14:34:34 +00:00
minip12.c * minip12.c (parse_bag_encrypted_data): Print error if a bad 2004-09-29 13:50:31 +00:00
minip12.h * protect-tool.c: New options --have-cert and --prompt. 2004-02-19 16:26:32 +00:00
pkdecrypt.c * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We 2004-12-20 08:32:56 +00:00
pksign.c * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We 2004-12-20 08:32:56 +00:00
protect-tool.c A whole bunch of changes to allow building for W32. 2004-12-15 14:15:54 +00:00
protect.c (agent_unprotect): Fixed wiping of CLEARTEXT. Thanks 2004-09-28 14:12:10 +00:00
query.c * query.c (initialize_module_query): 2004-12-19 17:44:20 +00:00
trans.c The Agent does now call the pin entry program; however because we have 2001-12-10 09:27:30 +00:00
trustlist.c * trustlist.c (read_list): Allow colons in the fingerprint. 2004-07-22 09:37:36 +00:00