aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Add KEYTOCARD command.NIIBE Yutaka2013-02-124-0/+197
* scd: Rename 'keypad' to 'pinpad'.NIIBE Yutaka2013-02-082-4/+4
* agent: Move a typedef to common and provide parse_pinentry_mode.Werner Koch2013-02-062-24/+7
* agent: Return a better error code if no passphrase was given.Werner Koch2013-02-061-1/+5
* agent: Fix a bug of handling return code from npth_join.NIIBE Yutaka2013-01-251-2/+2
* ssh: Support ECDSA keys.Werner Koch2012-12-123-106/+356
* ssh: Rewrite a function for better maintainabilityWerner Koch2012-12-111-40/+41
* ssh: Improve key lookup for many keys.Werner Koch2012-12-101-154/+166
* ssh: Cleanup sshcontrol file access code.Werner Koch2012-12-101-61/+104
* agent: Add envvar "gnupg_SSH_AUTH_SOCK_by"Werner Koch2012-12-101-2/+11
* Do not use a broken ttyname.Werner Koch2012-11-201-2/+2
* agent: Use wipememory instead of memset in one place.Werner Koch2012-11-061-1/+1
* Allow decryption with card keys > 3072 bitsWerner Koch2012-11-061-10/+15
* agent: Fix wrong use of gcry_sexp_build_arrayNIIBE Yutaka2012-11-021-4/+4
* Fix typos spotted during translationsDavid Prévot2012-08-241-1/+1
* Actually show translators comments in PO filesDavid Prévot2012-08-241-1/+1
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-0511-71/+71
* agent: Fix deadlock in trustlist due to the switch to npth.Werner Koch2012-04-301-44/+78
* Print warning for arguments not considered an option.Werner Koch2012-03-271-0/+10
* agent: Add pin length field to the shadowed private key format.Werner Koch2012-02-075-5/+41
* Use new status printing functions.Werner Koch2012-02-071-12/+4
* agent: New function agent_print_status.Werner Koch2012-02-072-0/+19
* agent: Simplify printing of INQUIRE_MAXLEN.Werner Koch2012-02-061-12/+5
* common: Add a global variable to for the default error source.Werner Koch2012-02-063-0/+4
* 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
* Return GPG_ERR_CARD_NOT_PRESENT when pinentry-mode=loopback.Ben Kibbey2012-01-261-0/+4
* Also check for GPG_ERR_ASS_CANCELED during an inquire.Ben Kibbey2012-01-261-2/+4
* Fix strerror vs. gpg_strerror usage.Werner Koch2012-01-251-1/+1
* Re-indent overlong lines.Werner Koch2012-01-251-4/+8
* Add missing variable.Werner Koch2012-01-251-2/+5
* Port LDAP wrapper to NPTH.Marcus Brinkmann2012-01-251-1/+3
* Port Windows code to NPTH.Marcus Brinkmann2012-01-251-12/+18
* Port to npth.Marcus Brinkmann2012-01-257-318/+217
* Add the INQUIRE_MAXLEN status message.Ben Kibbey2012-01-181-0/+6
* gpg-agent: fix lc-messages handling not to change Xauthority settingJim Meyering2012-01-161-0/+1
* Fix indentation.Werner Koch2012-01-151-1/+2
* Fix scdaemon pinentry inquire cancelation.Ben Kibbey2012-01-141-16/+29
* Terminate csh commands with a semicolon.Werner Koch2012-01-031-2/+2
* Only set gcrypt thread callback for older version of gcrypt.Marcus Brinkmann2012-01-021-0/+9
* Require Libassuan 2.0.3Werner Koch2011-12-202-13/+0
* Don't kill pinentry by SIGKILL but let it quit by SIGINT.NIIBE Yutaka2011-12-161-2/+1
* agent: Pass comment lines from scd verbatim thru gpg-agent.Werner Koch2011-12-141-10/+23
* Fix last change.Werner Koch2011-12-051-1/+0
* Amend the agent code with more comments.Werner Koch2011-12-053-46/+161
* Generate the ChangeLog from commit logs.Werner Koch2011-12-012-2/+14
* Improve ssh card key diagnostic message.Werner Koch2011-11-282-2/+10
* Allow no protection in pinentry-mode=loopback.Ben Kibbey2011-09-132-2/+12
* Fixed invalid free.Ben Kibbey2011-09-131-3/+1
* Handle pinentry-mode=loopback.Ben Kibbey2011-09-125-2/+83