summaryrefslogtreecommitdiffstats
path: root/dirmngr (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* dirmngr: Implement querying nameservers over IPv6.Justus Winter2017-06-131-1/+179
* dirmngr: Implement HTTP connect timeouts of 15 or 2 seconds.Werner Koch2017-06-086-8/+56
* dirmngr: Allow a timeout for HTTP and other TCP connects.Werner Koch2017-06-083-17/+200
* dirmngr: This towel should better detect a changed resolv.conf.Werner Koch2017-05-251-4/+6
* dirmngr: Re-init libdns resolver on towel change of resolv.confWerner Koch2017-05-251-1/+46
* dirmngr,w32: Fix ldap crl read on windowsAndre Heinecke2017-05-151-4/+7
* g10, sm, dirmngr, common: Add comment for fall through.NIIBE Yutaka2017-05-103-2/+3
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-289-17/+17
* dirmngr: Fix aliasing problem in dns.c.NIIBE Yutaka2017-04-251-16/+18
* 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
* dirmngr: More fix for test program.NIIBE Yutaka2017-04-141-0/+4
* dirmngr: More fix for Windows.NIIBE Yutaka2017-04-141-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
* dirmngr: More fix for Windows.NIIBE Yutaka2017-04-131-1/+5
* dirmngr: Fix type of sock.NIIBE Yutaka2017-04-121-1/+1
* dirmngr: Fix possible null reference.NIIBE Yutaka2017-04-121-2/+3
* dirmngr: Fix plus1_ns.NIIBE Yutaka2017-04-121-1/+4
* 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
* dirmngr: Use a function to increment network short.NIIBE Yutaka2017-04-121-4/+13
* dirmngr: Fix build for Windows.NIIBE Yutaka2017-04-111-1/+1
* dirmngr: New option --disable-ipv6Werner Koch2017-04-039-6/+37
* dirmngr,w32: Silence the 'certificate already cached' message.Werner Koch2017-04-031-1/+4
* dirmngr: Handle EIO which is sometimes returned by cookie functions.Werner Koch2017-04-031-0/+1
* dirmngr: Always print a warning for a missing /etc/hosts.Werner Koch2017-04-031-10/+1
* dirmngr: Do not assume that /etc/hosts exists.Werner Koch2017-04-031-4/+12
* dirmngr: Fix error handling.Justus Winter2017-03-211-1/+1
* dirmngr: Load the hosts file into libdns.Justus Winter2017-03-211-1/+25
* dirmngr: Ignore warning alerts in the GNUTLS handshake.Werner Koch2017-03-171-1/+7
* Remove -I option to common.NIIBE Yutaka2017-03-0718-28/+28
* doc: Replace README.maint content.Werner Koch2017-03-071-1/+1
* dirmngr: Fix commit de6d8313Werner Koch2017-03-031-1/+1
* dirmngr: Rearrange files to fix de6d831.Werner Koch2017-03-028-31/+81
* dirmngr: Let --gpgconf-list return the default keyserver.Werner Koch2017-03-025-5/+37
* dirmngr: Avoid warnings during non-ntbtls build.Daniel Kahn Gillmor2017-02-261-1/+2
* dirmngr: Add new debug flag "extprog"Werner Koch2017-02-234-4/+14
* dirmngr,w32: Make https with ntbtls work.Werner Koch2017-02-231-27/+100
* Fix spelling.Daniel Kahn Gillmor2017-02-211-2/+2
* Clean up word replication.Yuri Chornoivan2017-02-216-8/+8
* dirmngr: Add special treatment for the standard hkps pool to ntbtls.Werner Koch2017-02-217-27/+67
* dirmngr: Load --hkp-cacert values into the certificate cache.Werner Koch2017-02-213-9/+23
* dirmngr: Load "sks-keyservers.netCA.pem" into the cache.Werner Koch2017-02-211-18/+30
* dirmngr: Implement trust classes for the cert cache.Werner Koch2017-02-213-65/+98
* dirmngr: New Assuan option "http-crl".Werner Koch2017-02-219-8/+34
* dirmngr: Add a magic field to the http structs.Werner Koch2017-02-212-1/+34
* dirmngr: Setup a log handler for ntbtls.Werner Koch2017-02-201-0/+21