summaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* agent: Extend cmd KEYINFO to return data from sshcontrol.Werner Koch2013-08-083-40/+231
* agent: Include missing prototype.Werner Koch2013-08-011-0/+1
* Modernize two format string file name quotes.Werner Koch2013-06-271-2/+2
* Fix Makefile regression.Werner Koch2013-06-261-5/+2
* Implement unattended OpenPGP secret key import.Werner Koch2013-05-229-147/+439
* agent: Fix length detection of canonical formatted openpgp keys.Werner Koch2013-05-221-1/+1
* agent: New option --disable-check-own-socket.Werner Koch2013-05-221-0/+10
* w32: Add icons and version information.Werner Koch2013-05-072-14/+60
* agent: pksign result conversion to sexp to upper layer.NIIBE Yutaka2013-02-284-36/+98
* Use has_leading_keyword in the assuan callbacks.Werner Koch2013-02-222-21/+10
* Remove some unused variables.Werner Koch2013-02-221-0/+2
* agent: fix two bugs.NIIBE Yutaka2013-02-222-1/+2
* 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