aboutsummaryrefslogtreecommitdiff
path: root/resolv/res_init.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-12-19Avoid use of atoi in some places in libcJoseph Myers1-3/+3
2022-06-24resolv: Implement no-aaaa stub resolver optionFlorian Weimer1-0/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-02-18Move implementation of <file_change_detection.h> into a C fileFlorian Weimer1-1/+1
2020-02-14resolv: Enhance __resolv_conf_load to capture file change dataFlorian Weimer1-3/+11
2020-02-14resolv: Fix file handle leak in __resolv_conf_load [BZ #25429]Florian Weimer1-1/+7
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-27resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]Florian Weimer1-1/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-04-08resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer1-1/+0
2019-01-21CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer1-6/+11
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-09-06resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095]Florian Weimer1-0/+5
2017-07-03resolv: Automatically reload a changed /etc/resolv.conf file [BZ #984]Florian Weimer1-30/+48
2017-07-03resolv: Mirror the entire resolver configuration in struct resolv_confFlorian Weimer1-88/+131
2017-07-03resolv: Lift domain search list limits [BZ #19569] [BZ #21475]Florian Weimer1-73/+149
2017-07-03resolv: Introduce struct resolv_conf with extended resolver stateFlorian Weimer1-1/+14
2017-06-30resolv: Remove source argument fron res_optionsFlorian Weimer1-4/+4
2017-06-27resolv: Call _res_hconf_init from __res_vinitFlorian Weimer1-0/+4
2017-06-23resolv: Clean up declarations of the __res_initstamp variableFlorian Weimer1-1/+1
2017-06-19resolv: Use getline for configuration file reading in res_vinit_1Florian Weimer1-24/+43
2017-06-19resolv: Report allocation errors in __res_vinitFlorian Weimer1-29/+64
2017-06-19resolv: Reformat res_vinit and related functions to GNU styleFlorian Weimer1-334/+366
2017-06-19resolv: Introduce is_sort_mask and call it from res_vinitFlorian Weimer1-5/+10
2017-06-19resolv: Remove DEBUG preprocessor conditionals from res_setoptionsFlorian Weimer1-21/+0
2017-06-19resolv: Move _res deallocation functions to their own fileFlorian Weimer1-55/+0
2017-06-19resolv: Move res_randomid to its own fileFlorian Weimer1-7/+0
2017-06-19resolv: Make __res_vinit hiddenFlorian Weimer1-2/+0
2017-04-19resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer1-1/+1
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer1-2/+2
2016-10-07resolv: Remove RES_USEBSTRING and its implementation [BZ #20629]Florian Weimer1-1/+0
2016-10-07resolv: Remove RES_NOIP6DOTINT and its implementationFlorian Weimer1-2/+0
2016-10-07resolv: Deprecate unimplemented flagsFlorian Weimer1-1/+0
2016-09-21resolv: Remove unsupported hook functions from the API [BZ #20016]Florian Weimer1-2/+2
2016-09-15inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer1-20/+7
2016-09-13resolv: Remove _LIBC_REENTRANTFlorian Weimer1-2/+0
2016-04-28resolv: Reindent preprocessor conditionals following cleanupsFlorian Weimer1-2/+2
2016-04-28resolv: Assorted preprocessor cleanupsFlorian Weimer1-4/+0
2016-04-28resolv: Remove RFC1535 conditionalsFlorian Weimer1-27/+0
2016-04-28resolv: Remove RESOLVSORT preprocess conditionalsFlorian Weimer1-11/+0
2016-04-28resolv: Remove _LIBC conditionalsFlorian Weimer1-16/+0
2016-04-28resolv: Remove SCCS and RCS keywordsFlorian Weimer1-5/+0
2016-03-15Fix resource leak in resolver (bug 19257)Andreas Schwab1-1/+1
2016-02-19res_ninit: Update commentFlorian Weimer1-15/+1
2015-12-29resolv: Reset defdname before use in __res_vinit [BZ #19369]Rob Wu1-0/+1
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers1-2/+2
2015-05-21Simplify handling of nameserver configuration in resolverAndreas Schwab1-33/+14