aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-07agent: Add pin length field to the shadowed private key format.Werner Koch1-1/+1
2012-02-07Use new status printing functions.Werner Koch1-12/+4
2012-02-07agent: New function agent_print_status.Werner Koch1-0/+16
2012-02-06agent: Simplify printing of INQUIRE_MAXLEN.Werner Koch1-12/+5
2012-02-03Also let GENKEY and PKDECRYPT send the INQUIRE_MAXLEN status message.Ben Kibbey1-3/+11
2012-02-02Inform the client of the preset passphrase length.Ben Kibbey1-1/+7
2012-01-18Add the INQUIRE_MAXLEN status message.Ben Kibbey1-0/+6
2011-12-20Require Libassuan 2.0.3Werner Koch1-4/+0
2011-12-05Fix last change.Werner Koch1-1/+0
2011-12-05Amend the agent code with more comments.Werner Koch1-23/+79
2011-09-12Handle pinentry-mode=loopback.Ben Kibbey1-0/+15
2011-08-10Update option s2k-count to match the documentation.Ben Kibbey1-3/+3
2011-08-10Made the KILLAGENT and KILLSCD commands working again.Werner Koch1-0/+5
2011-07-20Allow listing of ssh fingerprint with the agent's KEYINFO command.Werner Koch1-8/+30
2011-06-29Added gpg-agent OPTION "s2k-count".Ben Kibbey1-1/+10
2011-04-21Add OPTION:cache-ttl-opt-preset to gpg-agent.Werner Koch1-3/+7
2011-04-20Fix gpg-agent secure memory leak in OpenPGP private key import.Marcus Brinkmann1-0/+2
2011-04-18Another PASSWD --preset fix.Ben Kibbey1-1/+1
2011-04-13Fixed PASSWD --preset.Ben Kibbey1-7/+7
2011-04-12Use macros for the 120 and 900s cache TTLs.Werner Koch1-5/+6
2011-04-12Added PASSWD --preset.Ben Kibbey1-2/+11
2011-04-12Added GENKEY --preset to add the passphrase of the generated key to the cache.Ben Kibbey1-2/+7
2011-04-12Added KEYINFO field to show the protection type of a key. This differs from t...Ben Kibbey1-10/+21
2011-03-04Added option --inquire to PRESET_PASSPHRASE. Note that the inquired passphras...Ben Kibbey1-4/+26
2011-03-03New agent option pinentry-mode.Werner Koch1-0/+18
2011-03-02Add comment to last patch.Werner Koch1-13/+20
2011-03-02Added option --data to KEYINFO to return the result with a data response.Ben Kibbey1-12/+27
2011-03-02Let KEYINFO show the cached status of a key grip.Ben Kibbey1-1/+11
2011-03-02Rename Ben's new option.Werner Koch1-7/+7
2011-03-02Added CLEAR_PASSPHRASE option --agent to search the cache for a cacheid with ...Ben Kibbey1-3/+10
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-84/+83
2010-10-26Re-implemented GPG's --passwd command and improved it.Werner Koch1-11/+131
2010-10-14All tests work are again workingWerner Koch1-2/+7
2010-10-13More agent support for gpg.Werner Koch1-19/+23
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-37/+114
2010-09-02Obscure the cached passphrases.Werner Koch1-5/+3
2010-09-01s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch1-7/+18
2010-09-01Use passphrase caching for import and genkey.Werner Koch1-8/+37
2010-08-31Import OpenPGP keys into the agent.Werner Koch1-16/+64
2010-06-21Implement export of pkcs#12 objects using a direct agent connection.Werner Koch1-9/+93
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-48/+230
2010-05-11Update tests.Werner Koch1-12/+38
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-2/+3
2010-01-08Add dummu option --passwd for gpg.Werner Koch1-0/+8
2009-11-272009-11-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-3/+0
2009-11-25agent/Marcus Brinkmann1-3/+3
2009-11-05agent/Marcus Brinkmann1-2/+2
2009-11-04Add help strings for all commands.Werner Koch1-240/+261
2009-11-04Adjust for assuan_register_command change.Werner Koch1-1/+1
2009-11-02agent/Marcus Brinkmann1-3/+6