summaryrefslogtreecommitdiffstats
path: root/sm/misc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-02gpgscm: Fix inclusion of readline header.Justus Winter1-0/+1
2016-11-02build: Fix misspelled dirmngr.Daniel Kahn Gillmor1-1/+1
2016-11-02Spelling: correct spelling of "passphrase".Daniel Kahn Gillmor33-35/+35
2016-11-02g10,w32: Fix build on Windows.Justus Winter1-4/+1
2016-10-31common: New function gnupg_usleep.Werner Koch3-1/+56
2016-10-31w32: Fix PKG_CONFIG_LIBDIR in --build-w32Andre Heinecke1-1/+1
2016-10-31g10: Avoid gratuitious SQLite aborts and starving writers.Neal H. Walfield1-16/+82
2016-10-30g10: Avoid reading in keys when possible.Neal H. Walfield1-2/+16
2016-10-30g10: Fix bit setting.Neal H. Walfield1-4/+4
2016-10-28gpg: Enable the Issuer Fingerprint from rfc4880bisWerner Koch2-12/+6
2016-10-27dirmngr: Fix signature checking.Werner Koch1-25/+76
2016-10-27gpg: Verify multiple detached signatures with different hash algos.Werner Koch1-5/+23
2016-10-27common: Add GNUPG_MODULE_NAME_GPGV.Werner Koch2-0/+8
2016-10-27g10: Fix iteration over getkey results.Justus Winter1-3/+6
2016-10-27Fix typos.Justus Winter13-14/+14
2016-10-27g10: Assert preconditions.Justus Winter1-0/+3
2016-10-27dirmngr: Do not implement --supervised in Windows.Werner Koch2-4/+8
2016-10-27common: Remove debug output from gnupg_get_socket_name.Werner Koch1-4/+4
2016-10-27dirmngr: ADNS error handling fix.NIIBE Yutaka1-4/+4
2016-10-27gpg: Convey --quick option to dirmngr for --auto-key-retrieve.Werner Koch10-48/+59
2016-10-27common: Fix gnupg_inotify_has_name, differently.NIIBE Yutaka1-21/+15
2016-10-27dirmngr: More ADNS error fix.NIIBE Yutaka1-4/+4
2016-10-27dirmngr: Fix error return for ADNS.NIIBE Yutaka1-1/+1
2016-10-27g10: Fix ECDH, clarifying the format.NIIBE Yutaka1-18/+20
2016-10-27scd: Add 0x41 prefix for x-coordinate only result.NIIBE Yutaka1-12/+21
2016-10-27g10: ECDH shared point format.Arnaud Fontaine1-8/+24
2016-10-27dirmngr: Implement --supervised command (for systemd, etc).Daniel Kahn Gillmor2-0/+47
2016-10-27agent,common: move get_socket_name() into common.Daniel Kahn Gillmor3-48/+52
2016-10-27dirmngr: report actual socket name.Daniel Kahn Gillmor3-1/+11
2016-10-27common: Fix gnupg_inotify_has_name.NIIBE Yutaka1-14/+22
2016-10-27dirmngr: Fix help string and argument.NIIBE Yutaka1-2/+2
2016-10-26dirmngr: Fix hang due to deferred thread initialization.Werner Koch1-13/+12
2016-10-26agent: Avoid double error message.Werner Koch1-4/+3
2016-10-26common: Use GPG_ERR_INV_VALUE instead of GPG_ERR_EINVAL.Werner Koch1-1/+1
2016-10-26tests: Improve portability of fake-pinentry.Werner Koch1-21/+28
2016-10-26doc: Fix spelling of "internal".Daniel Kahn Gillmor1-1/+1
2016-10-26agent: --supervised mode improvements.Daniel Kahn Gillmor1-0/+7
2016-10-26common: avoid segfaultDaniel Kahn Gillmor1-0/+3
2016-10-25agent,tests,w32: Fix relaying pinentry user data, fix fake-pinentry.Justus Winter2-7/+71
2016-10-25tests: Do not autostart gpg-agents on teardown.Justus Winter1-1/+2
2016-10-25dirmngr: Allow command VERSIONCHECK to handle 3 part version numbers.Werner Koch1-35/+83
2016-10-25common: Use strconcat in gnupg_setenv.Werner Koch1-22/+22
2016-10-24gpg: Replace two sprintf calls.Werner Koch1-8/+3
2016-10-24agent: Minor cleanup for recent change in findkey.cWerner Koch1-6/+2
2016-10-24agent: Slightly change structure of cmd_readkey.Werner Koch1-29/+31
2016-10-24dirmngr: Fix segfault in VERSIONCHECK.Kai Michaelis1-2/+2
2016-10-24scd: Use canonical curve name of libgcrypt.NIIBE Yutaka3-41/+71
2016-10-24common: Fix openpgp_is_curve_supported.NIIBE Yutaka1-2/+2
2016-10-24g10: Fix card keygen for decryption.NIIBE Yutaka1-2/+2
2016-10-22g10: More card key generation change.NIIBE Yutaka1-39/+24