aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-03agent: Extend the PINENTRY_LAUNCHED inquiry and status.Werner Koch1-3/+4
2016-10-24agent: Slightly change structure of cmd_readkey.Werner Koch1-29/+31
2016-10-21Fix use cases of snprintf.NIIBE Yutaka1-1/+1
2016-10-20agent, g10: Fix keygen.NIIBE Yutaka1-1/+1
2016-10-20agent: Add --card option for READKEY.NIIBE Yutaka1-12/+57
2016-09-17Fix more spellingDaniel Kahn Gillmor1-1/+1
2016-09-05agent: Silence --debug IPC output for connections from self.Werner Koch1-1/+34
2016-09-05agent: Small improvement of the server's local state.Werner Koch1-10/+10
2016-08-16agent: Allow import of overly large keys.Werner Koch1-1/+1
2016-08-06agent: Fix long standing regression tracking the connection count.Werner Koch1-0/+9
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor1-1/+1
2016-07-13agent: Fix envvars for UPDATESTARTUPTTY.NIIBE Yutaka1-6/+6
2016-06-11g10: Add openpgp_protected flag to agent secret key export functionsDaniel Kahn Gillmor1-1/+6
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-1/+2
2016-06-02gpg: Try to use the passphrase from the primary for --quick-addkey.Werner Koch1-4/+45
2016-05-10gpg: Allow unattended deletion of secret keys.Werner Koch1-2/+8
2016-04-12agent: Implement new protection mode openpgp-s2k3-ocb-aes.Werner Koch1-1/+1
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter1-80/+1
2016-01-25agent: Send PROGRESS status lines to the client.Werner Koch1-0/+18
2016-01-05agent: Typo fix for help text.Werner Koch1-1/+1
2015-12-24agent: IMPORT_KEY with --force option fix.NIIBE Yutaka1-1/+1
2015-12-24agent: Support --force option for IMPORT_KEY.NIIBE Yutaka1-5/+7
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