about summary refs log tree commit diff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Get rid of duplicate const declaration specifier warning in tst-resolv-qtypes.c.Stefan Liebler2017-02-241-1/+1
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-163-0/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0129-29/+29
* Update DNS RR type definitions [BZ #20593]Florian Weimer2016-12-313-101/+178
* CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer2016-12-315-4/+196
* resolv: Deprecate RES_BLASTFlorian Weimer2016-12-313-4/+3
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-318-31/+56
* resolv: Add beginnings of a libresolv test suiteFlorian Weimer2016-12-317-1/+1542
* resolv: Turn historic name lookup functions into compat symbolsFlorian Weimer2016-12-302-51/+59
* Fix typos in the spelling of "implementation"Dmitry V. Levin2016-12-271-1/+1
* resolv: Remove processing of unimplemented "spoof" host.conf optionsFlorian Weimer2016-12-272-38/+0
* Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock2016-12-261-1/+0
* Bug 20729: Fix build failures on ppc64 and other arches.Carlos O'Donell2016-11-021-2/+2
* Bug 20729: Fix building with -Os.Carlos O'Donell2016-10-291-1/+10
* resolv: Compile without -Wno-write-stringsFlorian Weimer2016-10-113-84/+82
* resolv: Remove RES_USEBSTRING and its implementation [BZ #20629]Florian Weimer2016-10-075-266/+8
* resolv: Remove RES_NOIP6DOTINT and its implementationFlorian Weimer2016-10-075-20/+1
* resolv: Deprecate unimplemented flagsFlorian Weimer2016-10-073-9/+8
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-231-2/+1
* Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg2016-09-232-108/+129
* Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg2016-09-231-2/+2
* resolv: Remove unsupported hook functions from the API [BZ #20016]Florian Weimer2016-09-216-117/+61
* <arpa/nameser.h>: Remove RR type classification macros [BZ #20592]Florian Weimer2016-09-211-11/+0
* <arpa/nameser.h>, <arpa/nameser_compat.h>: Remove versionsFlorian Weimer2016-09-212-20/+0
* resolv: Remove the BIND_4_COMPAT macroFlorian Weimer2016-09-212-8/+0
* Remove obsolete DNSSEC support [BZ #20591]Florian Weimer2016-09-213-320/+1
* inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer2016-09-151-20/+7
* resolv: Remove _LIBC_REENTRANTFlorian Weimer2016-09-131-2/+0
* Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel2016-08-182-1/+11
* resolv: Call gmtime_r instead of gmtime in p_secstodate [BZ #20017]Florian Weimer2016-05-101-6/+1
* resolv: Reindent preprocessor conditionals following cleanupsFlorian Weimer2016-04-283-12/+12
* resolv: Assorted preprocessor cleanupsFlorian Weimer2016-04-282-39/+3
* resolv: Remove SUNSECURITY preprocessor conditionalsFlorian Weimer2016-04-282-37/+0
* resolv: Remove BSD compatibility conditionals and headerFlorian Weimer2016-04-282-58/+3
* resolv: Remove __BIND_NOSTATIC conditionalsFlorian Weimer2016-04-282-4/+0
* resolv: Remove traces of ULTRIX supportFlorian Weimer2016-04-282-19/+0
* resolv: Remove RFC1535 conditionalsFlorian Weimer2016-04-282-31/+0
* resolv: Remove RESOLVSORT preprocess conditionalsFlorian Weimer2016-04-283-23/+0
* resolv: Remove BIND_UPDATE preprocessor conditionalsFlorian Weimer2016-04-281-36/+0
* resolv: Remove _LIBC conditionalsFlorian Weimer2016-04-286-140/+4
* resolv: Remove SCCS and RCS keywordsFlorian Weimer2016-04-2823-100/+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-272-42/+0
* nss_dns: Validate RDATA length against packet length [BZ #19830]Florian Weimer2016-04-272-3/+28
* resolv: Always set *resplen2 out parameter in send_vc [BZ #19825]Florian Weimer2016-04-271-21/+18
* nss_dns: Fix assertion failure in _nss_dns_getcanonname_r [BZ #19865]Florian Weimer2016-04-111-0/+7
* CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879]Florian Weimer2016-03-291-4/+1