summaryrefslogtreecommitdiff
path: root/lib/libc/net/res_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Add "options no_tld_query" to resolv.conf.Brian Somers1997-09-011-1/+3
| | | | | | | | | Mention the capability in resolver(5). Mention that RES_OPTIONS can be used in resolver(5). Discussed with: -hackers Notes: svn path=/head/; revision=28982
* Merge in bind-4.9.6 resolver changes. Note that they resolve thePeter Wemm1997-06-271-2/+3
| | | | | | | overflow problem differently. Notes: svn path=/head/; revision=26974
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thePeter Wemm1996-12-301-3/+7
| | | | | | | | DNSSEC stuff, among other things. There are also some renamed functions, I've left out the res_stubs.c from this commit in case cvs bombs out.. Notes: svn path=/head/; revision=21057
* Sigh, back out the last bright idea I had here about compiling the res_*Peter Wemm1996-08-301-0/+454
| | | | | | | | | | | routines from contrib/bind directly. There were too many problems, including having to add -DUSE_OPTIONS_H to the entire libc source in order for the contrib code to pick up it's options, and so on. Instead, I've merged the changes, libc is now self contained again. Notes: svn path=/head/; revision=17957
* Merge in bind-4.9.4-P1 resolver...Peter Wemm1996-08-291-449/+0
| | | | Notes: svn path=/head/; revision=17903
* Merge the 4.9.3-rel code into the res_* parts. The gethostXXXbyYYYPeter Wemm1996-01-071-20/+18
| | | | | | | parts are not quite so simple.. Notes: svn path=/head/; revision=13308
* Fix bogus include paths, some of which stopped libresolv from compiling.Bruce Evans1995-08-211-2/+2
| | | | Notes: svn path=/head/; revision=10150
* Update the resolver part of libc to bind-4.9.3-beta24 level (from beta9p1)Peter Wemm1995-08-201-37/+71
| | | | | | | | | | | Note that this was done by selective patching from diffs, to not conflict with the 4.4bsd base code.. This was *not* a trivial task.. I have been testing this code (apart from cosmetic changes) in my libc for a while now. Obtained from: Paul Vixie <paul@vix.com> Notes: svn path=/head/; revision=10133
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
| | | | Notes: svn path=/head/; revision=8870
* remove need for -DDEBUG from resolver code (conflict with db/hash)Paul Traina1994-09-251-9/+1
| | | | Notes: svn path=/head/; revision=3094
* get* rework and new bind codePaul Traina1994-09-251-27/+229
| | | | Notes: svn path=/head/; revision=3070
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+223
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573