aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-03-21dirmngr: Fix error handling.Justus Winter1-1/+1
2017-03-21dirmngr: Load the hosts file into libdns.Justus Winter1-1/+25
2017-03-17dirmngr: Ignore warning alerts in the GNUTLS handshake.Werner Koch1-1/+7
2017-03-07Remove -I option to common.NIIBE Yutaka18-28/+28
2017-03-07doc: Replace README.maint content.Werner Koch1-1/+1
2017-03-03dirmngr: Fix commit de6d8313Werner Koch1-1/+1
2017-03-02dirmngr: Rearrange files to fix de6d831.Werner Koch8-31/+81
2017-03-02dirmngr: Let --gpgconf-list return the default keyserver.Werner Koch5-5/+37
2017-02-26dirmngr: Avoid warnings during non-ntbtls build.Daniel Kahn Gillmor1-1/+2
2017-02-23dirmngr: Add new debug flag "extprog"Werner Koch4-4/+14
2017-02-23dirmngr,w32: Make https with ntbtls work.Werner Koch1-27/+100
2017-02-21Fix spelling.Daniel Kahn Gillmor1-2/+2
2017-02-21Clean up word replication.Yuri Chornoivan6-8/+8
2017-02-21dirmngr: Add special treatment for the standard hkps pool to ntbtls.Werner Koch7-27/+67
2017-02-21dirmngr: Load --hkp-cacert values into the certificate cache.Werner Koch3-9/+23
2017-02-21dirmngr: Load "sks-keyservers.netCA.pem" into the cache.Werner Koch1-18/+30
2017-02-21dirmngr: Implement trust classes for the cert cache.Werner Koch3-65/+98
2017-02-21dirmngr: New Assuan option "http-crl".Werner Koch9-8/+34
2017-02-21dirmngr: Add a magic field to the http structs.Werner Koch2-1/+34
2017-02-20dirmngr: Setup a log handler for ntbtls.Werner Koch1-0/+21
2017-02-20dirmngr.c: Make http.c build without any TLS support.Werner Koch1-3/+4
2017-02-20 dirmngr: Make t-http.c work again with gnutls - second tryWerner Koch1-0/+1
2017-02-20dirmngr: Make t-http.c work again with gnutls.Werner Koch1-2/+4
2017-02-19dirmngr: First take on ntbtls cert verification.Werner Koch8-93/+233
2017-02-18dirmngr: Add per-session verify callback to http.cWerner Koch6-23/+58
2017-02-17dirmngr: Strip the default https port from the Host: header.Werner Koch1-1/+1
2017-02-17dirmngr: Add option --no-crl to the VALIDATE cmd.Werner Koch4-53/+41
2017-02-17dirmngr: Add options --tls and --systrust to the VALIDATE cmd.Werner Koch5-26/+198
2017-02-17dirmngr: Remove use of hardcoded numbers in validate.Werner Koch2-45/+77
2017-02-16dirmngr,w32: Load all system provided certificates.Werner Koch1-2/+138
2017-02-16dirmngr: Load all system provided certificates.Werner Koch3-14/+148