about summary refs log tree commit diff
path: root/resolv/nss_dns
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-013-3/+3
* CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa modeFlorian Weimer2023-09-131-1/+1
* resolv/nss_dns/dns-host: Get rid of alloca.Joe Simmons-Talbott2023-08-141-2/+2
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-3/+3
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-063-3/+3
* nss_dns: Rewrite _nss_dns_gethostbyname4_r using current interfacesFlorian Weimer2022-08-301-281/+162
* nss_dns: In gaih_getanswer_slice, skip strange aliases (bug 12154)Florian Weimer2022-08-301-4/+4
* nss_dns: Rewrite getanswer_r to match getanswer_ptr (bug 12154, bug 29305)Florian Weimer2022-08-301-298/+180
* nss_dns: Remove remnants of IPv6 address mappingFlorian Weimer2022-08-301-45/+9
* nss_dns: Rewrite _nss_dns_gethostbyaddr2_r and getanswer_ptrFlorian Weimer2022-08-301-303/+102
* nss_dns: Split getanswer_ptr from getanswer_rFlorian Weimer2022-08-301-52/+268
* resolv: Implement no-aaaa stub resolver optionFlorian Weimer2022-06-241-6/+46
* Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2022-04-131-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-013-3/+3
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-033-3/+0
* resolv: Move nss_dns into libcFlorian Weimer2021-07-193-36/+31
* resolv: Move dn_skipname to its own file and into libcFlorian Weimer2021-07-192-3/+3
* resolv: Move dn_expand to its own file and into libcFlorian Weimer2021-07-191-2/+2
* nss_dns: Do not use deprecated packet parsing functionsFlorian Weimer2021-07-152-21/+20
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-023-3/+3
* nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-133-0/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-013-3/+3
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-073-3/+3
* nss_dns: Check for proper A/AAAA address alignmentFlorian Weimer2019-05-241-2/+13
* nss_dns: Do not replace root domain with empty stringFlorian Weimer2019-04-112-6/+0
* resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]Florian Weimer2019-01-211-2/+22
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-013-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-013-3/+3
* resolv/nss_dns/dns-host.c: Fix typo in commentFlorian Weimer2017-09-261-1/+2
* nss_dns: Remove dead PTR IPv4-to-IPv6 mapping codeFlorian Weimer2017-09-061-13/+0
* Consistently use uintN_t not u_intN_t everywhere.Joseph Myers2017-08-071-2/+2
* resolv: Mirror the entire resolver configuration in struct resolv_confFlorian Weimer2017-07-031-15/+22
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-033-49/+95
* resolv: Report allocation errors in __res_vinitFlorian Weimer2017-06-192-5/+25
* nss_dns: Correct parentheses for the __glibc_unlikely argumentFlorian Weimer2017-04-191-1/+1
* resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer2017-04-191-16/+27
* nss_dns: Replace local declarations with declarations from a header fileFlorian Weimer2017-04-042-14/+2
* nss_dns: Remove superfluous dn_expand call from network handlingFlorian Weimer2017-04-041-5/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-013-3/+3
* CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer2016-12-311-1/+1
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-14/+4
* resolv: Remove RES_USEBSTRING and its implementation [BZ #20629]Florian Weimer2016-10-071-14/+0
* resolv: Remove RES_NOIP6DOTINT and its implementationFlorian Weimer2016-10-071-8/+0
* resolv: Remove SUNSECURITY preprocessor conditionalsFlorian Weimer2016-04-281-5/+0
* resolv: Remove RESOLVSORT preprocess conditionalsFlorian Weimer2016-04-281-4/+0
* nss_dns: Skip over non-PTR records in the netent code [BZ #19868]Florian Weimer2016-04-271-2/+18
* nss_dns: Remove custom offsetof macro definitionFlorian Weimer2016-04-271-3/+1
* nss_dns: Check address length before creating addrinfo result [BZ #19831]Florian Weimer2016-04-271-20/+39
* resolv, nss_dns: Remove remaining syslog logging [BZ #19862]Florian Weimer2016-04-271-22/+0
* nss_dns: Validate RDATA length against packet length [BZ #19830]Florian Weimer2016-04-272-3/+28