aboutsummaryrefslogtreecommitdiffstats
path: root/agent/simple-pwquery.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-486/+0
2004-02-18* protect-tool.c (main): Setup the used character set.Werner Koch1-486/+0
* gpg-agent.c (main): Ditto. * gpg-agent.c (set_debug): New. New option --debug-level. (main): New option --gpgconf-list.
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+486
'GNUPG-1-9-BRANCH'.
2003-07-31minor changes to make make distcheck happyWerner Koch1-1/+1
2003-01-09Updated from latest NewPG projectWerner Koch1-3/+4
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-485/+0
'GNUPG-1-9-BRANCH'.
2002-06-27* Makefile.am (pkglib_PROGRAMS): Put protect-tool there.Werner Koch1-0/+485
* findkey.c (agent_write_private_key,agent_key_from_file) (agent_key_available): Use GNUPG_PRIVATE_KEYS_DIR constant. * gpg-agent.c (main): Use GNUPG_DEFAULT_HOMEDIR constant. * protect-tool.c (store_private_key): New. (import_p12_file): Store the new file if requested. (main): New options --force and --store. * gpg-agent.c (main): Set a global flag when runing detached. * query.c (start_pinentry): Pass the list of FD to keep in the child when not running detached. * call-scd.c (start_scd): Ditto.