aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed set but unused variable bugsWerner Koch2011-08-104-6/+11
* Update option s2k-count to match the documentation.Ben Kibbey2011-08-102-3/+8
* Made the KILLAGENT and KILLSCD commands working again.Werner Koch2011-08-101-0/+5
* Make the inquire cancel fix a little bit more robust.Werner Koch2011-07-272-1/+18
* Fixed gpg-agent SCD inquire command cancellation.Ben Kibbey2011-07-272-0/+18
* Fix crash while reading unsupported ssh keys.Werner Koch2011-07-222-12/+11
* Allow listing of ssh fingerprint with the agent's KEYINFO command.Werner Koch2011-07-202-8/+32
* Support a confirm flag for ssh.Werner Koch2011-07-204-57/+206
* Added gpg-agent OPTION "s2k-count".Ben Kibbey2011-06-298-15/+41
* Fix size_t vs int issues.Marcus Brinkmann2011-06-012-1/+6
* Add fixme note regarding pth_killWerner Koch2011-04-291-0/+1
* Fixed regression in OpenPGP secret key export.Werner Koch2011-04-264-2/+43
* Add OPTION:cache-ttl-opt-preset to gpg-agent.Werner Koch2011-04-215-7/+25
* Fix gpg-agent secure memory leak in OpenPGP private key import.Marcus Brinkmann2011-04-202-0/+8
* Another PASSWD --preset fix.Ben Kibbey2011-04-182-1/+5
* Fixed PASSWD --preset.Ben Kibbey2011-04-132-7/+11
* Use macros for the 120 and 900s cache TTLs.Werner Koch2011-04-124-12/+23
* Added PASSWD --preset.Ben Kibbey2011-04-122-2/+15
* Added GENKEY --preset to add the passphrase of the generated key to the cache.Ben Kibbey2011-04-124-4/+24
* Added KEYINFO field to show the protection type of a key. This differs from t...Ben Kibbey2011-04-122-10/+25
* Make use of gcry_kdf_derive.Werner Koch2011-03-102-63/+10
* Require libgcrypt 1.5Werner Koch2011-03-082-7/+4
* Added option --inquire to PRESET_PASSPHRASE. Note that the inquired passphras...Ben Kibbey2011-03-042-4/+30
* New agent option pinentry-mode.Werner Koch2011-03-035-2/+83
* Fix usage of SHA-2 algorithm with OpenPGP cards.Werner Koch2011-03-024-6/+34
* Add comment to last patch.Werner Koch2011-03-022-14/+23
* Added option --data to KEYINFO to return the result with a data response.Ben Kibbey2011-03-021-12/+27