aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/DOTLOCK/dotlock_t/.Werner Koch2009-09-231-4/+0
* 2009-09-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-09-231-42/+50
* 2009-09-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-09-041-0/+2
* Impleemned gpgsm's IMPORT --re-import feature.Werner Koch2009-07-071-1/+1
* Reworked passing of envars to Pinentry.Werner Koch2009-07-071-55/+62
* Use cancel button in confirmation only if requested.Werner Koch2009-06-171-1/+1
* Fix bug #1053Werner Koch2009-05-151-5/+14