aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-24dirmngr: More minor fix.NIIBE Yutaka1-0/+4
2017-07-24dirmngr: More minor fixes.NIIBE Yutaka2-1/+2
2017-07-24dirmngr: Minor fix for Windows.NIIBE Yutaka1-1/+1
2017-07-20dnsmngr: Fix use of CPP.NIIBE Yutaka1-5/+23
2017-07-19dirmngr: Forbid redirects from .onion to clearnet URIs.Justus Winter2-0/+50
2017-07-19dirmngr: Implement TLS over http proxies.Justus Winter1-1/+90
2017-07-19dirmngr: Log http response in debug mode.Justus Winter1-2/+2
2017-07-19dirmngr: Amend TLS handling.Justus Winter1-1/+3
2017-07-19dirmngr: Fix connecting to http proxies.Justus Winter1-1/+1
2017-07-19dirmngr: Fix handling of proxy URIs.Justus Winter1-2/+3
2017-07-19Fix usage of ARGPARSE_OPTS.NIIBE Yutaka2-2/+2
2017-07-18dirmngr: Honor http keyserver URLs.Justus Winter3-6/+15
2017-07-18dirmngr: Fix memory leak.Justus Winter1-1/+1
2017-07-18dirmngr: Fix memory leak.Justus Winter1-0/+5
2017-07-12dirmngr: Fix license note in server.cWerner Koch1-15/+0
2017-06-23build: Add missing LIBASSUAN_CFLAGS to dirmngr/.Werner Koch1-3/+5
2017-06-20dirmngr: Properly handle SRV records.Justus Winter1-51/+72
2017-06-20dirmngr: Refactor variable-sized array code.Justus Winter1-55/+74
2017-06-20dirmngr: Fix typo.Justus Winter1-1/+1
2017-06-19Change license of some files to LGPLv2.1.Werner Koch2-0/+17
2017-06-13dirmngr: Implement querying nameservers over IPv6.Justus Winter1-1/+179
2017-06-08dirmngr: Implement HTTP connect timeouts of 15 or 2 seconds.Werner Koch6-8/+56
2017-06-08dirmngr: Allow a timeout for HTTP and other TCP connects.Werner Koch3-17/+200
2017-05-25dirmngr: This towel should better detect a changed resolv.conf.Werner Koch1-4/+6
2017-05-25dirmngr: Re-init libdns resolver on towel change of resolv.confWerner Koch1-1/+46
2017-05-15dirmngr,w32: Fix ldap crl read on windowsAndre Heinecke1-4/+7
2017-05-10g10, sm, dirmngr, common: Add comment for fall through.NIIBE Yutaka3-2/+3
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka9-17/+17
2017-04-25dirmngr: Fix aliasing problem in dns.c.NIIBE Yutaka1-16/+18
2017-04-18dirmngr: Fix final close of LISTEN_FD.NIIBE Yutaka1-3/+3
2017-04-18dirmngr: Fix API difference for Windows.NIIBE Yutaka1-9/+10
2017-04-14dirmngr: More fix for test program.NIIBE Yutaka1-0/+4
2017-04-13dirmngr: More fix for Windows.NIIBE Yutaka1-6/+6
2017-04-13dirmngr: Fix http.c for sockaddr_storage.NIIBE Yutaka1-6/+7
2017-04-13dirmngr: Fix alignment of ADDR.NIIBE Yutaka2-16/+19
2017-04-13dirmngr: Fix thread key type.NIIBE Yutaka1-1/+1
2017-04-13dirmngr: More fix for Windows.NIIBE Yutaka1-1/+5
2017-04-12dirmngr: Fix type of sock.NIIBE Yutaka1-1/+1
2017-04-12dirmngr: Fix possible null reference.NIIBE Yutaka1-2/+3
2017-04-12dirmngr: Fix plus1_ns.NIIBE Yutaka1-1/+4
2017-04-12dirmngr: Fix dns-stuff.c in another way.NIIBE Yutaka1-3/+2
2017-04-12Revert "dirmngr: Fix dns-stuff.c."NIIBE Yutaka1-0/+1
2017-04-12dirmngr: Fix dns-stuff.c.NIIBE Yutaka1-1/+0
2017-04-12dirmngr: Use a function to increment network short.NIIBE Yutaka1-4/+13
2017-04-11dirmngr: Fix build for Windows.NIIBE Yutaka1-1/+1
2017-04-03dirmngr: New option --disable-ipv6Werner Koch9-6/+37
2017-04-03dirmngr,w32: Silence the 'certificate already cached' message.Werner Koch1-1/+4
2017-04-03dirmngr: Handle EIO which is sometimes returned by cookie functions.Werner Koch1-0/+1
2017-04-03dirmngr: Always print a warning for a missing /etc/hosts.Werner Koch1-10/+1
2017-04-03dirmngr: Do not assume that /etc/hosts exists.Werner Koch1-4/+12