about summary refs log tree commit diff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2018-01-041-38/+119
* resolv/tst-resolv-basic: Add test cases for bug 21295Florian Weimer2018-01-041-0/+16
* support_format_addrinfo: Fix flags and canonname formattingFlorian Weimer2018-01-041-4/+67
* resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359]Florian Weimer2018-01-045-4/+244
* resolv: Add test coverage for ns_name_unpack, ns_name_ntopFlorian Weimer2018-01-043-0/+856
* __inet_pton_length: Implement new internal helper functionFlorian Weimer2018-01-045-72/+647
* inet_pton: Reformat in GNU styleFlorian Weimer2018-01-041-149/+153
* Use "static const char domain[] ="H.J. Lu2017-09-071-1/+1
* resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer2017-08-155-7/+565
* 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