summaryrefslogtreecommitdiffstats
path: root/dirmngr/dns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dns: Fix memory use-after-free.NIIBE Yutaka2020-08-191-0/+6
* dirmngr: dns: Fix allocation of string buffer in stack.NIIBE Yutaka2020-05-201-23/+29
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-2/+2
* dns: Fix irrelevant use of tmpfile.NIIBE Yutaka2019-08-221-2/+0
* libdns: Don't use _[A-Z] which are reserved names.NIIBE Yutaka2019-03-251-40/+40
* libdns: Avoid using compound literals (7).NIIBE Yutaka2019-02-261-5/+10
* libdns: Avoid using compound literals (6).NIIBE Yutaka2019-02-261-26/+47
* libdns: Avoid using compound literals (5).NIIBE Yutaka2019-02-261-1/+2
* libdns: Avoid using compound literals (4).NIIBE Yutaka2019-02-261-2/+6
* libdns: Avoid using compound literals (3).NIIBE Yutaka2019-02-261-9/+18
* libdns: Avoid using compound literals (2).NIIBE Yutaka2019-02-261-6/+9
* libdns: Avoid using compound literals.NIIBE Yutaka2019-02-261-5/+10
* Silence a few compiler warnings new with gcc 8.Werner Koch2018-12-171-5/+12
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-2/+2
* 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-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: Add annotation for fallthrough.NIIBE Yutaka2017-07-251-41/+41
* dnsmngr: Fix use of CPP.NIIBE Yutaka2017-07-201-5/+23
* dirmngr: Implement querying nameservers over IPv6.Justus Winter2017-06-131-1/+179
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* dirmngr: Fix aliasing problem in dns.c.NIIBE Yutaka2017-04-251-16/+18
* dirmngr: More fix for Windows.NIIBE Yutaka2017-04-131-1/+5
* dirmngr: Fix possible null reference.NIIBE Yutaka2017-04-121-2/+3
* dirmngr: Fix plus1_ns.NIIBE Yutaka2017-04-121-1/+4
* dirmngr: Use a function to increment network short.NIIBE Yutaka2017-04-121-4/+13
* libdns: Hack to skip negation term.Gaetan Bisson2017-01-231-1/+9
* 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,w32: Hack around a select problem.Werner Koch2016-12-191-2/+3
* dirmngr: New libdns snapshotJustus Winter2016-12-141-61/+154
* dirmngr: Add basic libdns supportJustus Winter2016-12-141-0/+11152