aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (follow)
Commit message (Expand)AuthorAgeFilesLines
* dirmngr: Don't add system CAs for SKS HKPS pool.debian-unstable-patch-queueNIIBE Yutaka2019-07-201-0/+2
* dirmngr: Only use SKS pool CA for SKS poolDaniel Kahn Gillmor2019-07-201-1/+1
* dirmngr: Avoid automatically checking upstream swdb.Daniel Kahn Gillmor2019-07-201-2/+0
* dirmngr: Avoid need for hkp housekeeping.Daniel Kahn Gillmor2019-07-203-41/+35
* dirmngr: hkp: Avoid potential race condition when some hosts die.Daniel Kahn Gillmor2019-07-201-13/+10
* dirmngr: fix handling of HTTPS redirections during HKPDaniel Kahn Gillmor2019-07-041-1/+3
* dirmngr: Avoid endless loop in case of HTTP error 503.Werner Koch2019-07-031-10/+33
* dirmngr: Do not rewrite the redirection for the "openpgpkey" subdomain.Werner Koch2019-07-031-0/+20
* dirmngr: Fix previous commitWerner Koch2019-07-031-1/+1
* dirmngr: Support the new WKD draft with the openpgpkey subdomain.Werner Koch2019-07-031-8/+56
* dirmngr: Allow for other hash algorithms than SHA-1 in OCSP.Werner Koch2019-05-281-25/+80
* dirmngr: Add a CSRF expection for pm.meWerner Koch2019-05-091-1/+2
* dirmngr: Improve domaininfo cache update algorithm.Werner Koch2019-04-021-19/+106
* dirmngr: Better error code for http status 413.Werner Koch2019-04-023-0/+12
* libdns: Don't use _[A-Z] which are reserved names.NIIBE Yutaka2019-03-251-40/+40
* libdns: Avoid using compound literals (8).NIIBE Yutaka2019-03-071-20/+0
* libdns: Avoid using compound literals (7).NIIBE Yutaka2019-03-073-12/+16
* libdns: Avoid using compound literals (6).NIIBE Yutaka2019-03-073-33/+51
* libdns: Avoid using compound literals (5).NIIBE Yutaka2019-03-072-2/+3
* libdns: Avoid using compound literals (4).NIIBE Yutaka2019-03-072-7/+6
* libdns: Avoid using compound literals (3).NIIBE Yutaka2019-03-072-12/+18
* libdns: Avoid using compound literals (2).NIIBE Yutaka2019-03-072-19/+12
* libdns: Avoid using compound literals.NIIBE Yutaka2019-03-071-5/+10
* dirmngr: Add CSRF protection exception for protonmail.Werner Koch2019-03-071-5/+40
* dirmngr: Fix initialization of assuan's nPth hook.NIIBE Yutaka2019-02-061-1/+1
* Silence compiler warnings new with gcc 8.Werner Koch2018-12-181-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-237-95/+435
* dirmngr: Add FLUSHCRLs commandAndre Heinecke2018-11-122-1/+18
* dirmngr: In verbose mode print the OCSP responder id.Werner Koch2018-11-051-0/+27
* dirmngr: Emit SOURCE status also on NO_DATA.Werner Koch2018-11-051-2/+10
* dirmngr: Fix LDAP port parsing.Werner Koch2018-11-051-1/+1
* dirmngr: Fix out of scope use of a var in the keyserver LDAP code.Werner Koch2018-10-251-23/+10
* dirmngr: Only print info for no ldapserver fileAndre Heinecke2018-10-241-1/+5
* dirmngr: Prepare for updated WKD specs with ?l= paramWerner Koch2018-10-221-12/+21
* assuan: Fix exponential decay for first second.Werner Koch2018-08-281-0/+8
* dirmngr: Validate SRV records in WKD queries.Werner Koch2018-07-291-0/+12
* libdns: For SOCKS connection, just fails.NIIBE Yutaka2018-07-021-1/+1
* libdns: Let kernel to decide the local port.NIIBE Yutaka2018-06-201-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-181-2/+23
* libdns: Clear struct sockaddr_storage by zero.NIIBE Yutaka2018-06-181-0/+4
* libdns: Sync to upstream.NIIBE Yutaka2018-06-181-10/+2
* dirmngr: Fix recursive resolver mode.NIIBE Yutaka2018-06-181-0/+2
* 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