aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-10-28agent: Clarify agent's KEYWRAP_KEY description.Daniel Kahn Gillmor1-1/+1
2015-08-16Fix pinentry loopback and passphrase contraints.Ben Kibbey1-0/+3
2015-08-07agent: Add option --force to the DELETE_KEY command.Werner Koch1-3/+5
2015-06-29Show passphrase constraints errors as password prompt errorsNeal H. Walfield1-7/+9
2015-06-29agent: Add --verify to the PASSWD command.Werner Koch1-5/+15
2015-06-11agent: Add experimental option --browser-socket.Werner Koch1-2/+6
2015-06-08agent: Add command "getinfo std_env_names".Werner Koch1-0/+16
2015-05-20agent: Cleanup caching code for command GET_PASSPHRASE.Werner Koch1-1/+1
2015-05-19agent: When the password cache is cleared, also clear the ext. cache.Neal H. Walfield1-0/+4
2015-05-19agent: Modify agent_clear_passphrase to support an ext. password cache.Neal H. Walfield1-2/+3
2015-04-03agent: Add --force option for LEARN.NIIBE Yutaka1-46/+6
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