aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scd: Improve --enable-pinpad-varlen.Werner Koch2013-08-213-5/+15
* agent: Extend cmd KEYINFO to return data from sshcontrol.Werner Koch2013-08-083-40/+231
* gpg: No need to create a trustdb when encrypting with --always-trust.Werner Koch2013-08-021-7/+20
* w32: Fix recent patch 9ff72e4.Werner Koch2013-08-011-1/+1
* agent: Include missing prototype.Werner Koch2013-08-011-0/+1
* w32: Add code to support a portable use of GnuPG.Werner Koch2013-08-015-62/+214
* Silence compiler warning about deprecated Libgcrypt symbolsWerner Koch2013-08-011-0/+3
* w32: Change autogen.sh to use npth.Werner Koch2013-08-011-1/+1
* dirmngr: Define missing LDAP constantWerner Koch2013-08-011-0/+5
* scd: Fix a syntax error for Apple and Windows.Werner Koch2013-08-011-1/+1
* common: Fix a build error when using adns.Werner Koch2013-08-011-4/+5
* common: Comment out unused code.Werner Koch2013-07-312-4/+2
* dirmngr: Remove unused file.Werner Koch2013-07-311-620/+0
* sm: Remove cruft from source files.Werner Koch2013-06-272-113/+0
* Modernize two format string file name quotes.Werner Koch2013-06-271-2/+2
* Prepare for newer automake versions.Werner Koch2013-06-273-10/+13
* Update AUTHORS.Werner Koch2013-06-261-0/+6
* Fix Makefile regression.Werner Koch2013-06-261-5/+2
* Implement unattended OpenPGP secret key import.Werner Koch2013-05-2213-174/+478
* New debug functions log_printcanon and log_printsexp.Werner Koch2013-05-223-0/+104
* 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-222-8/+30
* w32: Add icons and version information.Werner Koch2013-05-0715-24/+348
* doc: fix some Texinfo warnings.Ian Abbott2013-05-072-8/+12
* Fix potential heap corruption in "gpg -v --version".Werner Koch2013-04-221-43/+40
* gpgsm: Remove non-implemented commands from --help.Werner Koch2013-04-191-4/+4
* Make sure to call fflush if estream_t is backed with stdioDaiki Ueno2013-04-191-0/+1
* doc: Formatting fixes.Werner Koch2013-04-195-17/+24
* Add missing file.Werner Koch2013-04-171-0/+29
* Fix doc for the Expire-Date key generation parameter.Werner Koch2013-04-041-10/+12
* scd: move SCDaemon to libexecdir.NIIBE Yutaka2013-04-012-4/+5
* copyright assignments are not anymore required.Werner Koch2013-03-294-155/+224
* scd: PC/SC status fix.NIIBE Yutaka2013-03-262-6/+10
* scd: PC/SC cleanup (more).NIIBE Yutaka2013-03-261-6/+6
* scd: call update_card_removed only when detecting removal.NIIBE Yutaka2013-03-251-4/+2
* scd: PC/SC cleanup.NIIBE Yutaka2013-03-222-109/+137
* po: Enable ja.po.NIIBE Yutaka2013-03-211-1/+1
* scd: change default value of pinpad maxlen.NIIBE Yutaka2013-03-212-5/+6
* Merge branch 'master' into key-storage-workkey-storage-workWerner Koch2013-03-2026-259/+482
|\
| * gpg: Print indicator for unknown key capability.Werner Koch2013-03-192-0/+4
| * gpg: Allow setting of all zero key flagsDaniel Kahn Gillmor2013-03-191-3/+0
| * gpg: Distinguish between missing and cleared key flags.Werner Koch2013-03-192-2/+13
| * scd: ccid-driver supporting larger APDU.NIIBE Yutaka2013-03-141-1/+1
| * scd: fix missing close paren.NIIBE Yutaka2013-03-141-1/+1
| * scd: support ECDSA signing.NIIBE Yutaka2013-03-091-7/+24
| * scd: support ECDSA public key.NIIBE Yutaka2013-03-081-94/+254
| * Update RFC references to RFC 4880Daniel Kahn Gillmor2013-03-051-2/+2
| * Require libgpg-error 1.11.Werner Koch2013-03-052-11/+1
| * 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-226-80/+61