about summary refs log tree commit diff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
* Include shlib-compat.h in many sunrpc/nis source files.Zack Weinberg2017-06-041-3/+2
* resolv: Tests for various versions of res_initFlorian Weimer2017-06-024-0/+649
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-2/+1
* Remove __need_list_t and __need_res_state.Zack Weinberg2017-05-203-78/+77
* inet_pton: Reformat in GNU styleFlorian Weimer2017-05-111-149/+153
* support_format_addrinfo: Fix flags and canonname formattingFlorian Weimer2017-05-111-4/+67
* resolv: Use RES_DFLRETRY consistently [BZ #21474]Florian Weimer2017-05-091-2/+2
* Fix network headers stdint.h namespace (bug 21455).Joseph Myers2017-05-041-1/+1
* nss_dns: Correct parentheses for the __glibc_unlikely argumentFlorian Weimer2017-04-191-1/+1
* A third round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg2017-04-192-0/+2
* resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer2017-04-195-20/+31
* Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer2017-04-192-6/+9
* resolv: Remove EDNS fallback [BZ #21369]Florian Weimer2017-04-133-64/+60
* resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer2017-04-135-7/+565
* resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359]Florian Weimer2017-04-135-4/+244
* resolv: Remove internal and unused definitions from <resolv.h>Florian Weimer2017-04-135-20/+11
* resolv: Remove IQUERY supportFlorian Weimer2017-04-071-18/+0
* resolv: Add tst-resolv-canonnameFlorian Weimer2017-04-042-0/+322
* nss_dns: Replace local declarations with declarations from a header fileFlorian Weimer2017-04-042-14/+2
* nss_dns: Remove superfluous dn_expand call from network handlingFlorian Weimer2017-04-041-5/+3
* resolv: Add test coverage for ns_name_unpack, ns_name_ntopFlorian Weimer2017-04-043-0/+856
* 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