aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Re-indent overlong lines.npth-2Werner Koch2012-01-251-4/+8
* Add missing variable.Werner Koch2012-01-251-2/+5
* Require gitlog-to-changelog to be installed.Werner Koch2012-01-251-2/+3
* Port LDAP wrapper to NPTH.Marcus Brinkmann2012-01-243-70/+180
* Port Windows code to NPTH.Marcus Brinkmann2012-01-194-24/+33
* Port to npth.Marcus Brinkmann2012-01-0336-1095/+966
* Silence gcc warning.Marcus Brinkmann2012-01-031-1/+1
* Revert last change, add comment about link() return values.Marcus Brinkmann2012-01-031-21/+11
* Fix compiler warnings.Marcus Brinkmann2012-01-033-9/+24
* Fix last change: Only set gcrypt thread callback for older versions.Marcus Brinkmann2012-01-032-4/+4
* Terminate csh commands with a semicolon also for dirmngr.Werner Koch2012-01-031-1/+1
* Terminate csh commands with a semicolon.Werner Koch2012-01-032-3/+3
* Only set gcrypt thread callback for older version of gcrypt.Marcus Brinkmann2012-01-024-1/+36
* Use the longest key ID available when talking to a HKP server.David Shaw2011-12-281-7/+13
* Post-release version number updateWerner Koch2011-12-202-2/+6
* Release 2.1.0beta3.gnupg-2.1.0beta3Werner Koch2011-12-200-0/+0
* Prepare for the beta3 release.Werner Koch2011-12-204-10/+13
* po: Update the German translation.Werner Koch2011-12-201-11/+21
* Add the STEED Self-Signing Nonthority certificate.Werner Koch2011-12-205-2/+89
* faq: Add section on US export restrictions.Werner Koch2011-12-201-7/+37
* Require Libassuan 2.0.3Werner Koch2011-12-204-21/+1
* Add error log and debug log for pcsc_keypad_verify and pcsc_keypad_modify.NIIBE Yutaka2011-12-201-4/+22
* scd: Fix for card change returning GPG_ERR_CARD_RESET.Werner Koch2011-12-191-2/+1
* Don't kill pinentry by SIGKILL but let it quit by SIGINT.NIIBE Yutaka2011-12-161-2/+1
* Merge fix for issue 1331 from 1.4.David Shaw2011-12-151-3/+2
* scd: Prefer application Geldkarte over DINSIG.Werner Koch2011-12-151-3/+3
* scd: Add option --dump-atr to command APDU.Werner Koch2011-12-154-184/+107
* estream: New function es_fclose_snatch.Werner Koch2011-12-152-1/+109
* scd: Skip S/N reading for the "undefined" application.Werner Koch2011-12-141-45/+52
* scd: Add more status word values for documentation.Werner Koch2011-12-142-2/+8
* scd: Add the "undefined" stub application.Werner Koch2011-12-142-0/+21
* agent: Pass comment lines from scd verbatim thru gpg-agent.Werner Koch2011-12-143-81/+121
* scd: Fix resetting and closing of the reader.Werner Koch2011-12-141-24/+33
* scd: Add debug option for reader function calls.Werner Koch2011-12-143-67/+143
* scd: New option --debug-assuan-log-cats.Werner Koch2011-12-134-19/+47
* scd: Introduce a virtual reader table.Werner Koch2011-12-135-99/+129
* scd: Retry command SERIALNO for an inactive card.Werner Koch2011-12-121-1/+8
* Fix detection of card removal and insertion.Werner Koch2011-12-122-5/+18
* gitlog-to-changelog: New option --tear-off.Werner Koch2011-12-122-7/+13
* gpgsm: Add new validation model "steed".Werner Koch2011-12-079-29/+104
* Correct punctuation in the ChangeLog summary line.Werner Koch2011-12-071-0/+1
* Allow comments which will not show up in the ChangeLogWerner Koch2011-12-071-0/+9
* gpgsm: Allow specification of an AuthorityKeyIdentifier.Werner Koch2011-12-061-0/+56
* gpgsm: Allow arbitrary extensions for cert creation.Werner Koch2011-12-064-5/+187
* gpgsm: Fix storing of the serial numberWerner Koch2011-12-061-1/+1
* Fix last change.Werner Koch2011-12-051-1/+0
* Amend the agent code with more comments.Werner Koch2011-12-053-46/+161
* Support the Cherry ST-2000 card reader.Werner Koch2011-12-022-10/+25
* Avoid possible double free in export.c.Werner Koch2011-12-021-1/+1
* Fix pinpad input support for passphrase modification.NIIBE Yutaka2011-12-024-194/+89