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