Age | Commit message (Expand) | Author | Files | Lines |
2016-09-23 | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 1 | -2/+1 |
2016-09-23 | Installed-header hygiene (BZ#20366): obsolete BSD u_* types. | Zack Weinberg | 2 | -108/+129 |
2016-09-23 | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg | 1 | -2/+2 |
2016-09-21 | resolv: Remove unsupported hook functions from the API [BZ #20016] | Florian Weimer | 6 | -117/+61 |
2016-09-21 | <arpa/nameser.h>: Remove RR type classification macros [BZ #20592] | Florian Weimer | 1 | -11/+0 |
2016-09-21 | <arpa/nameser.h>, <arpa/nameser_compat.h>: Remove versions | Florian Weimer | 2 | -20/+0 |
2016-09-21 | resolv: Remove the BIND_4_COMPAT macro | Florian Weimer | 2 | -8/+0 |
2016-09-21 | Remove obsolete DNSSEC support [BZ #20591] | Florian Weimer | 3 | -320/+1 |
2016-09-15 | inet: Add __inet6_scopeid_pton function [BZ #20611] | Florian Weimer | 1 | -20/+7 |
2016-09-13 | resolv: Remove _LIBC_REENTRANT | Florian Weimer | 1 | -2/+0 |
2016-08-18 | Fix incorrect double-checked locking related to _res_hconf.initialized. | Torvald Riegel | 2 | -1/+11 |
2016-05-10 | resolv: Call gmtime_r instead of gmtime in p_secstodate [BZ #20017] | Florian Weimer | 1 | -6/+1 |
2016-04-28 | resolv: Reindent preprocessor conditionals following cleanups | Florian Weimer | 3 | -12/+12 |
2016-04-28 | resolv: Assorted preprocessor cleanups | Florian Weimer | 2 | -39/+3 |
2016-04-28 | resolv: Remove SUNSECURITY preprocessor conditionals | Florian Weimer | 2 | -37/+0 |
2016-04-28 | resolv: Remove BSD compatibility conditionals and header | Florian Weimer | 2 | -58/+3 |
2016-04-28 | resolv: Remove __BIND_NOSTATIC conditionals | Florian Weimer | 2 | -4/+0 |
2016-04-28 | resolv: Remove traces of ULTRIX support | Florian Weimer | 2 | -19/+0 |
2016-04-28 | resolv: Remove RFC1535 conditionals | Florian Weimer | 2 | -31/+0 |
2016-04-28 | resolv: Remove RESOLVSORT preprocess conditionals | Florian Weimer | 3 | -23/+0 |
2016-04-28 | resolv: Remove BIND_UPDATE preprocessor conditionals | Florian Weimer | 1 | -36/+0 |
2016-04-28 | resolv: Remove _LIBC conditionals | Florian Weimer | 6 | -140/+4 |
2016-04-28 | resolv: Remove SCCS and RCS keywords | Florian Weimer | 23 | -100/+0 |
2016-04-27 | nss_dns: Skip over non-PTR records in the netent code [BZ #19868] | Florian Weimer | 1 | -2/+18 |
2016-04-27 | nss_dns: Remove custom offsetof macro definition | Florian Weimer | 1 | -3/+1 |
2016-04-27 | nss_dns: Check address length before creating addrinfo result [BZ #19831] | Florian Weimer | 1 | -20/+39 |
2016-04-27 | resolv, nss_dns: Remove remaining syslog logging [BZ #19862] | Florian Weimer | 2 | -42/+0 |
2016-04-27 | nss_dns: Validate RDATA length against packet length [BZ #19830] | Florian Weimer | 2 | -3/+28 |
2016-04-27 | resolv: Always set *resplen2 out parameter in send_vc [BZ #19825] | Florian Weimer | 1 | -21/+18 |
2016-04-11 | nss_dns: Fix assertion failure in _nss_dns_getcanonname_r [BZ #19865] | Florian Weimer | 1 | -0/+7 |
2016-03-29 | CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879] | Florian Weimer | 1 | -4/+1 |
2016-03-25 | resolv: Always set *resplen2 out parameter in send_dg [BZ #19791] | Florian Weimer | 1 | -23/+40 |
2016-03-16 | Fix hurd build | Samuel Thibault | 1 | -0/+1 |
2016-03-15 | Fix resource leak in resolver (bug 19257) | Andreas Schwab | 1 | -1/+1 |
2016-02-19 | res_ninit: Update comment | Florian Weimer | 1 | -15/+1 |
2016-02-16 | CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665). | Carlos O'Donell | 3 | -65/+309 |
2016-01-15 | Fix build failures with -DDEBUG. | Martin Sebor | 1 | -2/+2 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2015-12-29 | resolv: Reset defdname before use in __res_vinit [BZ #19369] | Rob Wu | 1 | -0/+1 |
2015-12-04 | Revert "tst-res_hconf_reorder: Set RESOLV_REORDER environment variable" | Florian Weimer | 1 | -3/+0 |
2015-12-04 | tst-res_hconf_reorder: Set RESOLV_REORDER environment variable | Florian Weimer | 1 | -0/+3 |
2015-10-27 | Remove GCC version conditionals on -Wmaybe-uninitialized pragmas. | Joseph Myers | 1 | -8/+0 |
2015-10-21 | Convert a few more function definitions to prototype style. | Joseph Myers | 1 | -2/+2 |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 1 | -9/+2 |
2015-10-20 | Convert 29 more function definitions to prototype style (multiple parameters ... | Joseph Myers | 1 | -5/+2 |
2015-10-19 | Do not use -Wno-strict-prototypes. | Joseph Myers | 1 | -1/+1 |
2015-10-19 | use -fstack-protector-strong when available | Mike Frysinger | 1 | -3/+1 |
2015-10-17 | Assume that SOCK_CLOEXEC is available and works | Florian Weimer | 1 | -45/+4 |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 8 | -93/+27 |
2015-10-14 | Fix double-checked locking in _res_hconf_reorder_addrs [BZ #19074] | Florian Weimer | 1 | -8/+62 |