History log of /netbsd/lib/libc/resolv/res_mkquery.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 2219b53c 28-Sep-2017 christos <christos@NetBSD.org>

PR/52578: Benjamin M. Schwartz Set the AD bit when DNSSEC is enabled
(RFC 6840 Section 5.7).


# 52799bbf 24-Feb-2015 christos <christos@NetBSD.org>

belated removal of the advertising clause.


# abcfa452 11-Nov-2014 christos <christos@NetBSD.org>

PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. struct
querybuf in net/gethnamaddr.c defines MAXPACKET to 64K. This in turn
gets passed down until it reached res_nopt(..., answer, ansl

PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. struct
querybuf in net/gethnamaddr.c defines MAXPACKET to 64K. This in turn
gets passed down until it reached res_nopt(..., answer, anslen), where
the size of the buffer must fit in 16 bits. Unfortunately we end up
being one more than the max so we end up sending a 0 as the size and
unbound does not like that. Instead we clip now to 64K - 1, and everyone
is happy.
XXX: Pullup to 7.

show more ...


# e826745e 13-Mar-2012 christos <christos@NetBSD.org>

PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values t

PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values to types that
would not fit.
- change types, add casts
- change into ansii prototypes
- turn on _DIAGNOSTIC for libc (during current, to be eliminated for release
builds)

approved by core@

show more ...


# 50ce2a6b 12-Apr-2009 christos <christos@NetBSD.org>

fix lint issues and actual bugs lint found (missing break statements)


# 59a755a4 12-Apr-2009 christos <christos@NetBSD.org>

merge libbind and bump.


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

- protect DEBUG again because we should be able to set it from the Makefile
- add a missing cast to pacify lint.


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

updates from bind-9-5-0


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

Resolve conflicts.


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

merge in resolver portion of bind-9.4.0-rc2


# 01267133 24-Jan-2006 christos <christos@NetBSD.org>

don't re-define DEBUG


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

disable weak aliases for now; the resolver header file adds __ to all the
names.


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

namespace protection for resolver routines.


# ca31adbd 20-May-2004 christos <christos@NetBSD.org>

netbsd rcsid.


# f5b0f7df 20-May-2004 christos <christos@NetBSD.org>

silence lint.


# 2b237084 20-May-2004 christos <christos@NetBSD.org>

Import libc portion of the resolver from bind9