aboutsummaryrefslogtreecommitdiffstats
path: root/common/membuf.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-12-20* call-scd.c (init_membuf, put_membuf, get_membuf): Removed. WeWerner Koch1-0/+5
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.
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+89
'GNUPG-1-9-BRANCH'.