aboutsummaryrefslogtreecommitdiffstats
path: root/g10/call-agent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* g10: smartcard keygen change.NIIBE Yutaka2016-10-201-105/+13
* agent: Remove the warning for the GKR hijacking.Werner Koch2016-09-301-65/+0
* agent, sm: Set CTX after start_agent.NIIBE Yutaka2016-09-271-1/+1
* gpg: Remove C-99ism, re-indent, and simplify one function.Werner Koch2016-06-111-27/+20
* g10: Add openpgp_protected flag to agent secret key export functionsDaniel Kahn Gillmor2016-06-111-6/+9
* g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor2016-06-111-18/+43
* common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.Werner Koch2016-06-071-1/+0
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-1/+1
* gpg: Try to use the passphrase from the primary for --quick-addkey.Werner Koch2016-06-021-19/+33
* gpg: Allow unattended deletion of secret keys.Werner Koch2016-05-101-3/+6
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-3/+2
* g10: Fix segfault on unsupported curve.NIIBE Yutaka2016-01-261-8/+4
* gpg: Print PROGRESS status lines during key generation.Werner Koch2016-01-251-11/+10
* Print warnings if old daemon versions are used.Werner Koch2016-01-081-4/+42
* common: New function get_assuan_server_version.Werner Koch2016-01-081-17/+1
* common: New put_membuf_cb to replace static membuf_data_cb.Werner Koch2016-01-081-24/+12
* g10: Use --force when importing key for bkuptocard.NIIBE Yutaka2015-12-241-2/+3
* scd: Add reder information to --card-status.NIIBE Yutaka2015-11-091-1/+7
* gpg: Print a new FAILURE status after most commands.Werner Koch2015-08-251-3/+6
* Inform a user about inquire length limit.Ben Kibbey2015-08-151-0/+4
* scd: support any curves defined by libgcrypt.NIIBE Yutaka2015-07-251-5/+23
* gpg: Fix regression not displaying the card serial numberWerner Koch2015-05-071-1/+1
* Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch2015-04-061-5/+1
* g10: Fix keytocard.NIIBE Yutaka2015-04-031-2/+3
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-1/+2
* gpg: Re-enable the "Passphrase" parameter for batch key generation.Werner Koch2015-01-211-6/+17
* gpg: Show private DO information in the card status.Werner Koch2014-12-161-0/+16
* gpg: Add sub-command "factory-reset" to --card-edit.Werner Koch2014-12-151-4/+65
* gpg: Let --card--status create a shadow key (card key stub).Werner Koch2014-12-121-24/+8
* Add option --no-autostart.Werner Koch2014-11-281-2/+12
* Add "gpgconf --kill dirmngr" and avoid useless launch before a kill.Werner Koch2014-11-191-1/+1
* gpg: Avoid extra pinentries for each subkey in --export-secret-keys.Werner Koch2014-11-021-2/+4
* gpg: Make card key generation work again.Werner Koch2014-10-191-2/+25
* gpg: Check gpg-agent version before 2.1 migration.Andre Heinecke2014-10-031-0/+30
* agent: Return NO_SECKEY instead of ENONET for PKSIGN and others.Werner Koch2014-08-181-2/+2
* gpg: Fix a couple of spelling errorsKristian Fiskerstrand2014-06-171-2/+2
* Add new option --with-secret.Werner Koch2014-06-031-1/+1
* ECC Fixes.NIIBE Yutaka2014-04-281-1/+1
* gpg: Print a warning if GKR has hijacked gpg-agent.Werner Koch2014-04-221-62/+125
* gpg: Re-enable secret key deletion.Werner Koch2014-04-151-0/+38
* gpg: Make decryption with the OpenPGP card work.Werner Koch2013-08-281-4/+25
* Implement unattended OpenPGP secret key import.Werner Koch2013-05-221-2/+3
* Use has_leading_keyword in the assuan callbacks.Werner Koch2013-02-221-7/+7
* gpg: Handle the agent's NEW_PASSPHRASE inquiry.Werner Koch2013-02-221-2/+3
* gpg: fix keytocard and support ECC card for key attribute.NIIBE Yutaka2013-02-221-2/+6
* gpg: Implement card_store_subkey again.NIIBE Yutaka2013-02-121-0/+24
* gpg: Add pinentry-mode feature.Werner Koch2013-02-071-51/+214
* gpg: Add status line PINENTRY_LAUNCHED.Werner Koch2013-01-301-5/+6
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-1/+1
* Allow creating subkeys using an existing keyWerner Koch2011-11-061-46/+43