Import/export of pkcs#12 now uses the gpg-agent directly.
commitaf832a951053963249d5210c14f467562e12d286
authorwk <wk@8a63c251-dffc-0310-8ec6-d64dca2275b1>
Wed, 1 Apr 2009 10:51:53 +0000 (1 10:51 +0000)
committerwk <wk@8a63c251-dffc-0310-8ec6-d64dca2275b1>
Wed, 1 Apr 2009 10:51:53 +0000 (1 10:51 +0000)
treecec902ba7d3dd1a38846805cf491a65b95bb79cd
parent2c4f61b6b2a835fe3cb0da045d4a83bdc0eba07a
Import/export of pkcs#12 now uses the gpg-agent directly.
Removed duplicated code (percent unescaping).

git-svn-id: svn://cvs.gnupg.org/gnupg/trunk@4972 8a63c251-dffc-0310-8ec6-d64dca2275b1
29 files changed:
NEWS
agent/ChangeLog
agent/Makefile.am
agent/call-pinentry.c
agent/call-scd.c
agent/command.c
agent/protect-tool.c
common/ChangeLog
common/Makefile.am
common/exechelp.c
common/get-passphrase.c [new file with mode: 0644]
common/get-passphrase.h [new file with mode: 0644]
common/membuf.c
common/percent.c
common/sysutils.c
common/t-percent.c
common/util.h
g10/ChangeLog
g10/call-agent.c
g10/main.h
g10/misc.c
g10/passphrase.c
scd/ChangeLog
scd/command.c
sm/ChangeLog
sm/export.c
sm/import.c
tools/gpg-connect-agent.c
tools/gpgconf-comp.c