aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* g10: Skip signing keys where no secret key is available.dkg/T1967Simon Arlott2017-04-261-0/+7
* dirmngr: Fix aliasing problem in dns.c.NIIBE Yutaka2017-04-251-16/+18
* tests: Remove *.conf.tmpl from Makefile.NIIBE Yutaka2017-04-251-1/+0
* g10: invalidate the fd cache for keyring.NIIBE Yutaka2017-04-241-1/+6
* w32: Enable wildcard expansion with mingw-w64Andre Heinecke2017-04-241-0/+3
* tests: Fix Python detection.Justus Winter2017-04-241-9/+11
* gpgscm: Refactor cell finalization.Justus Winter2017-04-241-24/+41
* gpgscm: Tweak error message display.Justus Winter2017-04-241-2/+7
* tests: Deduplicate and simplify code.Justus Winter2017-04-245-33/+24
* gpgscm: Fix test.Justus Winter2017-04-241-2/+2
* gpgscm: Improve syntax checking.Justus Winter2017-04-241-2/+5
* gpgscm: Emit JUnit-style XML reports.Justus Winter2017-04-249-14/+256
* gpgscm: Make logging less verbose and more useful.Justus Winter2017-04-241-4/+5
* gpgscm: Make test framework less functional.Justus Winter2017-04-241-40/+35
* tests: Locate resources and scripts relative to top source dir.Justus Winter2017-04-2487-182/+208
* gpgscm: Move 'trace' and 'stringify'.Justus Winter2017-04-242-12/+12
* gpgscm: Avoid fruitless garbage collection cycles.Justus Winter2017-04-242-8/+15
* g13: Fix for Solaris.NIIBE Yutaka2017-04-202-1/+4
* dirmngr: Fix final close of LISTEN_FD.NIIBE Yutaka2017-04-181-3/+3
* dirmngr: Fix API difference for Windows.NIIBE Yutaka2017-04-181-9/+10
* agent: More minor change.NIIBE Yutaka2017-04-171-1/+0
* agent: Minor cleanup.NIIBE Yutaka2017-04-172-3/+0
* tests: Minor memory fix.NIIBE Yutaka2017-04-171-0/+2
* g10: Fix parse_ring_trust.NIIBE Yutaka2017-04-171-1/+1
* g10: Minor fixes.NIIBE Yutaka2017-04-173-4/+5
* g10: Fix import/export filter property match.NIIBE Yutaka2017-04-171-1/+1
* agent: Clean up error initialize/return.NIIBE Yutaka2017-04-144-6/+2
* dirmngr: More fix for test program.NIIBE Yutaka2017-04-141-0/+4
* dirmngr: More fix for Windows.NIIBE Yutaka2017-04-131-6/+6
* dirmngr: Fix http.c for sockaddr_storage.NIIBE Yutaka2017-04-131-6/+7
* dirmngr: Fix alignment of ADDR.NIIBE Yutaka2017-04-132-16/+19
* dirmngr: Fix thread key type.NIIBE Yutaka2017-04-131-1/+1
* common, g10: Fix enumeration types.NIIBE Yutaka2017-04-132-14/+21
* dirmngr: More fix for Windows.NIIBE Yutaka2017-04-131-1/+5
* dirmngr: Fix type of sock.NIIBE Yutaka2017-04-121-1/+1
* tools: Fix condition for gpg-connect-agent.NIIBE Yutaka2017-04-121-1/+1
* dirmngr: Fix possible null reference.NIIBE Yutaka2017-04-121-2/+3
* common: Simplify format_text.NIIBE Yutaka2017-04-125-13/+12
* gpgscm: Fix test program.NIIBE Yutaka2017-04-121-2/+2
* dirmngr: Fix plus1_ns.NIIBE Yutaka2017-04-121-1/+4
* scd: Handle unexpected suspend/resume by CCID driver.NIIBE Yutaka2017-04-121-4/+16
* dirmngr: Fix dns-stuff.c in another way.NIIBE Yutaka2017-04-121-3/+2
* Revert "dirmngr: Fix dns-stuff.c."NIIBE Yutaka2017-04-121-0/+1
* dirmngr: Fix dns-stuff.c.NIIBE Yutaka2017-04-121-1/+0
* agent: Simplify stream_read_cstring.NIIBE Yutaka2017-04-121-7/+1
* dirmngr: Use a function to increment network short.NIIBE Yutaka2017-04-121-4/+13
* g10: Minor clean up for export.c.NIIBE Yutaka2017-04-111-19/+16
* g13: Include sys/sysmacros.h if available.NIIBE Yutaka2017-04-112-1/+4
* tests: Fix distcheck.Justus Winter2017-04-111-0/+1
* tests: Avoid relying on implicit gpg commands.Justus Winter2017-04-1125-39/+38