aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-20Do not use a broken ttyname.Werner Koch1-2/+2
2012-11-06agent: Use wipememory instead of memset in one place.Werner Koch1-1/+1
2012-11-06Allow decryption with card keys > 3072 bitsWerner Koch1-10/+15
2012-11-02agent: Fix wrong use of gcry_sexp_build_arrayNIIBE Yutaka1-4/+4
2012-08-24Fix typos spotted during translationsDavid Prévot1-1/+1
2012-08-24Actually show translators comments in PO filesDavid Prévot1-1/+1
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch11-71/+71
2012-04-30agent: Fix deadlock in trustlist due to the switch to npth.Werner Koch1-44/+78
2012-03-27Print warning for arguments not considered an option.Werner Koch1-0/+10
2012-02-07agent: Add pin length field to the shadowed private key format.Werner Koch5-5/+41
2012-02-07Use new status printing functions.Werner Koch1-12/+4
2012-02-07agent: New function agent_print_status.Werner Koch2-0/+19
2012-02-06agent: Simplify printing of INQUIRE_MAXLEN.Werner Koch1-12/+5
2012-02-06common: Add a global variable to for the default error source.Werner Koch3-0/+4
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-26Return GPG_ERR_CARD_NOT_PRESENT when pinentry-mode=loopback.Ben Kibbey1-0/+4
2012-01-26Also check for GPG_ERR_ASS_CANCELED during an inquire.Ben Kibbey1-2/+4
2012-01-25Fix strerror vs. gpg_strerror usage.Werner Koch1-1/+1
2012-01-25Re-indent overlong lines.Werner Koch1-4/+8
2012-01-25Add missing variable.Werner Koch1-2/+5
2012-01-25Port LDAP wrapper to NPTH.Marcus Brinkmann1-1/+3
2012-01-25Port Windows code to NPTH.Marcus Brinkmann1-12/+18
2012-01-25Port to npth.Marcus Brinkmann7-318/+217
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