aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-18Add the INQUIRE_MAXLEN status message.Ben Kibbey1-0/+6
2012-01-16gpg-agent: fix lc-messages handling not to change Xauthority settingJim Meyering1-0/+1
2012-01-15Fix indentation.Werner Koch1-1/+2
2012-01-14Fix scdaemon pinentry inquire cancelation.Ben Kibbey1-16/+29
2012-01-03Terminate csh commands with a semicolon.Werner Koch1-2/+2
2012-01-02Only set gcrypt thread callback for older version of gcrypt.Marcus Brinkmann1-0/+9
2011-12-20Require Libassuan 2.0.3Werner Koch2-13/+0
2011-12-16Don't kill pinentry by SIGKILL but let it quit by SIGINT.NIIBE Yutaka1-2/+1
2011-12-14agent: Pass comment lines from scd verbatim thru gpg-agent.Werner Koch1-10/+23
2011-12-05Fix last change.Werner Koch1-1/+0
2011-12-05Amend the agent code with more comments.Werner Koch3-46/+161
2011-12-01Generate the ChangeLog from commit logs.Werner Koch2-2/+14
2011-11-28Improve ssh card key diagnostic message.Werner Koch2-2/+10
2011-09-13Allow no protection in pinentry-mode=loopback.Ben Kibbey2-2/+12
2011-09-13Fixed invalid free.Ben Kibbey1-3/+1
2011-09-12Handle pinentry-mode=loopback.Ben Kibbey5-2/+83
2011-08-10Fixed set but unused variable bugsWerner Koch4-6/+11
2011-08-10Update option s2k-count to match the documentation.Ben Kibbey2-3/+8
2011-08-10Made the KILLAGENT and KILLSCD commands working again.Werner Koch1-0/+5
2011-07-27Make the inquire cancel fix a little bit more robust.Werner Koch2-1/+18
2011-07-27Fixed gpg-agent SCD inquire command cancellation.Ben Kibbey2-0/+18
2011-07-22Fix crash while reading unsupported ssh keys.Werner Koch2-12/+11
2011-07-20Allow listing of ssh fingerprint with the agent's KEYINFO command.Werner Koch2-8/+32
2011-07-20Support a confirm flag for ssh.Werner Koch4-57/+206
2011-06-29Added gpg-agent OPTION "s2k-count".Ben Kibbey8-15/+41
2011-06-01Fix size_t vs int issues.Marcus Brinkmann2-1/+6
2011-04-29Add fixme note regarding pth_killWerner Koch1-0/+1
2011-04-26Fixed regression in OpenPGP secret key export.Werner Koch4-2/+43
2011-04-21Add OPTION:cache-ttl-opt-preset to gpg-agent.Werner Koch5-7/+25
2011-04-20Fix gpg-agent secure memory leak in OpenPGP private key import.Marcus Brinkmann2-0/+8
2011-04-18Another PASSWD --preset fix.Ben Kibbey2-1/+5
2011-04-13Fixed PASSWD --preset.Ben Kibbey2-7/+11
2011-04-12Use macros for the 120 and 900s cache TTLs.Werner Koch4-12/+23
2011-04-12Added PASSWD --preset.Ben Kibbey2-2/+15
2011-04-12Added GENKEY --preset to add the passphrase of the generated key to the cache.Ben Kibbey4-4/+24
2011-04-12Added KEYINFO field to show the protection type of a key. This differs from t...Ben Kibbey2-10/+25
2011-03-10Make use of gcry_kdf_derive.Werner Koch2-63/+10
2011-03-08Require libgcrypt 1.5Werner Koch2-7/+4
2011-03-04Added option --inquire to PRESET_PASSPHRASE. Note that the inquired passphras...Ben Kibbey2-4/+30
2011-03-03New agent option pinentry-mode.Werner Koch5-2/+83
2011-03-02Fix usage of SHA-2 algorithm with OpenPGP cards.Werner Koch4-6/+34
2011-03-02Add comment to last patch.Werner Koch2-14/+23
2011-03-02Added option --data to KEYINFO to return the result with a data response.Ben Kibbey1-12/+27
2011-03-02Let KEYINFO show the cached status of a key grip.Ben Kibbey1-1/+11
2011-03-02Rename Ben's new option.Werner Koch2-7/+11
2011-03-02Added CLEAR_PASSPHRASE option --agent to search the cache for a cacheid with ...Ben Kibbey1-3/+10
2011-02-07Fix ECDSA 521 bit signing.Werner Koch2-1/+7
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch21-531/+511
2011-02-03Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch2-83/+98
2011-02-02Sample ECC keys and message do now work.Werner Koch2-91/+96