summaryrefslogtreecommitdiffstats
path: root/dirmngr (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dirmngr: Fix Tor access for v6 addresses.Werner Koch2017-01-111-1/+63
* dirmngr: Remove warnings about unused global variables.Werner Koch2017-01-112-2/+2
* dirmngr: Implement debug option "network" for http.Werner Koch2017-01-111-0/+1
* dirmngr: Add debug code to http.c.Werner Koch2017-01-112-22/+54
* dirmngr: Use "pgpkey-hkps" and "pgpkey-hkp" for SRV record lookups.Werner Koch2017-01-091-29/+34
* dirmngr: Do not use a SRV record for HKP if a port was specified.Werner Koch2017-01-093-28/+40
* dirmngr: Implement experimental SRV record lookup for WKD.Werner Koch2017-01-081-1/+51
* dirmngr: Improve debug output for TLS.Werner Koch2017-01-081-0/+8
* dirmngr: Change internal SRV lookup API.Werner Koch2017-01-085-37/+31
* dirmngr: Strip root zone suffix from libdns SRV results.Werner Koch2017-01-081-0/+4
* dirmngr: Make sure Tor mode is also set for DNS on SIGHUP.Werner Koch2017-01-035-37/+14
* dirmngr: New debug message on correctly initialized libdns.Werner Koch2017-01-031-1/+4