aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* agent: Clarify agent's KEYWRAP_KEY description.Daniel Kahn Gillmor2015-10-281-1/+1
* Fix pinentry loopback and passphrase contraints.Ben Kibbey2015-08-161-0/+3
* agent: Add option --force to the DELETE_KEY command.Werner Koch2015-08-071-3/+5
* Show passphrase constraints errors as password prompt errorsNeal H. Walfield2015-06-291-7/+9
* agent: Add --verify to the PASSWD command.Werner Koch2015-06-291-5/+15
* agent: Add experimental option --browser-socket.Werner Koch2015-06-111-2/+6
* agent: Add command "getinfo std_env_names".Werner Koch2015-06-081-0/+16
* agent: Cleanup caching code for command GET_PASSPHRASE.Werner Koch2015-05-201-1/+1
* agent: When the password cache is cleared, also clear the ext. cache.Neal H. Walfield2015-05-191-0/+4
* agent: Modify agent_clear_passphrase to support an ext. password cache.Neal H. Walfield2015-05-191-2/+3
* agent: Add --force option for LEARN.NIIBE Yutaka2015-04-031-46/+6
* agent: Remove useless conditions in command.c.Werner Koch2015-03-151-6/+6
* agent: Fix use of imported but unprotected openpgp keys.Werner Koch2015-01-291-3/+5
* gpg: Re-enable the "Passphrase" parameter for batch key generation.Werner Koch2015-01-211-6/+40
* agent: Keep the session environment for restricted connections.Werner Koch2014-12-191-0/+6
* agent: Fix string prepended to remotely initiated prompts.Werner Koch2014-12-191-1/+1
* gpg: Let --card--status create a shadow key (card key stub).Werner Koch2014-12-121-5/+10
* gpg-agent: Add restricted connection feature.Мирослав Николић2014-11-271-42/+138
* Change a couple of files to use abbreviated copyright notes.Werner Koch2014-11-041-3/+2
* gpg: Avoid extra pinentries for each subkey in --export-secret-keys.Werner Koch2014-11-021-4/+26
* Remove support for the GPG_AGENT_INFO envvar.Werner Koch2014-10-031-5/+1
* gpg: Fix regression in secret key export.Werner Koch2014-04-151-1/+1
* agent: Add command DELETE_KEY.Werner Koch2014-04-151-1/+35
* agent: Cleanups to prepare implementation of Ed25519.Werner Koch2014-03-221-1/+1
* agent: API change of agent_key_from_file.NIIBE Yutaka2014-03-111-12/+20
* Make use of the *_NAME etc macros.Werner Koch2013-11-181-4/+10
* gpg: Make decryption with the OpenPGP card work.Werner Koch2013-08-281-2/+10
* agent: Fix two compiler warnings.Werner Koch2013-08-281-2/+2
* agent: Extend cmd KEYINFO to return data from sshcontrol.Werner Koch2013-08-081-25/+122
* Implement unattended OpenPGP secret key import.Werner Koch2013-05-221-4/+18
* agent: Fix length detection of canonical formatted openpgp keys.Werner Koch2013-05-221-1/+1
* agent: fix two bugs.NIIBE Yutaka2013-02-221-0/+1
* agent: Add KEYTOCARD command.NIIBE Yutaka2013-02-121-0/+125
* agent: Move a typedef to common and provide parse_pinentry_mode.Werner Koch2013-02-061-14/+6
* agent: Use wipememory instead of memset in one place.Werner Koch2012-11-061-1/+1
* 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