about summary refs log tree commit diff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-02-048-31/+413
* resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]Florian Weimer2019-02-041-2/+22
* resolv: Reformat inet_addr, inet_aton to GNU styleFlorian Weimer2019-02-041-91/+101
* Add an additional test to resolv/tst-resolv-network.cAlexandra Hájková2018-11-091-0/+6
* libanl: properly cleanup if first helper thread creation failed (bug 22927)Andreas Schwab2018-11-061-2/+5
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-292-0/+2
* Run thread shutdown functions in an explicit orderFlorian Weimer2018-06-263-7/+7
* Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer2018-05-237-9/+852
* Remove unneeded setting of errno after malloc failureAndreas Schwab2018-05-171-4/+1
* resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037]Florian Weimer2018-04-091-19/+21
* hurd: Add hurd thread librarySamuel Thibault2018-04-021-0/+1
* Fix crash in resolver on memory allocation failure (bug 23005)Andreas Schwab2018-03-271-0/+5
* hurd: fix warningSamuel Thibault2018-01-271-0/+1
* resolv: Support binary labels in test frameworkFlorian Weimer2018-01-082-0/+122
* Increase some test timeouts.Joseph Myers2018-01-041-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0158-58/+58
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-1/+1
* Obsolete p_secstodate.Joseph Myers2017-11-225-14/+33
* Fix p_secstodate overflow handling (bug 22463).Joseph Myers2017-11-223-1/+92
* support: Add <support/next_to_fault.h>Florian Weimer2017-11-131-56/+11
* resolv: More precise checks in res_hnok, res_dnok [BZ #22409] [BZ #22412]Florian Weimer2017-11-112-97/+139
* resolv: ns_name_pton should report trailing \ as error [BZ #22413]Florian Weimer2017-11-112-0/+12
* resolv: Add tst-ns_name_ptonFlorian Weimer2017-11-112-0/+205
* resolv: Add tst-res_hnokFlorian Weimer2017-11-112-0/+155
* resolv: Use test framework in tst-resolv-networkFlorian Weimer2017-11-111-2/+6
* resolv: Remove bogus targets that build ga_testWill Hawkins2017-10-202-105/+0
* Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-5/+10
* resolv/Makefile: Fix typo in commentFlorian Weimer2017-09-261-1/+1
* resolv/nss_dns/dns-host.c: Fix typo in commentFlorian Weimer2017-09-261-1/+2
* Remove non-add-on Banner files.Joseph Myers2017-09-211-1/+0
* Use "static const char domain[] ="H.J. Lu2017-09-071-1/+1
* resolv: __resolv_conf_attach must not free passed conf object [BZ #22096]Florian Weimer2017-09-061-4/+1
* resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095]Florian Weimer2017-09-061-0/+5
* nss_dns: Remove dead PTR IPv4-to-IPv6 mapping codeFlorian Weimer2017-09-062-20/+174
* tst-res_use_inet6: Enhance test to cover IPv4-to-IPv6 address mappingFlorian Weimer2017-09-061-45/+186
* hurd: fix resolv/tst-resolv-res_init-skeleton.c buildSamuel Thibault2017-09-031-0/+4
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2017-09-011-23/+55
* resolv: Remove internal_function attributeFlorian Weimer2017-08-315-24/+8
* Consolidate non cancellable writev callAdhemerval Zanella2017-08-211-1/+1
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-2/+2
* Consistently use uintN_t not u_intN_t everywhere.Joseph Myers2017-08-076-29/+29
* resolv: Deal with non-deterministic address order in tst-resolv-basicFlorian Weimer2017-07-061-15/+64
* support: Add resolver testing mode which does not patch _resFlorian Weimer2017-07-052-1/+489
* support: Add support_chroot_create and support_chroot_freeFlorian Weimer2017-07-051-47/+22
* resolv: Fix resolv_conf _res matchingFlorian Weimer2017-07-042-5/+50
* resolv: Fix improper assert in __resolv_conf_attachFlorian Weimer2017-07-043-8/+99
* resolv: Introduce free list for resolv_conf index slostsFlorian Weimer2017-07-033-32/+126
* resolv: Automatically reload a changed /etc/resolv.conf file [BZ #984]Florian Weimer2017-07-039-94/+235
* resolv: Mirror the entire resolver configuration in struct resolv_confFlorian Weimer2017-07-036-116/+536
* resolv: Lift domain search list limits [BZ #19569] [BZ #21475]Florian Weimer2017-07-036-81/+348