aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-02-16dirmngr: Prepare certcache for forthcoming changes.Werner Koch1-28/+40
2017-02-16indent: Reformat and extend some comments in dirmngr.Werner Koch5-92/+100
2017-02-16dirmngr: Replace stpcpy chains by strconcat.Werner Koch4-30/+13
2017-02-15libdns: Workaround for bracketed numerical addresses.Werner Koch1-3/+22
2017-02-15dirmngr: Do PTR lookups only for 'keyserver --hosttable'.Werner Koch1-46/+79
2017-02-15dirmngr: Avoid PTR lookup for hosts in a poolWerner Koch1-5/+18
2017-02-13dirmngr: Do a DNS lookup even if it is missing from nsswitch.conf.Werner Koch1-6/+21
2017-02-01dirmngr: New option --no-use-tor and internal changes.Werner Koch11-23/+75
2017-02-01Fix explanation of commit e175152ef7515921635bf1e00383e812668d13fc.Werner Koch1-1/+1
2017-01-31dirmngr: Require --allow-version-check even if --use-tor is used.Werner Koch1-1/+1
2017-01-24gpg: Print a warning on Tor problems.Werner Koch1-15/+45
2017-01-24dirmngr: Simplify error returning inside http.c.Werner Koch1-51/+50
2017-01-24dirmngr: New option --disable-ipv4.Werner Koch9-6/+41
2017-01-23Fix format string errors and some missing error case initialization.Werner Koch6-7/+7
2017-01-23dirmngr: On SIGHUP mark all keyservers alive.Werner Koch3-0/+25
2017-01-23libdns: Hack to skip negation term.Gaetan Bisson1-1/+9
2017-01-23dirmngr: Print debug message only with --debug.Werner Koch1-1/+2
2017-01-23dirmngr: Handle missing nsswitch.conf.Phil Pennock1-1/+10
2017-01-19dirmngr: Add setup of CA for NTBTLS.NIIBE Yutaka1-1/+78