aboutsummaryrefslogtreecommitdiffstats
path: root/agent/simple-pwquery.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed directories which are only used by the 1.9 branchWerner Koch2005-07-271-486/+0
|
* minor changes to make make distcheck happyWerner Koch2003-07-311-1/+1
|
* Updated from latest NewPG projectWerner Koch2003-01-091-3/+4
|
* * Makefile.am (pkglib_PROGRAMS): Put protect-tool there.Werner Koch2002-06-271-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.