about summary refs log tree commit diff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
* resolv: Remove bogus targets that build ga_testWill Hawkins2017-10-202-105/+0
* Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-5/+10
* resolv/Makefile: Fix typo in commentFlorian Weimer2017-09-261-1/+1
* resolv/nss_dns/dns-host.c: Fix typo in commentFlorian Weimer2017-09-261-1/+2
* Remove non-add-on Banner files.Joseph Myers2017-09-211-1/+0
* Use "static const char domain[] ="H.J. Lu2017-09-071-1/+1
* resolv: __resolv_conf_attach must not free passed conf object [BZ #22096]Florian Weimer2017-09-061-4/+1
* resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095]Florian Weimer2017-09-061-0/+5
* nss_dns: Remove dead PTR IPv4-to-IPv6 mapping codeFlorian Weimer2017-09-062-20/+174
* tst-res_use_inet6: Enhance test to cover IPv4-to-IPv6 address mappingFlorian Weimer2017-09-061-45/+186
* hurd: fix resolv/tst-resolv-res_init-skeleton.c buildSamuel Thibault2017-09-031-0/+4
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2017-09-011-23/+55
* resolv: Remove internal_function attributeFlorian Weimer2017-08-315-24/+8
* Consolidate non cancellable writev callAdhemerval Zanella2017-08-211-1/+1
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-2/+2
* Consistently use uintN_t not u_intN_t everywhere.Joseph Myers2017-08-076-29/+29
* resolv: Deal with non-deterministic address order in tst-resolv-basicFlorian Weimer2017-07-061-15/+64
* support: Add resolver testing mode which does not patch _resFlorian Weimer2017-07-052-1/+489
* support: Add support_chroot_create and support_chroot_freeFlorian Weimer2017-07-051-47/+22
* resolv: Fix resolv_conf _res matchingFlorian Weimer2017-07-042-5/+50
* resolv: Fix improper assert in __resolv_conf_attachFlorian Weimer2017-07-043-8/+99
* resolv: Introduce free list for resolv_conf index slostsFlorian Weimer2017-07-033-32/+126
* resolv: Automatically reload a changed /etc/resolv.conf file [BZ #984]Florian Weimer2017-07-039-94/+235
* resolv: Mirror the entire resolver configuration in struct resolv_confFlorian Weimer2017-07-036-116/+536
* resolv: Lift domain search list limits [BZ #19569] [BZ #21475]Florian Weimer2017-07-036-81/+348
* resolv: Introduce struct resolv_conf with extended resolver stateFlorian Weimer2017-07-038-10/+452
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-0315-291/+810
* resolv: Add preinit tests to resolv/tst-resolv-res_init-skeleton.cFlorian Weimer2017-07-031-1/+192
* resolv: Improve debugging output from tst-resolv-res_initFlorian Weimer2017-06-301-2/+13
* resolv: Remove source argument fron res_optionsFlorian Weimer2017-06-301-4/+4
* resolv: Remove DEBUG from resolv/res_query.cFlorian Weimer2017-06-301-36/+0
* resolv: Reformat resolv/res_data.c to GNU styleFlorian Weimer2017-06-301-13/+33
* resolv: Move res_query, res_search res_querydomain, hostaliasFlorian Weimer2017-06-302-81/+56
* resolv: Move res_isourserver, res_send from res_data.c to res_send.cFlorian Weimer2017-06-302-16/+15
* resolv: Turn _res_opcodes into a compatibility symbolFlorian Weimer2017-06-301-3/+11
* resolv: Move fp_nquery, fp_query, p_query, _res_opcodesFlorian Weimer2017-06-302-57/+58
* resolv: Remove unused resolv/res_debug.h header fileFlorian Weimer2017-06-302-35/+0
* resolv: Remove DEBUG from resolv/res_send.cFlorian Weimer2017-06-301-144/+1
* resolv: Move the res_mkquery function to the resolv/mk_query.c fileFlorian Weimer2017-06-302-21/+21
* resolv: Reformat resolv/res_mkquery.c to GNU styleFlorian Weimer2017-06-301-144/+140
* resolv: Remove DEBUG macro from resolv/res_mkquery.cFlorian Weimer2017-06-301-18/+18
* resolv: Make RES_ROTATE start with a random name server [BZ #19570]Florian Weimer2017-06-303-28/+339
* resolv: Avoid timeouts in test-resolv-res-init, test-resolv-res_init-threadFlorian Weimer2017-06-271-0/+78
* resolv: Call _res_hconf_init from __res_vinitFlorian Weimer2017-06-272-1/+5
* resolv/tst-resolv-basic: Add test cases for bug 21295Florian Weimer2017-06-241-0/+16
* inet_pton: Reject IPv6 addresses with many leading zeros [BZ #16637]Florian Weimer2017-06-232-21/+12
* resolv/res_libc.c: Reformat to GNU styleFlorian Weimer2017-06-231-67/+86
* resolv: Clean up declarations of the __res_initstamp variableFlorian Weimer2017-06-233-2/+5
* __inet_pton_length: Implement new internal helper functionFlorian Weimer2017-06-215-72/+649
* resolv: Use getline for configuration file reading in res_vinit_1Florian Weimer2017-06-191-24/+43