aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-15agent: Remove useless conditions in command.c.Werner Koch1-6/+6
2015-01-29agent: Fix use of imported but unprotected openpgp keys.Werner Koch1-3/+5
2015-01-21gpg: Re-enable the "Passphrase" parameter for batch key generation.Werner Koch1-6/+40
2014-12-19agent: Keep the session environment for restricted connections.Werner Koch1-0/+6
2014-12-19agent: Fix string prepended to remotely initiated prompts.Werner Koch1-1/+1
2014-12-12gpg: Let --card--status create a shadow key (card key stub).Werner Koch1-5/+10
2014-11-27gpg-agent: Add restricted connection feature.Мирослав Николић1-42/+138
2014-11-04Change a couple of files to use abbreviated copyright notes.Werner Koch1-3/+2
2014-11-02gpg: Avoid extra pinentries for each subkey in --export-secret-keys.Werner Koch1-4/+26
2014-10-03Remove support for the GPG_AGENT_INFO envvar.Werner Koch1-5/+1
2014-04-15gpg: Fix regression in secret key export.Werner Koch1-1/+1
2014-04-15agent: Add command DELETE_KEY.Werner Koch1-1/+35
2014-03-22agent: Cleanups to prepare implementation of Ed25519.Werner Koch1-1/+1
2014-03-11agent: API change of agent_key_from_file.NIIBE Yutaka1-12/+20
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-4/+10
2013-08-28gpg: Make decryption with the OpenPGP card work.Werner Koch1-2/+10
2013-08-28agent: Fix two compiler warnings.Werner Koch1-2/+2
2013-08-08agent: Extend cmd KEYINFO to return data from sshcontrol.Werner Koch1-25/+122
2013-05-22Implement unattended OpenPGP secret key import.Werner Koch1-4/+18
2013-05-22agent: Fix length detection of canonical formatted openpgp keys.Werner Koch1-1/+1
2013-02-22agent: fix two bugs.NIIBE Yutaka1-0/+1
2013-02-12agent: Add KEYTOCARD command.NIIBE Yutaka1-0/+125
2013-02-06agent: Move a typedef to common and provide parse_pinentry_mode.Werner Koch1-14/+6
2012-11-06agent: Use wipememory instead of memset in one place.Werner Koch1-1/+1
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