summaryrefslogtreecommitdiffstats
path: root/include/arpa/nameser.h
Commit message (Collapse)AuthorAgeFilesLines
* include: minor spelling fixes.pfg2016-04-301-1/+1
| | | | No functional change.
* Update our stub resolver to final version of libbind.ume2014-08-121-28/+128
| | | | Obtained from: ISC
* Remove clause 3 from Berkeley copyrights. Add a few $FreeBSD$'s.imp2010-02-161-5/+1
|
* Merge the resolver part of BIND 9.4.3 into HEAD.ume2008-12-141-2/+3
| | | | | | | | | | It includes the following fix: 2426. [bug] libbind: inet_net_pton() can sometimes return the wrong value if excessively large netmasks are supplied. [RT #18512] Reported by: Maksymilian Arciemowicz <cxib__at__securityreason.com>
* Merge BIND 9.4.1 into main chunk.ume2007-06-031-171/+169
| | | | MFC after: 2 weeks
* Upgrade res_update(3) and the friends to BIND9's one excluding TSIGume2006-05-211-0/+4
| | | | | | support. X-MFC after: never
* Update the resolver in libc to BIND9's one.ume2006-03-211-73/+204
| | | | | | | | | | | | | | | | | | | | | | Since, res_sendsigned(3) and the friends use MD5 functions, it is hard to include them without having MD5 functions in libc. So, res_sendsigned(3) is not merged into libc. Since, res_update(3) in BIND9 is not binary compatible with our res_update(3), res_update(3) is leaved as is, except some necessary modifications. The res_update(3) and the friends are not essential part of the resolver. They are not defined in resolv.h but defined in res_update.h separately in BIND9. Further, they are not called from our tree. So, I hide them from our resolv.h, but leave them only for binary backward compatibility (perhaps, no one calls them). Since, struct __res_state_ext is not exposed in BIND9, I hide it from our resolv.h. And, global variable _res_ext is removed. It breaks binary backward compatibility. But, since it is not used from outside of our libc, I think it is safe. Reviewed by: arch@ (no objection)
* ns_name_skip was not prefixed by `__'.ume2006-03-091-0/+1
| | | | Obtained from: BIND9
* Breath deep and take __P out of the system include files.imp2002-03-231-25/+25
| | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
* Implement EDNS0 support, as EDNS0 support will be made mandatory forume2001-06-101-0/+1
| | | | | | | | | | | 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
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Change an internal variable from "class" to "ns_class" for C++'s benefit.peter1999-06-041-3/+3
| | | | | | Apparently BIND-8.2.1 uses ns_class. Submitted by: John Plevyak <jplevyak@inktomi.com>
* Update nameserver interface to bind-8.1.2 levels. We do not use IRS (yet?)peter1998-06-111-229/+335
| | | | | | | | 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
* 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 4.9.4-P1 -> 4.9.5-P1peter1996-12-301-36/+82
| | | | Included here are definitions for the DNSSEC key management stuff.
* Hand merge in the bind-4.9.4-P1 resolver updates.peter1996-08-291-2/+4
|
* Fix a bunch of spelling errors in the comment fieldsmpp1996-01-301-3/+3
| | | | of a bunch of system include files.
* Update resolver include files to bind-4.9.3-rel levelpeter1996-01-071-0/+1
|
* Update the resolver include files to bind-4.9.3-beta24 level (from beta9p1)peter1995-08-201-22/+29
| | | | | | | 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-2/+2
|
* get* rework and new bind codepst1994-09-251-148/+136
|
* Changed idempotent strings to reflect directory area.paul1994-08-211-2/+2
| | | | | Reviewed by: Submitted by:
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+298
OpenPOWER on IntegriCloud