aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/dns.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-07dirmngr: Fix libdns with 127.0.0.1.NIIBE Yutaka1-6/+6
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2022-09-16dirmngr:dns,doc,gpg: Fix for noreturn for C11.NIIBE Yutaka1-1/+1
2022-09-14dirmngr:dns: Fixes for function prototypes.NIIBE Yutaka1-59/+164
2021-12-22build: Update for newer autoconf.NIIBE Yutaka1-1/+1
2021-10-15dns: Make reading resolv.conf more robust.NIIBE Yutaka1-1/+6
2020-08-19dns: Fix memory use-after-free.NIIBE Yutaka1-0/+6
2020-05-20dirmngr: dns: Fix allocation of string buffer in stack.NIIBE Yutaka1-23/+29
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-2/+2
2019-08-22dns: Fix irrelevant use of tmpfile.NIIBE Yutaka1-2/+0
2019-03-25libdns: Don't use _[A-Z] which are reserved names.NIIBE Yutaka1-40/+40
2019-02-26libdns: Avoid using compound literals (7).NIIBE Yutaka1-5/+10
2019-02-26libdns: Avoid using compound literals (6).NIIBE Yutaka1-26/+47
2019-02-26libdns: Avoid using compound literals (5).NIIBE Yutaka1-1/+2
2019-02-26libdns: Avoid using compound literals (4).NIIBE Yutaka1-2/+6
2019-02-26libdns: Avoid using compound literals (3).NIIBE Yutaka1-9/+18
2019-02-26libdns: Avoid using compound literals (2).NIIBE Yutaka1-6/+9
2019-02-26libdns: Avoid using compound literals.NIIBE Yutaka1-5/+10
2018-12-17Silence a few compiler warnings new with gcc 8.Werner Koch1-5/+12
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-2/+2
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
2017-07-25dirmngr: Add annotation for fallthrough.NIIBE Yutaka1-41/+41
2017-07-20dnsmngr: Fix use of CPP.NIIBE Yutaka1-5/+23
2017-06-13dirmngr: Implement querying nameservers over IPv6.Justus Winter1-1/+179
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-04-25dirmngr: Fix aliasing problem in dns.c.NIIBE Yutaka1-16/+18
2017-04-13dirmngr: More fix for Windows.NIIBE Yutaka1-1/+5
2017-04-12dirmngr: Fix possible null reference.NIIBE Yutaka1-2/+3
2017-04-12dirmngr: Fix plus1_ns.NIIBE Yutaka1-1/+4
2017-04-12dirmngr: Use a function to increment network short.NIIBE Yutaka1-4/+13
2017-01-23libdns: Hack to skip negation term.Gaetan Bisson1-1/+9
2017-01-12libdns: Silence -Wstrict-prototypes on some function ptrs.Werner Koch1-0/+13
2017-01-12libdns: Provide replacement for EPROTO.Werner Koch1-0/+4
2016-12-19dirmngr,w32: Hack around a select problem.Werner Koch1-2/+3
2016-12-14dirmngr: New libdns snapshotJustus Winter1-61/+154
2016-12-14dirmngr: Add basic libdns supportJustus Winter1-0/+11152