aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-28dirmngr: Allow for other hash algorithms than SHA-1 in OCSP.Werner Koch1-25/+80
2019-05-28dirmngr: Improve finding OCSP cert.Werner Koch1-1/+35
2019-05-09dirmngr: Add a CSRF expection for pm.meWerner Koch1-1/+2
2019-04-02dirmngr: Improve domaininfo cache update algorithm.Werner Koch1-19/+106
2019-03-29dirmngr: Better for error code for http status 413.Werner Koch3-0/+12
2019-03-25libdns: Don't use _[A-Z] which are reserved names.NIIBE Yutaka1-40/+40
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch2-18/+11
2019-03-11dirmngr: Avoid testing for Tor with --gpgconf-list.Werner Koch1-1/+6
2019-03-07dirmngr: Add CSRF protection exception for protonmail.Werner Koch1-5/+40
2019-02-26libdns: Avoid using compound literals (8).NIIBE Yutaka1-20/+0
2019-02-26libdns: Avoid using compound literals (7).NIIBE Yutaka3-12/+16
2019-02-26libdns: Avoid using compound literals (6).NIIBE Yutaka3-33/+51
2019-02-26libdns: Avoid using compound literals (5).NIIBE Yutaka2-2/+3
2019-02-26libdns: Avoid using compound literals (4).NIIBE Yutaka2-7/+6
2019-02-26libdns: Avoid using compound literals (3).NIIBE Yutaka2-12/+18
2019-02-26libdns: Avoid using compound literals (2).NIIBE Yutaka2-19/+12
2019-02-26libdns: Avoid using compound literals.NIIBE Yutaka1-5/+10
2019-01-25dirmngr: Fix initialization of assuan's nPth hook.NIIBE Yutaka1-1/+1
2018-12-17Silence a few compiler warnings new with gcc 8.Werner Koch1-5/+12
2018-12-11dirmngr: Retry another server from the pool on 502, 503, 504.Werner Koch1-7/+33
2018-12-11dirmngr: New function http_status2string.Werner Koch2-0/+26
2018-11-22dirmngr: Avoid possible CSRF attacks via http redirects.Werner Koch7-95/+435
2018-11-13dirmngr: Support the new WKD draft with the openpgpkey subdomain.Werner Koch3-19/+68
2018-11-12dirmngr: Add FLUSHCRLs commandAndre Heinecke2-1/+18
2018-11-12common: Prepare for parsing mail sub-addresses.Werner Koch1-2/+2
2018-11-05dirmngr: Fix LDAP port parsing.Werner Koch1-1/+1
2018-10-25headers: fix spellingDaniel Kahn Gillmor1-1/+1
2018-10-25dirmngr: Fix out of scope use of a var in the keyserver LDAP code.Werner Koch1-23/+10
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor14-24/+24
2018-10-22dirmngr: Prepare for updated WKD specs with ?l= paramWerner Koch1-12/+21
2018-10-22dirmngr: In verbose mode print the OCSP responder id.Werner Koch1-0/+27
2018-09-11Revert "dirmngr: hkp: Avoid potential race condition when some hosts die."NIIBE Yutaka1-10/+13
2018-09-11dirmngr: Serialize access to hosttable.NIIBE Yutaka3-8/+64
2018-09-07dirmngr: Emit SOURCE status also on NO_DATA.Werner Koch1-2/+10
2018-09-07dirmngr: hkp: Avoid potential race condition when some hosts die.Daniel Kahn Gillmor1-13/+10
2018-07-27dirmngr: Validate SRV records in WKD queries.Werner Koch1-0/+12
2018-07-25dirmngr: Print a WARNING status for DNS config problems.Werner Koch15-93/+194
2018-07-02libdns: For SOCKS connection, just fails.NIIBE Yutaka1-1/+1
2018-06-19libdns: Let kernel to decide the local port.NIIBE Yutaka1-0/+3
2018-06-18libdns: Fix for non-FQDN hostname.NIIBE Yutaka1-5/+8
2018-06-15libdns: Fix connect and try next nameserver when ECONNREFUSED.NIIBE Yutaka1-2/+23
2018-06-15libdns: Clear struct sockaddr_storage by zero.NIIBE Yutaka1-0/+4
2018-06-14libdns: Sync to upstream.NIIBE Yutaka1-10/+2
2018-06-14dirmngr: Fix recursive resolver mode.NIIBE Yutaka1-0/+2
2018-05-02dirmngr: Implement timeout for dirmngr_ldap under Windows.Werner Koch1-4/+44
2018-04-30dirmngr: Sleep in the ldap wrapper thread.Werner Koch1-212/+311
2018-04-27dirmngr: Use the LDAP wrapper process also for Windows.Werner Koch2-186/+237
2018-04-27dirmngr: Silence log output from dirmngr_ldap.Werner Koch3-5/+13
2018-04-26dirmngr: Lower the dead host resurrection time to 1.5hWerner Koch1-2/+2
2018-04-26dirmngr: Fix handling of CNAMEed keyserver pools.Werner Koch2-1/+33