summaryrefslogtreecommitdiffstats
path: root/include/resolv.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement EDNS0 support, as EDNS0 support will be made mandatory forume2001-06-101-0/+4
| | | | | | | | | | | IPv6 transport-ready resolvers/DNS servers. Need careful configuration when enable it. (default config is not affected). See manpage for details. XXX visible symbol __res_opt() is added, however, it is not supposed to be called from outside, libc minor is not bumped. Obtained from: KAME/NetBSD
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-0/+19
| | | | | | | Several udp and raw apps IPv6 support. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Remove the extern decl of ``h_errno''. It's alreadybrian1998-09-071-10/+1
| | | | | | externed in netdb.h - where all of its #define values live. If anything requires h_errno here (nothing in /usr/src seems to) it's almost definitely broken.
* Damn, bind8 includes added <arpa/nameser.h> as a prerequisite forpeter1998-06-111-15/+17
| | | | | | | | | | <resolv.h>. This breaks user ppp at least, and goodness knows how many ports. :-( This a bit of a hack, but is probably simpler than duplicating the typedefs and protecting them from each other. Also, remove some temporary XXX notes that I forgot to remove before.
* Update nameserver interface to bind-8.1.2 levels. We do not use IRS (yet?)peter1998-06-111-32/+45
| | | | | | | | since it has far wider impact than hostname lookups (including passwords). Note that this has more ugly symbol hiding and binary compatability hacks that can go away the second we bump majors. Obtained from: Mostly from diff against ISC bind-8.1.2 sources
* Add "options no_tld_query" to resolv.conf.brian1997-09-011-1/+2
| | | | | | Mention the capability in resolver(5). Mention that RES_OPTIONS can be used in resolver(5). Discussed with: -hackers
* merge in bind-4.9.6 changes (only effect is __res_send #define reverted)peter1997-06-271-3/+3
|
* Back out all of yesterdays include file changes.eivind1997-05-071-3/+1
|
* Make a lot of include-files self-contained. I excluded the patches changingeivind1997-05-071-1/+3
| | | | | | | | int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange <proff@iq.org>
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Update the resolver definitions from bind-4.9.4-P1 to 4.9.5-P1 level.peter1996-12-301-48/+89
| | | | (More commits to come)
* Hand merge in the bind-4.9.4-P1 resolver updates.peter1996-08-291-2/+15
|
* Fix a bunch of spelling errors in the comment fieldsmpp1996-01-301-2/+2
| | | | of a bunch of system include files.
* Update resolver include files to bind-4.9.3-rel levelpeter1996-01-071-2/+3
|
* Update the resolver include files to bind-4.9.3-beta24 level (from beta9p1)peter1995-08-201-13/+24
| | | | | | | Note: this was done by selective patching from diffs by hand, in order to not conflict with the 4.4BSD base code. Beta9 was done the same way. Obtained from: Paul Vixie <paul@vix.com>
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* get* rework and new bind codepst1994-09-251-49/+109
|
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+164
OpenPOWER on IntegriCloud