aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-01-16dirmngr: Implement hkps lookups using literal addresses.Werner Koch1-1/+29
2017-01-16dirmngr: Allow reverse DNS lookups in Tor-mode.Werner Koch1-31/+182
2017-01-16dirmngr: Avoid network queries for literal IP addresses.Werner Koch1-0/+4
2017-01-16dirmngr: Fix URL creation for literal IPv6 addresses in HKP.Werner Koch2-31/+39
2017-01-12libdns: Silence -Wstrict-prototypes on some function ptrs.Werner Koch1-0/+13
2017-01-12libdns: Provide replacement for EPROTO.Werner Koch1-0/+4
2017-01-11dirmngr: After a connection failure log a hint if Tor is not running.Werner Koch1-0/+11
2017-01-11dirmngr: Mark hosts dead on ENETDOWN.Werner Koch1-0/+5
2017-01-11dirmngr: Fix Tor access for v6 addresses.Werner Koch1-1/+63
2017-01-11dirmngr: Remove warnings about unused global variables.Werner Koch2-2/+2
2017-01-11dirmngr: Implement debug option "network" for http.Werner Koch1-0/+1