aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (follow)
Commit message (Expand)AuthorAgeFilesLines
* Silence a few compiler warnings new with gcc 8.Werner Koch2018-12-171-5/+12
* dirmngr: Retry another server from the pool on 502, 503, 504.Werner Koch2018-12-111-7/+33
* dirmngr: New function http_status2string.Werner Koch2018-12-112-0/+26
* dirmngr: Avoid possible CSRF attacks via http redirects.Werner Koch2018-11-227-95/+435
* dirmngr: Support the new WKD draft with the openpgpkey subdomain.Werner Koch2018-11-133-19/+68
* dirmngr: Add FLUSHCRLs commandAndre Heinecke2018-11-122-1/+18
* common: Prepare for parsing mail sub-addresses.Werner Koch2018-11-121-2/+2
* dirmngr: Fix LDAP port parsing.Werner Koch2018-11-051-1/+1
* headers: fix spellingDaniel Kahn Gillmor2018-10-251-1/+1
* dirmngr: Fix out of scope use of a var in the keyserver LDAP code.Werner Koch2018-10-251-23/+10
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-2414-24/+24
* dirmngr: Prepare for updated WKD specs with ?l= paramWerner Koch2018-10-221-12/+21
* dirmngr: In verbose mode print the OCSP responder id.Werner Koch2018-10-221-0/+27
* Revert "dirmngr: hkp: Avoid potential race condition when some hosts die."NIIBE Yutaka2018-09-111-10/+13
* dirmngr: Serialize access to hosttable.NIIBE Yutaka2018-09-113-8/+64
* dirmngr: Emit SOURCE status also on NO_DATA.Werner Koch2018-09-071-2/+10
* dirmngr: hkp: Avoid potential race condition when some hosts die.Daniel Kahn Gillmor2018-09-071-13/+10
* dirmngr: Validate SRV records in WKD queries.Werner Koch2018-07-271-0/+12
* dirmngr: Print a WARNING status for DNS config problems.Werner Koch2018-07-2515-93/+194
* libdns: For SOCKS connection, just fails.NIIBE Yutaka2018-07-021-1/+1
* libdns: Let kernel to decide the local port.NIIBE Yutaka2018-06-191-0/+3
* libdns: Fix for non-FQDN hostname.NIIBE Yutaka2018-06-181-5/+8
* libdns: Fix connect and try next nameserver when ECONNREFUSED.NIIBE Yutaka2018-06-151-2/+23
* libdns: Clear struct sockaddr_storage by zero.NIIBE Yutaka2018-06-151-0/+4
* libdns: Sync to upstream.NIIBE Yutaka2018-06-141-10/+2
* dirmngr: Fix recursive resolver mode.NIIBE Yutaka2018-06-141-0/+2
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-05-1317-477/+778
|\
| * dirmngr: Implement timeout for dirmngr_ldap under Windows.Werner Koch2018-05-021-4/+44
| * dirmngr: Sleep in the ldap wrapper thread.Werner Koch2018-04-301-212/+311
| * dirmngr: Use the LDAP wrapper process also for Windows.Werner Koch2018-04-272-186/+237
| * dirmngr: Silence log output from dirmngr_ldap.Werner Koch2018-04-273-5/+13
| * dirmngr: Lower the dead host resurrection time to 1.5hWerner Koch2018-04-261-2/+2
| * dirmngr: Fix handling of CNAMEed keyserver pools.Werner Koch2018-04-262-1/+33
| * dirmngr: Add the used TLS library to the debug output.Werner Koch2018-04-251-1/+11
| * dirmngr: Allow redirection from https to http for CRLsWerner Koch2018-04-255-21/+40
| * dirmngr: Implement CRL fetching via https.Werner Koch2018-04-2510-131/+133
| * dirmngr: Fallback to CRL if no default OCSP responder is configured.Werner Koch2018-04-241-23/+42
| * dirmngr: More binary I/O on Windows for CRLsAndre Heinecke2018-04-201-2/+5
| * agent,dirmngr: Add "getenv" to the getinfo command.Werner Koch2018-04-121-1/+19
* | Merge branch 'STABLE-BRANCH-2-2' into wk-masterWerner Koch2018-03-061-0/+2
|\|
| * dirmngr: Handle failures related to missing IPv6 gracefullyMichał Górny2018-02-221-0/+2
* | Merge branch 'STABLE-BRANCH-2-2'Werner Koch2018-02-221-20/+8
|\|
| * common: Use new function to print status strings.Werner Koch2018-02-141-18/+1
| * dirmngr: Improve assuan error comment for cmd keyserver.Werner Koch2018-01-271-2/+7
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-12-181-2/+13
|\|
| * Change backlog from 5 to 64 and provide option --listen-backlog.Werner Koch2017-12-121-2/+13
| * dirmngr: Check for WKD support at session endWerner Koch2017-12-114-27/+63
| * dirmngr: Add a background task framework.Werner Koch2017-12-115-12/+305
| * dirmngr: Limit the number of cached domains for WKD.Werner Koch2017-12-111-8/+54
| * dirmngr: Keep track of domains used for WKD queriesWerner Koch2017-12-115-0/+302