Age | Commit message (Expand) | Author | Files | Lines |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 67 | -67/+67 |
2019-08-22 | Mark IDN tests unsupported with libidn2 before 2.0.5. | Joseph Myers | 2 | -0/+10 |
2019-07-02 | Fix build warnings in resolv/res_send.c | Stefan Liebler | 1 | -1/+16 |
2019-05-24 | nss_dns: Check for proper A/AAAA address alignment | Florian Weimer | 1 | -2/+13 |
2019-04-11 | nss_dns: Do not replace root domain with empty string | Florian Weimer | 2 | -6/+0 |
2019-04-08 | resolv: Remove RES_INSECURE1, RES_INSECURE2 | Florian Weimer | 3 | -23/+13 |
2019-04-08 | resolv: Remove support for RES_USE_INET6 and the inet6 option | Florian Weimer | 10 | -657/+19 |
2019-03-22 | Do not use HP_TIMING_NOW for random bits | Adhemerval Zanella | 2 | -26/+5 |
2019-03-12 | resolv: Enable full ICMP errors for UDP DNS sockets [BZ #24047] | Florian Weimer | 4 | -1/+56 |
2019-02-18 | resolv: Remove debugging code from compat-gethnamaddr.c | Florian Weimer | 1 | -23/+0 |
2019-02-12 | Add fall-through comments. | Joseph Myers | 1 | -0/+4 |
2019-01-21 | CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018] | Florian Weimer | 8 | -31/+413 |
2019-01-21 | resolv: Do not send queries for non-host-names in nss_dns [BZ #24112] | Florian Weimer | 1 | -2/+22 |
2019-01-21 | resolv: Reformat inet_addr, inet_aton to GNU style | Florian Weimer | 1 | -91/+101 |
2019-01-10 | resolv: IDNA tests: AAAA (28) is valid, no fallthrough to default | Andreas K. Hüttel | 1 | -0/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 63 | -63/+63 |
2018-11-08 | Add an additional test to resolv/tst-resolv-network.c | Alexandra Hájková | 1 | -0/+6 |
2018-11-05 | libanl: properly cleanup if first helper thread creation failed (bug 22927) | Andreas Schwab | 1 | -2/+5 |
2018-06-29 | libc: Extend __libc_freeres framework (Bug 23329). | Carlos O'Donell | 2 | -0/+2 |
2018-06-26 | Run thread shutdown functions in an explicit order | Florian Weimer | 3 | -7/+7 |
2018-05-23 | Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247] | Florian Weimer | 7 | -9/+852 |
2018-05-17 | Remove unneeded setting of errno after malloc failure | Andreas Schwab | 1 | -4/+1 |
2018-04-09 | resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037] | Florian Weimer | 1 | -19/+21 |
2018-04-02 | hurd: Add hurd thread library | Samuel Thibault | 1 | -0/+1 |
2018-03-27 | Fix crash in resolver on memory allocation failure (bug 23005) | Andreas Schwab | 1 | -0/+5 |
2018-01-27 | hurd: fix warning | Samuel Thibault | 1 | -0/+1 |
2018-01-08 | resolv: Support binary labels in test framework | Florian Weimer | 2 | -0/+122 |
2018-01-04 | Increase some test timeouts. | Joseph Myers | 1 | -0/+1 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 58 | -58/+58 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -1/+1 |
2017-11-22 | Obsolete p_secstodate. | Joseph Myers | 5 | -14/+33 |
2017-11-22 | Fix p_secstodate overflow handling (bug 22463). | Joseph Myers | 3 | -1/+92 |
2017-11-13 | support: Add <support/next_to_fault.h> | Florian Weimer | 1 | -56/+11 |
2017-11-11 | resolv: More precise checks in res_hnok, res_dnok [BZ #22409] [BZ #22412] | Florian Weimer | 2 | -97/+139 |
2017-11-11 | resolv: ns_name_pton should report trailing \ as error [BZ #22413] | Florian Weimer | 2 | -0/+12 |
2017-11-11 | resolv: Add tst-ns_name_pton | Florian Weimer | 2 | -0/+205 |
2017-11-11 | resolv: Add tst-res_hnok | Florian Weimer | 2 | -0/+155 |
2017-11-11 | resolv: Use test framework in tst-resolv-network | Florian Weimer | 1 | -2/+6 |
2017-10-20 | resolv: Remove bogus targets that build ga_test | Will Hawkins | 2 | -105/+0 |
2017-10-01 | Mark internal functions with attribute_hidden [BZ #18822] | H.J. Lu | 1 | -5/+10 |
2017-09-26 | resolv/Makefile: Fix typo in comment | Florian Weimer | 1 | -1/+1 |
2017-09-26 | resolv/nss_dns/dns-host.c: Fix typo in comment | Florian Weimer | 1 | -1/+2 |
2017-09-21 | Remove non-add-on Banner files. | Joseph Myers | 1 | -1/+0 |
2017-09-07 | Use "static const char domain[] =" | H.J. Lu | 1 | -1/+1 |
2017-09-06 | resolv: __resolv_conf_attach must not free passed conf object [BZ #22096] | Florian Weimer | 1 | -4/+1 |
2017-09-06 | resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095] | Florian Weimer | 1 | -0/+5 |
2017-09-06 | nss_dns: Remove dead PTR IPv4-to-IPv6 mapping code | Florian Weimer | 2 | -20/+174 |
2017-09-06 | tst-res_use_inet6: Enhance test to cover IPv4-to-IPv6 address mapping | Florian Weimer | 1 | -45/+186 |
2017-09-03 | hurd: fix resolv/tst-resolv-res_init-skeleton.c build | Samuel Thibault | 1 | -0/+4 |
2017-09-01 | getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922] | Florian Weimer | 1 | -23/+55 |