summaryrefslogtreecommitdiffstats
path: root/dirmngr (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* dirmngr.c: Make http.c build without any TLS support.Werner Koch2017-02-201-3/+4
* dirmngr: Make t-http.c work again with gnutls - second tryWerner Koch2017-02-201-0/+1
* dirmngr: Make t-http.c work again with gnutls.Werner Koch2017-02-201-2/+4
* dirmngr: First take on ntbtls cert verification.Werner Koch2017-02-198-93/+233
* dirmngr: Add per-session verify callback to http.cWerner Koch2017-02-186-23/+58
* dirmngr: Strip the default https port from the Host: header.Werner Koch2017-02-171-1/+1
* dirmngr: Add option --no-crl to the VALIDATE cmd.Werner Koch2017-02-174-53/+41
* dirmngr: Add options --tls and --systrust to the VALIDATE cmd.Werner Koch2017-02-175-26/+198
* dirmngr: Remove use of hardcoded numbers in validate.Werner Koch2017-02-172-45/+77
* dirmngr,w32: Load all system provided certificates.Werner Koch2017-02-161-2/+138
* dirmngr: Load all system provided certificates.Werner Koch2017-02-163-14/+148
* dirmngr: Prepare certcache for forthcoming changes.Werner Koch2017-02-161-28/+40
* indent: Reformat and extend some comments in dirmngr.Werner Koch2017-02-165-92/+100
* dirmngr: Replace stpcpy chains by strconcat.Werner Koch2017-02-164-30/+13
* libdns: Workaround for bracketed numerical addresses.Werner Koch2017-02-151-3/+22
* dirmngr: Do PTR lookups only for 'keyserver --hosttable'.Werner Koch2017-02-151-46/+79
* dirmngr: Avoid PTR lookup for hosts in a poolWerner Koch2017-02-151-5/+18
* dirmngr: Do a DNS lookup even if it is missing from nsswitch.conf.Werner Koch2017-02-131-6/+21
* dirmngr: New option --no-use-tor and internal changes.Werner Koch2017-02-0111-23/+75
* Fix explanation of commit e175152ef7515921635bf1e00383e812668d13fc.Werner Koch2017-02-011-1/+1
* dirmngr: Require --allow-version-check even if --use-tor is used.Werner Koch2017-01-311-1/+1
* gpg: Print a warning on Tor problems.Werner Koch2017-01-241-15/+45
* dirmngr: Simplify error returning inside http.c.Werner Koch2017-01-241-51/+50
* dirmngr: New option --disable-ipv4.Werner Koch2017-01-249-6/+41
* Fix format string errors and some missing error case initialization.Werner Koch2017-01-236-7/+7
* dirmngr: On SIGHUP mark all keyservers alive.Werner Koch2017-01-233-0/+25
* libdns: Hack to skip negation term.Gaetan Bisson2017-01-231-1/+9
* dirmngr: Print debug message only with --debug.Werner Koch2017-01-231-1/+2
* dirmngr: Handle missing nsswitch.conf.Phil Pennock2017-01-231-1/+10
* dirmngr: Add setup of CA for NTBTLS.NIIBE Yutaka2017-01-191-1/+78
* dirmngr: Implement hkps lookups using literal addresses.Werner Koch2017-01-161-1/+29
* dirmngr: Allow reverse DNS lookups in Tor-mode.Werner Koch2017-01-161-31/+182
* dirmngr: Avoid network queries for literal IP addresses.Werner Koch2017-01-161-0/+4
* dirmngr: Fix URL creation for literal IPv6 addresses in HKP.Werner Koch2017-01-162-31/+39
* libdns: Silence -Wstrict-prototypes on some function ptrs.Werner Koch2017-01-121-0/+13
* libdns: Provide replacement for EPROTO.Werner Koch2017-01-121-0/+4
* dirmngr: After a connection failure log a hint if Tor is not running.Werner Koch2017-01-111-0/+11
* dirmngr: Mark hosts dead on ENETDOWN.Werner Koch2017-01-111-0/+5