1995-02-18 02:27:10 +01:00
|
|
|
/*
|
|
|
|
* Copyright (c) 1985, 1993
|
|
|
|
* The Regents of the University of California. All rights reserved.
|
2004-09-18 20:00:50 +02:00
|
|
|
*
|
1995-02-18 02:27:10 +01:00
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 4. Neither the name of the University nor the names of its contributors
|
|
|
|
* may be used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
2004-09-18 20:00:50 +02:00
|
|
|
*
|
1995-02-18 02:27:10 +01:00
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
1999-12-04 19:05:55 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
1995-02-18 02:27:10 +01:00
|
|
|
* Portions Copyright (c) 1993 by Digital Equipment Corporation.
|
2004-09-18 20:00:50 +02:00
|
|
|
*
|
1995-02-18 02:27:10 +01:00
|
|
|
* Permission to use, copy, modify, and distribute this software for any
|
|
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
|
|
* copyright notice and this permission notice appear in all copies, and that
|
|
|
|
* the name of Digital Equipment Corporation not be used in advertising or
|
|
|
|
* publicity pertaining to distribution of the document or software without
|
|
|
|
* specific, written prior permission.
|
2004-09-18 20:00:50 +02:00
|
|
|
*
|
1995-02-18 02:27:10 +01:00
|
|
|
* THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
|
|
|
|
* WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
|
|
|
|
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
|
|
|
|
* CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
|
|
|
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
|
|
|
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
|
|
|
* SOFTWARE.
|
1999-12-04 19:05:55 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Portions Copyright (c) 1996-1999 by Internet Software Consortium.
|
|
|
|
*
|
|
|
|
* Permission to use, copy, modify, and distribute this software for any
|
|
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
|
|
* copyright notice and this permission notice appear in all copies.
|
|
|
|
*
|
|
|
|
* THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
|
|
|
|
* ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
|
|
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
|
|
|
|
* CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
|
|
|
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
|
|
|
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
|
|
|
* SOFTWARE.
|
1995-02-18 02:27:10 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
#if defined(LIBC_SCCS) && !defined(lint)
|
1999-12-04 19:05:55 +01:00
|
|
|
static const char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93";
|
Update.
2000-07-18 Mark Kettenis <kettenis@gnu.org>
Update resolver code to BIND 8.2.3-T5B.
* resolv/Versions [GLIBC_2.2] (libc): Add __res_init and
__res_nclose.
[GLIBC_2.2] (libresolv): Add __dn_expand, __ns_samename,
__res_mkquery, __res_nsend, __res_query, __res_querydomain and
__res_search.
* resolv/Banner: BIND-8.2.3-T5B.
* resolv/base64.c: Update from BIND 8.2.3-T5B.
* resolv/herror.c: Likewise.
* resolv/inet_addr.c: Likewise.
* resolv/inet_net_ntop.c: Likewise.
* resolv/inet_net_pton.c: Likewise.
* resolv/inet_neta.c: Likewise.
* resolv/inet_ntop.c: Likewise.
* resolv/nsap_addr.c: Likewise.
* resolv/inet_pton.c: Likewise. Reject a few more more invalid
IPv6 addresses (ISC bug #520).
* resolv/ns_name.c: Avoid emitting RCS ID in object file.
* resolv/ns_parse.c: Likewise.
* resolv/ns_netint.c: Likewise.
* resolv/ns_samedomain.c: Likewise.
* resolv/ns_ttl.c: Likewise.
* resolv/ns_print.c: Update from BIND 8.2.3-T5B. Avoid emitting
RCS ID in object file.
* resolv/res_debug.c: Update from BIND 8.2.3-T5B.
* resolv/res_mkquery.c: Likewise.
* resolv/res_query.c: Likewise.
* resolv/res_init.c: Likewise.
(res_setoptions): Mark internal.
* resolv/res_send.c: Likewise.
[_LIBC]: Fully reinstate the code that avoids the FD_SETSIZE limit
by using poll instead.
* resolv/res_comp.c: Likewise.
[SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_2)]: Make dn_expand a
weak alias for __dn_expand.
* resolv/res_data.c: Likewise.
(res_close) [_LIBC]: Don't call res_nclose if RES_INIT isn't set
in _res.options. Avoids a potential security risk by avoiding a
close (0).
[SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_2)]: Make
res_mkquery, res_query, res_querydomain adn res_search weak
aliases for __res_mkquery, __res_query, __res_querydomain and
__res_search.
* resolv/res_libc.c: (_res): Don't initialize. Fix res_close
instead to avoid close(0).
(res_init): Always use the static resolver context.
[SHLIB_COMPAT (libc, GLIBC_2.0, GLIBC_2_2)]: Make res_init a weak
alias for __res_init.
* resolv/resolv.h: Update from BIND 8.2.3-T5B. Move definition of
RES_SET_H_ERRNO and accompanying comment to...
* include/resolv.h: ... here.
* resolv/arpa/namser.h: Update from BIND 8.2.3-T5B.
* resolv/arpa/nameser_compat.h: Likewise.
2000-07-20 00:03:58 +02:00
|
|
|
static const char rcsid[] = "$BINDId: res_mkquery.c,v 8.12 1999/10/13 16:39:40 vixie Exp $";
|
1995-02-18 02:27:10 +01:00
|
|
|
#endif /* LIBC_SCCS and not lint */
|
|
|
|
|
Update.
Wed Aug 14 21:36:16 1996 Ulrich Drepper <drepper@cygnus.com>
* stdlib/strtod.c (STRTOD): Correct assertion about size of
wint_t and wchar_t. Reported by David Mosberger-Tang.
Mon Aug 12 22:40:16 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* elf/dl-lookup.c (_dl_lookup_symbol): Remove fifth parameter
RELOC_ADDR and make NOPLT a set of flags. All callers
changed. Delete condition that checks for resolving to the
location being filled in. Add condition to skip the
executable's symbols if requested.
* elf/link.h: Change declaration of _dl_lookup_symbol
accordingly.
(DL_LOOKUP_NOEXEC, DL_LOOKUP_NOPLT): New definitions.
* elf/dl-reloc.c (RESOLVE): Remove second parameter and rename
NOPLT to FLAGS.
* elf/dl-runtime.c (RESOLVE): Likewise.
* elf/rtld.c (RESOLVE): Likewise.
* sysdeps/m68k/dl-machine.h (elf_machine_rela): Pass
DL_LOOKUP_NOEXEC as second argument to the RESOLVE macro if
processing a copy reloc, DL_LOOKUP_NOPLT for a jump slot
reloc, zero otherwise.
* sysdeps/alpha/dl-machine.h (elf_machine_rela): Likewise.
* sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
* sysdeps/mips/dl-machine.h (elf_machine_rel): Likewise.
Wed Aug 14 17:57:08 1996 Ulrich Drepper <drepper@cygnus.com>
* MakeTAGS: Clean up use of --omit-header and -n for xgettext.
* po/header.pot: Add empty line at end.
Sun Aug 11 13:45:33 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* MakeTAGS (all-pot): Remove $P/errlist.pot, all error messages
are now in $P/stdio-common.pot.
(XGETTEXTFLAGS-errlist.pot): Variable removed.
Mon Aug 12 19:25:03 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makerules (do-ar, o-iterator-doit): Compute path to autolock
script at run time, not configure time.
* config.make.in, configure.in: Undo previous change.
Wed Aug 14 13:20:02 1996 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/i386/close.S: Push return value of thread
on stack as argument for `_exit'. Reported by Andreas Schwab.
Mon Aug 12 19:36:25 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/m68k/clone.S: New file.
Wed Aug 14 04:22:35 1996 Richard Henderson <rth@tamu.edu>
* elf/dl-load.c (_dl_map_object): Save name in malloced memory.
(_dl_map_object_from_fd): Free name on error.
Wed Aug 14 13:00:09 1996 Ulrich Drepper <drepper@cygnus.com>
* string/strdup.c: Use result of memcpy to avoid reloading.
Tue Aug 13 00:55:03 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* shadow/sgetspent_r.c (__sgetspent_r): Copy string to buffer, not
the other way round.
* resolv/Makefile (libresolv-routines): Add base64, inet_net_ntop,
inet_net_pton, inet_net.
* resolv/arpa/nameser.h (__BIND): Update version number.
Mon Aug 12 19:03:22 1996 Thomas Bushnell n/BSG <thomas@psilocin.gnu.ai.mit.edu>
* sysdeps/generic/gnu/types.h: Declare __fd_mask as `unsigned long'.
* mach/Makefile (mach/mach_host.uh): Depend on
$(objpfx)/mach-syscalls.mk.
($(objpfx)mach-shortcuts.h): Depend on $(objpfx)mach/mach_host.h.
(This fixes a make loop; thanks to Marcus Daniels
<marcus@sysc.pdx.edu> for the patch.)
1996-08-14 23:45:21 +02:00
|
|
|
#include <sys/types.h>
|
1995-02-18 02:27:10 +01:00
|
|
|
#include <sys/param.h>
|
|
|
|
#include <netinet/in.h>
|
|
|
|
#include <arpa/nameser.h>
|
1995-07-26 12:14:02 +02:00
|
|
|
#include <netdb.h>
|
1995-02-18 02:27:10 +01:00
|
|
|
#include <resolv.h>
|
1999-12-04 19:05:55 +01:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <string.h>
|
1995-02-18 02:27:10 +01:00
|
|
|
|
1999-12-04 19:05:55 +01:00
|
|
|
/* Options. Leave them on. */
|
|
|
|
/* #define DEBUG */
|
|
|
|
|
2004-09-18 20:00:50 +02:00
|
|
|
#ifdef _LIBC
|
|
|
|
# include <hp-timing.h>
|
|
|
|
# if HP_TIMING_AVAIL
|
|
|
|
# define RANDOM_BITS(Var) { uint64_t v64; HP_TIMING_NOW (v64); Var = v64; }
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
|
1995-02-18 02:27:10 +01:00
|
|
|
/*
|
|
|
|
* Form all types of queries.
|
|
|
|
* Returns the size of the result or -1.
|
|
|
|
*/
|
|
|
|
int
|
1999-12-04 19:05:55 +01:00
|
|
|
res_nmkquery(res_state statp,
|
|
|
|
int op, /* opcode of query */
|
|
|
|
const char *dname, /* domain name */
|
|
|
|
int class, int type, /* class and type of query */
|
|
|
|
const u_char *data, /* resource record data */
|
|
|
|
int datalen, /* length of data */
|
|
|
|
const u_char *newrr_in, /* new rr for modify or append */
|
|
|
|
u_char *buf, /* buffer to put query */
|
|
|
|
int buflen) /* size of buffer */
|
1995-02-18 02:27:10 +01:00
|
|
|
{
|
|
|
|
register HEADER *hp;
|
|
|
|
register u_char *cp;
|
|
|
|
register int n;
|
|
|
|
u_char *dnptrs[20], **dpp, **lastdnptr;
|
|
|
|
|
|
|
|
#ifdef DEBUG
|
1999-12-04 19:05:55 +01:00
|
|
|
if (statp->options & RES_DEBUG)
|
|
|
|
printf(";; res_nmkquery(%s, %s, %s, %s)\n",
|
|
|
|
_res_opcodes[op], dname, p_class(class), p_type(type));
|
1995-02-18 02:27:10 +01:00
|
|
|
#endif
|
|
|
|
/*
|
|
|
|
* Initialize header fields.
|
|
|
|
*/
|
|
|
|
if ((buf == NULL) || (buflen < HFIXEDSZ))
|
|
|
|
return (-1);
|
1999-12-04 19:05:55 +01:00
|
|
|
memset(buf, 0, HFIXEDSZ);
|
1995-02-18 02:27:10 +01:00
|
|
|
hp = (HEADER *) buf;
|
2004-09-18 20:00:50 +02:00
|
|
|
/* We randomize the IDs every time. The old code just
|
|
|
|
incremented by one after the initial randomization which
|
|
|
|
still predictable if the application does multiple
|
|
|
|
requests. */
|
|
|
|
int randombits;
|
|
|
|
do
|
|
|
|
{
|
2006-09-04 20:00:58 +02:00
|
|
|
#ifdef RANDOM_BITS
|
2004-09-18 20:00:50 +02:00
|
|
|
RANDOM_BITS (randombits);
|
2006-09-04 20:00:58 +02:00
|
|
|
#else
|
2004-09-18 20:00:50 +02:00
|
|
|
struct timeval tv;
|
|
|
|
__gettimeofday (&tv, NULL);
|
2004-09-19 22:52:52 +02:00
|
|
|
randombits = (tv.tv_sec << 8) ^ tv.tv_usec;
|
2006-09-04 20:00:58 +02:00
|
|
|
#endif
|
2004-09-18 20:00:50 +02:00
|
|
|
}
|
2004-10-06 20:28:30 +02:00
|
|
|
while ((randombits & 0xffff) == 0);
|
2004-09-18 20:00:50 +02:00
|
|
|
statp->id = (statp->id + randombits) & 0xffff;
|
2006-09-04 20:00:58 +02:00
|
|
|
hp->id = statp->id;
|
1995-02-18 02:27:10 +01:00
|
|
|
hp->opcode = op;
|
1999-12-04 19:05:55 +01:00
|
|
|
hp->rd = (statp->options & RES_RECURSE) != 0;
|
1995-02-18 02:27:10 +01:00
|
|
|
hp->rcode = NOERROR;
|
|
|
|
cp = buf + HFIXEDSZ;
|
|
|
|
buflen -= HFIXEDSZ;
|
|
|
|
dpp = dnptrs;
|
|
|
|
*dpp++ = buf;
|
|
|
|
*dpp++ = NULL;
|
|
|
|
lastdnptr = dnptrs + sizeof dnptrs / sizeof dnptrs[0];
|
|
|
|
/*
|
|
|
|
* perform opcode specific processing
|
|
|
|
*/
|
|
|
|
switch (op) {
|
|
|
|
case NS_NOTIFY_OP:
|
2006-05-06 20:04:35 +02:00
|
|
|
if ((buflen -= QFIXEDSZ + (data == NULL ? 0 : RRFIXEDSZ)) < 0)
|
|
|
|
return (-1);
|
|
|
|
goto compose;
|
|
|
|
|
|
|
|
case QUERY:
|
1995-02-18 02:27:10 +01:00
|
|
|
if ((buflen -= QFIXEDSZ) < 0)
|
|
|
|
return (-1);
|
2006-05-06 20:04:35 +02:00
|
|
|
compose:
|
1995-02-18 02:27:10 +01:00
|
|
|
if ((n = dn_comp(dname, cp, buflen, dnptrs, lastdnptr)) < 0)
|
|
|
|
return (-1);
|
|
|
|
cp += n;
|
|
|
|
buflen -= n;
|
2006-05-06 20:04:35 +02:00
|
|
|
NS_PUT16 (type, cp);
|
|
|
|
NS_PUT16 (class, cp);
|
1995-02-18 02:27:10 +01:00
|
|
|
hp->qdcount = htons(1);
|
|
|
|
if (op == QUERY || data == NULL)
|
|
|
|
break;
|
|
|
|
/*
|
|
|
|
* Make an additional record for completion domain.
|
|
|
|
*/
|
|
|
|
n = dn_comp((char *)data, cp, buflen, dnptrs, lastdnptr);
|
2006-05-06 20:04:35 +02:00
|
|
|
if (__builtin_expect (n < 0, 0))
|
1995-02-18 02:27:10 +01:00
|
|
|
return (-1);
|
|
|
|
cp += n;
|
|
|
|
buflen -= n;
|
2006-05-06 20:04:35 +02:00
|
|
|
NS_PUT16 (T_NULL, cp);
|
|
|
|
NS_PUT16 (class, cp);
|
|
|
|
NS_PUT32 (0, cp);
|
|
|
|
NS_PUT16 (0, cp);
|
1995-02-18 02:27:10 +01:00
|
|
|
hp->arcount = htons(1);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IQUERY:
|
|
|
|
/*
|
|
|
|
* Initialize answer section
|
|
|
|
*/
|
2006-05-06 20:04:35 +02:00
|
|
|
if (__builtin_expect (buflen < 1 + RRFIXEDSZ + datalen, 0))
|
1995-02-18 02:27:10 +01:00
|
|
|
return (-1);
|
|
|
|
*cp++ = '\0'; /* no domain name */
|
2006-05-06 20:04:35 +02:00
|
|
|
NS_PUT16 (type, cp);
|
|
|
|
NS_PUT16 (class, cp);
|
|
|
|
NS_PUT32 (0, cp);
|
|
|
|
NS_PUT16 (datalen, cp);
|
1995-02-18 02:27:10 +01:00
|
|
|
if (datalen) {
|
1999-12-04 19:05:55 +01:00
|
|
|
memcpy(cp, data, datalen);
|
1995-02-18 02:27:10 +01:00
|
|
|
cp += datalen;
|
|
|
|
}
|
|
|
|
hp->ancount = htons(1);
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
return (-1);
|
|
|
|
}
|
|
|
|
return (cp - buf);
|
|
|
|
}
|
2004-10-18 07:10:37 +02:00
|
|
|
libresolv_hidden_def (res_nmkquery)
|
2007-02-10 00:46:29 +01:00
|
|
|
|
|
|
|
|
|
|
|
/* attach OPT pseudo-RR, as documented in RFC2671 (EDNS0). */
|
|
|
|
#ifndef T_OPT
|
|
|
|
#define T_OPT 41
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int
|
|
|
|
__res_nopt(res_state statp,
|
|
|
|
int n0, /* current offset in buffer */
|
|
|
|
u_char *buf, /* buffer to put query */
|
|
|
|
int buflen, /* size of buffer */
|
|
|
|
int anslen) /* UDP answer buffer size */
|
|
|
|
{
|
|
|
|
u_int16_t flags = 0;
|
|
|
|
|
|
|
|
#ifdef DEBUG
|
|
|
|
if ((statp->options & RES_DEBUG) != 0U)
|
|
|
|
printf(";; res_nopt()\n");
|
|
|
|
#endif
|
|
|
|
|
|
|
|
HEADER *hp = (HEADER *) buf;
|
|
|
|
u_char *cp = buf + n0;
|
|
|
|
u_char *ep = buf + buflen;
|
|
|
|
|
|
|
|
if ((ep - cp) < 1 + RRFIXEDSZ)
|
|
|
|
return -1;
|
|
|
|
|
|
|
|
*cp++ = 0; /* "." */
|
|
|
|
|
|
|
|
ns_put16(T_OPT, cp); /* TYPE */
|
|
|
|
cp += INT16SZ;
|
|
|
|
ns_put16(anslen & 0xffff, cp); /* CLASS = UDP payload size */
|
|
|
|
cp += INT16SZ;
|
|
|
|
*cp++ = NOERROR; /* extended RCODE */
|
|
|
|
*cp++ = 0; /* EDNS version */
|
|
|
|
/* XXX Once we support DNSSEC we change the flag value here. */
|
|
|
|
ns_put16(flags, cp);
|
|
|
|
cp += INT16SZ;
|
|
|
|
ns_put16(0, cp); /* RDLEN */
|
|
|
|
cp += INT16SZ;
|
|
|
|
hp->arcount = htons(ntohs(hp->arcount) + 1);
|
|
|
|
|
|
|
|
return cp - buf;
|
|
|
|
}
|
|
|
|
libresolv_hidden_def (__res_nopt)
|