History log of /netbsd-src/include/resolv.h (Results 1 – 25 of 42)
Revision Date Author Comments
# f9faf20a 03-Sep-2021 andvar <andvar@NetBSD.org>

fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/


# f07a94a3 30-Apr-2021 christos <christos@NetBSD.org>

Default to check-names for safety.


# 48b1b7d2 07-Nov-2012 christos <christos@NetBSD.org>

add <netinet/in.h> because it is needed for sockaddr_in.


# 9d1644e9 09-Sep-2012 christos <christos@NetBSD.org>

make the default to not check names.


# 7523d42d 24-Oct-2009 christos <christos@NetBSD.org>

expose res_check for the benefit of mDNS.


# 2cca8c55 20-Apr-2009 christos <christos@NetBSD.org>

Bring back binary compatibility with the previous version of the resolver.
There was no room to allocate 16 bytes for _rnd in the struct in the _LP64
case, so we dynamically allocate now. Also put th

Bring back binary compatibility with the previous version of the resolver.
There was no room to allocate 16 bytes for _rnd in the struct in the _LP64
case, so we dynamically allocate now. Also put the _rnd field last, so that
we are bitwise compatible too. Now of course we've run out of space, so
next time will need to perform more evil tricks to fit.

show more ...


# 178edc61 12-Apr-2009 christos <christos@NetBSD.org>

merge libbind


# bee541c3 21-Jun-2008 christos <christos@NetBSD.org>

restore correct symbol protection and add a comment so that I don't
break this again.


# a0abbe8f 21-Jun-2008 christos <christos@NetBSD.org>

sync with bind-9-5-0


# f0e38187 30-Mar-2007 ghen <ghen@NetBSD.org>

Resolve conflicts.


# 0d808c59 27-Jan-2007 christos <christos@NetBSD.org>

Merge back all our changes.


# 5f65228b 26-Dec-2005 perry <perry@NetBSD.org>

u_intN_t -> uintN_t


# 19b7469a 03-Feb-2005 perry <perry@NetBSD.org>

de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.


# 88ae7d9d 07-Nov-2004 christos <christos@NetBSD.org>

Resolve conflicts.


# e89baaa3 09-Jun-2004 christos <christos@NetBSD.org>

Provide an ifdef so that we can define an old style _res if we need to.


# 726e2321 04-Jun-2004 he <he@NetBSD.org>

Removr parameter names from __h_errno_set() function declaration.
Without this the vax port fails to compile the okheaders regression
test, because the "err" parameter name shadows a global variable.


# 5fec6012 26-May-2004 christos <christos@NetBSD.org>

PR/25707: Love: remove _LIBC from res_state as suggested, so that res_ninit
calls in userland don't trash memory.


# cad3251c 22-May-2004 christos <christos@NetBSD.org>

Provide access to the 5 symbols the bind8 resolver libc did.


# c5167ccf 22-May-2004 christos <christos@NetBSD.org>

provide unconditional access to _res via __res_state(). This will abort
for multi-threaded programs.


# b74cd753 21-May-2004 christos <christos@NetBSD.org>

resolve conflicts.


# 039cc956 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22270, verified by myself.


# a7c803af 09-Jul-2003 kristerw <kristerw@NetBSD.org>

Remove variable names from prototypes.


# 48241907 06-Jan-2003 wiz <wiz@NetBSD.org>

transmission, not transmition.


# babc498c 09-Aug-2000 itojun <itojun@NetBSD.org>

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 manp

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.

show more ...


# 10f59f2d 01-Jul-1999 itojun <itojun@NetBSD.org>

define IPv6 library functions and structures, as defined in
RFC2292 and RFC2553.
define internal state structure for IPv6-transport resolver.

Commits for source code will follow.


12