Home | History | Annotate | Download | only in arpa
History log of /src/include/arpa/nameser.h
RevisionDateAuthorComments
 1.29  15-Jul-2025  andvar Fix various typos in comments.
 1.28  23-May-2023  andvar branches: 1.28.2;
s/configuratin/configuration/ in comment, from Brad Harder (bch) by email.
 1.27  08-Dec-2021  andvar fix various typos in comments and log messages.
 1.26  10-Oct-2020  christos - remove bitypes.h fossil
- define u_{char,short,int,long} if we don't have _NETBSD_SOURCE defined
so that this compiles (and resolv.h since it includes this). This is
the simplest solution. Others:
- always define them (bad, pollutes namespace)
- create <sys/utypes.h> (bad, overkill)
- change them to unsigned {char, short, int long} (bad, too disruptive)
 1.25  12-Apr-2009  christos merge libbind
 1.24  11-Jan-2009  christos branches: 1.24.2;
merge christos-time_t
 1.23  21-Jun-2008  christos branches: 1.23.4; 1.23.6; 1.23.8; 1.23.12;
sync with bind-9-5-0
 1.22  30-Mar-2007  ghen branches: 1.22.12; 1.22.14;
Resolve conflicts.
 1.21  27-Jan-2007  christos Fix merge botch
 1.20  27-Jan-2007  christos Merge back all our changes.
 1.19  26-Dec-2005  perry branches: 1.19.4; 1.19.6;
u_intN_t -> uintN_t
 1.18  06-Feb-2005  perry remove obsolete register declarations.
 1.17  03-Feb-2005  perry de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.
 1.16  21-May-2004  christos resolve conflicts.
 1.15  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22270, verified by myself.
 1.14  09-Aug-2000  itojun implement EDNS0 support, as EDNS0 support will be made mandatory for
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.
 1.13  13-Nov-1998  christos const poisoning
 1.12  19-Oct-1998  matt Add a defined(__vax__); plain vax is not good enough anymore.
 1.11  10-Feb-1998  perry add/cleanup multiple inclusion protection.
 1.10  13-Oct-1997  lukem rcsid fascism
 1.9  13-Apr-1997  mrg merge bind 4.9.5-P1.
 1.8  02-Feb-1996  mrg update these for bind 4.9.3-p1.
 1.7  26-Oct-1994  cgd new RCS ID format.
 1.6  15-Oct-1994  deraadt u_int_{16,32}_t stuff
 1.5  07-Apr-1994  deraadt new resolver. changes from 4.9.2 by <paul@vix.com>, as well as a number
of features and optimizations by myself.
 1.4  27-Oct-1993  mycroft Remove old endian cruft and #include machine/endian.h instead.
 1.3  01-Aug-1993  mycroft Add RCS identifiers.
 1.2  18-Apr-1993  mycroft Define default byte order for i386.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.7  12-Apr-2009  christos import libbind include files.
 1.1.1.6  30-Mar-2007  ghen Import bind 9.4.0.
 1.1.1.5  27-Jan-2007  christos import files from bind-9-4-0-rc2
 1.1.1.4  21-May-2004  christos import new and changed files from bind9
 1.1.1.3  02-Feb-1998  perry import lite-2
 1.1.1.2  13-Apr-1997  mrg BIND 4.9.5-P1 include bits
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.19.6.1  03-Jun-2007  wrstuden Catch up with now-somewhat-dated netbsd-4. These changes took longer
than expected for me to actually get around to merging.
 1.19.4.2  23-Jan-2011  bouyer Apply patch, requested by spz in ticket 1413:
dist/bind/ patch
include/resolv.h patch
include/arpa/nameser.h: patch
lib/libc/include/isc/assertions.h: patch
lib/libc/include/isc/eventlib.h patch
lib/libc/isc/assertions.c: patch
lib/libc/nameser/ns_parse.c patch
lib/libc/resolv/herror.c: patch
lib/libc/resolv/res_init.c patch
lib/libc/resolv/res_mkquery.c: patch
lib/libc/resolv/res_query.c patch
lib/libc/resolv/res_send.c: patch
usr.sbin/bind/Makefile.inc patch
usr.sbin/bind/include/config.h: patch
usr.sbin/bind/include/dns/code.h: patch
usr.sbin/bind/include/dns/enumclass.h: patch
usr.sbin/bind/include/dns/enumtype.h: patch
usr.sbin/bind/include/dns/rdatastruct.h: patch
usr.sbin/bind/include/isc/platform.h: patch
usr.sbin/bind/include/lwres/netdb.h: patch
usr.sbin/bind/include/lwres/platform.h: patch
usr.sbin/bind/libisc/Makefile: patch
lib/libc/inet/inet_addr.c new file

Update bind to 9.4-ESV-R4, latest version of the 9.4 line.
 1.19.4.1  17-May-2007  jdc branches: 1.19.4.1.2;
Add missing BIND 9.4.x include file and library changes (requested by
tron in ticket #662).
 1.19.4.1.2.1  23-Jan-2011  bouyer Apply patch, requested by spz in ticket 1413:
dist/bind/ patch
include/resolv.h patch
include/arpa/nameser.h: patch
lib/libc/include/isc/assertions.h: patch
lib/libc/include/isc/eventlib.h patch
lib/libc/isc/assertions.c: patch
lib/libc/nameser/ns_parse.c patch
lib/libc/resolv/herror.c: patch
lib/libc/resolv/res_init.c patch
lib/libc/resolv/res_mkquery.c: patch
lib/libc/resolv/res_query.c patch
lib/libc/resolv/res_send.c: patch
usr.sbin/bind/Makefile.inc patch
usr.sbin/bind/include/config.h: patch
usr.sbin/bind/include/dns/code.h: patch
usr.sbin/bind/include/dns/enumclass.h: patch
usr.sbin/bind/include/dns/enumtype.h: patch
usr.sbin/bind/include/dns/rdatastruct.h: patch
usr.sbin/bind/include/isc/platform.h: patch
usr.sbin/bind/include/lwres/netdb.h: patch
usr.sbin/bind/include/lwres/platform.h: patch
usr.sbin/bind/libisc/Makefile: patch
lib/libc/inet/inet_addr.c new file

Update bind to 9.4-ESV-R4, latest version of the 9.4 line.
 1.22.14.1  27-Jun-2008  simonb Sync with head.
 1.22.12.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.23.12.1  09-Jan-2011  riz Apply patches (requested by spz in ticket #1517):

Update bind to 9.7.2-P3.
 1.23.8.1  10-Jan-2011  riz Apply patches (requested by spz in ticket #1517):

Update bind to 9.7.2-P3.
 1.23.6.2  08-Nov-2008  christos changes for 64 bit time_t
 1.23.6.1  21-Jun-2008  christos file nameser.h was added on branch christos-time_t on 2008-11-08 21:13:13 +0000
 1.23.4.1  06-Jan-2011  riz Apply patches (requested by spz in ticket #1517):

Update bind to 9.7.2-P3.
 1.24.2.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.28.2.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed