about summary refs log tree commit diff
path: root/resolv/res_init.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* resolv: Fix a comment typo in __resolv_conf_loadArjun Shankar2023-09-291-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Avoid use of atoi in some places in libcJoseph Myers2022-12-191-3/+3
* resolv: Implement no-aaaa stub resolver optionFlorian Weimer2022-06-241-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Move implementation of <file_change_detection.h> into a C fileFlorian Weimer2020-02-181-1/+1
* resolv: Enhance __resolv_conf_load to capture file change dataFlorian Weimer2020-02-141-3/+11
* resolv: Fix file handle leak in __resolv_conf_load [BZ #25429]Florian Weimer2020-02-141-1/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]Florian Weimer2019-11-271-1/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer2019-04-081-1/+0
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-01-211-6/+11
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095]Florian Weimer2017-09-061-0/+5
* resolv: Automatically reload a changed /etc/resolv.conf file [BZ #984]Florian Weimer2017-07-031-30/+48
* resolv: Mirror the entire resolver configuration in struct resolv_confFlorian Weimer2017-07-031-88/+131
* resolv: Lift domain search list limits [BZ #19569] [BZ #21475]Florian Weimer2017-07-031-73/+149
* resolv: Introduce struct resolv_conf with extended resolver stateFlorian Weimer2017-07-031-1/+14
* resolv: Remove source argument fron res_optionsFlorian Weimer2017-06-301-4/+4
* resolv: Call _res_hconf_init from __res_vinitFlorian Weimer2017-06-271-0/+4
* resolv: Clean up declarations of the __res_initstamp variableFlorian Weimer2017-06-231-1/+1
* resolv: Use getline for configuration file reading in res_vinit_1Florian Weimer2017-06-191-24/+43
* resolv: Report allocation errors in __res_vinitFlorian Weimer2017-06-191-29/+64
* resolv: Reformat res_vinit and related functions to GNU styleFlorian Weimer2017-06-191-334/+366
* resolv: Introduce is_sort_mask and call it from res_vinitFlorian Weimer2017-06-191-5/+10
* resolv: Remove DEBUG preprocessor conditionals from res_setoptionsFlorian Weimer2017-06-191-21/+0
* resolv: Move _res deallocation functions to their own fileFlorian Weimer2017-06-191-55/+0
* resolv: Move res_randomid to its own fileFlorian Weimer2017-06-191-7/+0
* resolv: Make __res_vinit hiddenFlorian Weimer2017-06-191-2/+0
* resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer2017-04-191-1/+1
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-2/+2
* resolv: Remove RES_USEBSTRING and its implementation [BZ #20629]Florian Weimer2016-10-071-1/+0
* resolv: Remove RES_NOIP6DOTINT and its implementationFlorian Weimer2016-10-071-2/+0
* resolv: Deprecate unimplemented flagsFlorian Weimer2016-10-071-1/+0
* resolv: Remove unsupported hook functions from the API [BZ #20016]Florian Weimer2016-09-211-2/+2
* inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer2016-09-151-20/+7
* resolv: Remove _LIBC_REENTRANTFlorian Weimer2016-09-131-2/+0
* resolv: Reindent preprocessor conditionals following cleanupsFlorian Weimer2016-04-281-2/+2
* resolv: Assorted preprocessor cleanupsFlorian Weimer2016-04-281-4/+0
* resolv: Remove RFC1535 conditionalsFlorian Weimer2016-04-281-27/+0
* resolv: Remove RESOLVSORT preprocess conditionalsFlorian Weimer2016-04-281-11/+0
* resolv: Remove _LIBC conditionalsFlorian Weimer2016-04-281-16/+0
* resolv: Remove SCCS and RCS keywordsFlorian Weimer2016-04-281-5/+0
* Fix resource leak in resolver (bug 19257)Andreas Schwab2016-03-151-1/+1
* res_ninit: Update commentFlorian Weimer2016-02-191-15/+1
* resolv: Reset defdname before use in __res_vinit [BZ #19369]Rob Wu2015-12-291-0/+1