about summary refs log tree commit diff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-021-1/+1
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-1/+1
* Relicense IBM portions of resolv/base64.c resolv/res_debug.c.Carlos O'Donell2024-01-262-38/+34
* resolv: Fix endless loop in __res_context_queryStefan Liebler2024-01-112-4/+8
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0197-97/+97
* resolv: Fix a few unaligned accesses to fields in HEADERLudwig Rydberg2023-12-122-6/+6
* resolv: free only initialized items from gai poolJan Palus2023-11-201-1/+2
* resolve: Remove __res_context_query alloca usageAdhemerval Zanella2023-10-021-31/+23
* resolv: Fix a comment typo in __resolv_conf_loadArjun Shankar2023-09-291-1/+1
* CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa modeFlorian Weimer2023-09-133-1/+132
* resolv: Fix some unaligned accesses in resolver [BZ #30750]John David Anglin2023-09-132-2/+4
* resolv/nss_dns/dns-host: Get rid of alloca.Joe Simmons-Talbott2023-08-141-2/+2
* Restore lookup of IPv4 mapped addresses in files database (bug 25457)Andreas Schwab2023-07-241-0/+69
* resolv_conf: release lock on allocation failure (bug 30527)Andreas Schwab2023-06-071-1/+4
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-0220-28/+28
* hurd 64bit: Re-introduce gai_suspend symbolSamuel Thibault2023-05-191-0/+2
* hurd 64bit: Add missing libanlSamuel Thibault2023-05-011-1/+1
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-276-17/+26
* C2x strtol binary constant handlingJoseph Myers2023-02-163-1/+32
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0695-95/+95
* Avoid use of atoi in some places in libcJoseph Myers2022-12-191-3/+3
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+1
* resolv: Fix building tst-resolv-invalid-cname for earlier C standardsFlorian Weimer2022-08-301-1/+1
* nss_dns: Rewrite _nss_dns_gethostbyname4_r using current interfacesFlorian Weimer2022-08-301-281/+162
* resolv: Add new tst-resolv-invalid-cnameFlorian Weimer2022-08-302-0/+409
* 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-304-201/+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: Add DNS packet parsing helpers geared towards wire formatFlorian Weimer2022-08-304-0/+369
* resolv: Add internal __ns_name_length_uncompressed functionFlorian Weimer2022-08-303-0/+212
* resolv: Add the __ns_samebinaryname functionFlorian Weimer2022-08-303-0/+122
* resolv: Add internal __res_binary_hnok functionFlorian Weimer2022-08-301-5/+9
* resolv: Add tst-resolv-aliasesFlorian Weimer2022-08-302-0/+256
* resolv: Add tst-resolv-byaddr for testing reverse lookupFlorian Weimer2022-08-303-0/+360
* resolv/tst-resolv-noaaaa: Support building for older C standardsFlorian Weimer2022-06-241-5/+9
* resolv: Implement no-aaaa stub resolver optionFlorian Weimer2022-06-2411-12/+773
* Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2022-04-131-1/+1
* resolv: Initialize loop variable on tst-resolv-trailingAdhemerval Zanella2022-03-311-1/+1
* resolv: Fix unaligned accesses to fields in HEADER structJohn David Anglin2022-03-223-14/+21
* resolv: Fix tst-resolv tests for 2.35 ABIs and laterStafford Horne2022-02-241-9/+9
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0182-82/+82
* resolv: Do not install libanl.so symbolic linkAdhemerval Zanella2021-12-301-0/+5
* resolv: Do not build libanl.so for ABIs starting at 2.35Adhemerval Zanella2021-12-301-1/+5
* resolv: Avoid GCC 12 false positive warning [BZ #28439].Martin Sebor2021-10-111-1/+3
* resolv: make res_randomid use random_bits()Cristian Rodríguez2021-10-081-1/+2
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0312-12/+0
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-3/+6
* resolv: Do not install libnss_dns.a, libnss_dns.soFlorian Weimer2021-07-201-0/+8