1995-02-18 01:27:10 +00:00
|
|
|
/*
|
|
|
|
* ++Copyright++ 1985, 1990, 1993
|
|
|
|
* -
|
|
|
|
* Copyright (c) 1985, 1990, 1993
|
|
|
|
* The Regents of the University of California. All rights reserved.
|
Wed May 22 22:10:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* stdlib/canonicalize.c: New file.
* stdlib/stdlib.h: Declare canonicalize_file_name, realpath.
* stdlib/Makefile (routines): Add canonicalize.
* posix/unistd.h: Declare __canonicalize_directory_name_internal.
Thu May 23 00:01:10 1996 Ulrich Drepper <drepper@cygnus.com>
* db/recno/rec_seq.c: Prevent `sccsid' definition by using the
same #if condition as in the other db files.
* intl/Makefile: Add -Wno-unused CFLAGS for compilation of
bindtextdom.c, finddomain.c, and localealias.c.
* intl/dcgettext.c: Don't define prototype for getcwd() when
compiling in glibc.
* libio/cleanup.c: Add prototype for _IO_register_cleanup.
* libio/filedoalloc.c, libio/fileops.c, libio/iopopen.c: Don't
define _POSIX_SOURCE unconditionally.
* libio/filedoalloc.c, libio/iopopen.c: Include <unistd.h> if
compiling in glibc.
* libio/fileops.c (_IO_file_close_it): Don't sync file, call
flush instead. This relaxes the rules from POSIX.1 about
changing the active handle a bit.
* libio/iofopncook.c (struct _IO_cookie_file): Move definition
into <libio.h>.
Add prototypes for local functions to prevent warnings.
* libio/iopopen.c: Change prototypes for _IO_fork, _IO_pipe, and
_IO_DUP2 to contain complete parameter list.
* libio/libio.h: Add definition of struct _IO_cookie_file.
* libio/libioP.h: Add prototypes for _IO_vasprintf, _IO_vdprintf,
and _IO_vsnprintf.
* libio/memstream.c: Include <stdio.h>.
* libio/stdio.h: Add prototypes for fopencookie,
__stdio_gen_tempname, __vfscanf, __vsscanf, and __vsnprintf.
* libio/strops.c: Avoid useless expression in `for' initializer.
* locale/findlocale.c: Add some casts to prevent warnings.
* locale/programs/locfile.c (write_locale_data): Don't use
double `/' in locale binary file.
* posix/unistd.h: Remove prototype for `reboot'.
Update from bind-4.9.4-T1A.
* resolv/Makefile (routines): Add inet_ntop and inet_pton.
* resolv/arpa/nameser.h: Add definition of IN6ADDRSZ.
* resolv/gethnamaddr.c, resolv/getnetnamadr.c, resolv/res_comp.c,
resolv/res_debug.c, resolv/res_init.c
* resolv/inet_ntop.c, resolv/inet_pton.c: New files.
* resolv/resolv.h: Add RES_USE_INET6 flag.
(__dn_isvalid): Renamed to __res_dnok.
Add prototypes for __res_ownok and __res_mailok.
* stdio-common/Makefile: Add -Wno-unused to CFLAGS for _itoa.c.
* stdio-common/getline.c, stdio-common/vfscanf.c,
sysdeps/posix/tempname.c: Don't use <ansidecl.h> anymore.
* sysdeps/unix/sysv/linux/Makefile [$subdir == misc]
(sysdep_routines): Add s_reboot.
(install-others): Add $(includedir)/sys/syscall.h.
New rule for $(includedir)/sys/syscall.h to produce from
<asm/unistd.h>.
* sysdeps/unix/sysv/linux/reboot.c: New file. Make single
argument function call 3 argument system call.
* sysdeps/unix/sysv/linux/sys/reboot.h: New file. Linux specific
definition for reboot function.
* sysdeps/unix/sysv/linux/syscall.h: Remove old and obsolete
comment.
* sysdeps/unix/sysv/linux/syscalls.list: Rename function for
reboot syscall to __syscall_reboot.
* wcsmbs/wchar.h: Protect prototypes for wcstof and wcstold by
__USE_GNU, not USE_GNU.
Tue May 21 21:55:49 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* locale/programs/charset.c, locale/programs/ld-collate.c:
Add casts to prevent warnings on 64-bit machines.
* locale/programs/ld-monetary.c: Don't do unnecessary tests for
int_frac_digits and frac_digits which only produce warnings.
Mon May 13 23:45:29 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* inet/arpa/inet.h: Backup return type of inet_addr to u_long.
* resolv/inet_addr.c: Likewise.
* resolv/Makefile (distribute): Add res_hconf.h
(routines): Add res_hconf.
* resolv/gethnamaddr.c: Add support for /etc/host.conf.
* resolv/res_init.c: Initialize /etc/host.conf reader.
* resolv/res_hconf.c, resolv/res_hconf.h: New files.
Implementation of reading /etc/host.conf.
Wed May 22 21:21:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Rules (%.out rules): Prepend $($*-ENV) to the command.
* sysdeps/unix/sysv/linux/i386/brk.c (___brk_addr): Define as weak
alias for __curbrk.
Wed May 22 19:37:27 1996 Miles Bader <miles@gnu.ai.mit.edu>
* hurd/hurdexec.c (_hurd_exec): Pass INIT_TRACEMASK.
* hurd/hurdmsg.c (set_int): Support INIT_TRACEMASK.
Wed May 22 18:47:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sysdeps/mach/hurd/getcwd.c
(_hurd_canonicalize_directory_name_internal): New function, broken out
of __getcwd.
(__getcwd): Use it.
(__canonicalize_directory_name_internal): New function using it.
* sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal): New
function, broken out of __getcwd.
(__getcwd): Use it.
Wed May 22 18:14:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
* string/argz-create.c (__argz_create): Correctly calculate length.
* string/argz-extract.c (__argz_extract): Add terminating 0 entry.
* hurd/hurdstartup.c (_hurd_startup): ... and don't so here.
[HAVE_VMSDIR_H]: Include "vmsdir.h".
(glob) [VMS]: Don't grok ~.
1996-05-23 03:15:42 +00:00
|
|
|
*
|
1995-02-18 01:27:10 +00: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.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by the University of
|
|
|
|
* California, Berkeley and its contributors.
|
|
|
|
* 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.
|
Wed May 22 22:10:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* stdlib/canonicalize.c: New file.
* stdlib/stdlib.h: Declare canonicalize_file_name, realpath.
* stdlib/Makefile (routines): Add canonicalize.
* posix/unistd.h: Declare __canonicalize_directory_name_internal.
Thu May 23 00:01:10 1996 Ulrich Drepper <drepper@cygnus.com>
* db/recno/rec_seq.c: Prevent `sccsid' definition by using the
same #if condition as in the other db files.
* intl/Makefile: Add -Wno-unused CFLAGS for compilation of
bindtextdom.c, finddomain.c, and localealias.c.
* intl/dcgettext.c: Don't define prototype for getcwd() when
compiling in glibc.
* libio/cleanup.c: Add prototype for _IO_register_cleanup.
* libio/filedoalloc.c, libio/fileops.c, libio/iopopen.c: Don't
define _POSIX_SOURCE unconditionally.
* libio/filedoalloc.c, libio/iopopen.c: Include <unistd.h> if
compiling in glibc.
* libio/fileops.c (_IO_file_close_it): Don't sync file, call
flush instead. This relaxes the rules from POSIX.1 about
changing the active handle a bit.
* libio/iofopncook.c (struct _IO_cookie_file): Move definition
into <libio.h>.
Add prototypes for local functions to prevent warnings.
* libio/iopopen.c: Change prototypes for _IO_fork, _IO_pipe, and
_IO_DUP2 to contain complete parameter list.
* libio/libio.h: Add definition of struct _IO_cookie_file.
* libio/libioP.h: Add prototypes for _IO_vasprintf, _IO_vdprintf,
and _IO_vsnprintf.
* libio/memstream.c: Include <stdio.h>.
* libio/stdio.h: Add prototypes for fopencookie,
__stdio_gen_tempname, __vfscanf, __vsscanf, and __vsnprintf.
* libio/strops.c: Avoid useless expression in `for' initializer.
* locale/findlocale.c: Add some casts to prevent warnings.
* locale/programs/locfile.c (write_locale_data): Don't use
double `/' in locale binary file.
* posix/unistd.h: Remove prototype for `reboot'.
Update from bind-4.9.4-T1A.
* resolv/Makefile (routines): Add inet_ntop and inet_pton.
* resolv/arpa/nameser.h: Add definition of IN6ADDRSZ.
* resolv/gethnamaddr.c, resolv/getnetnamadr.c, resolv/res_comp.c,
resolv/res_debug.c, resolv/res_init.c
* resolv/inet_ntop.c, resolv/inet_pton.c: New files.
* resolv/resolv.h: Add RES_USE_INET6 flag.
(__dn_isvalid): Renamed to __res_dnok.
Add prototypes for __res_ownok and __res_mailok.
* stdio-common/Makefile: Add -Wno-unused to CFLAGS for _itoa.c.
* stdio-common/getline.c, stdio-common/vfscanf.c,
sysdeps/posix/tempname.c: Don't use <ansidecl.h> anymore.
* sysdeps/unix/sysv/linux/Makefile [$subdir == misc]
(sysdep_routines): Add s_reboot.
(install-others): Add $(includedir)/sys/syscall.h.
New rule for $(includedir)/sys/syscall.h to produce from
<asm/unistd.h>.
* sysdeps/unix/sysv/linux/reboot.c: New file. Make single
argument function call 3 argument system call.
* sysdeps/unix/sysv/linux/sys/reboot.h: New file. Linux specific
definition for reboot function.
* sysdeps/unix/sysv/linux/syscall.h: Remove old and obsolete
comment.
* sysdeps/unix/sysv/linux/syscalls.list: Rename function for
reboot syscall to __syscall_reboot.
* wcsmbs/wchar.h: Protect prototypes for wcstof and wcstold by
__USE_GNU, not USE_GNU.
Tue May 21 21:55:49 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* locale/programs/charset.c, locale/programs/ld-collate.c:
Add casts to prevent warnings on 64-bit machines.
* locale/programs/ld-monetary.c: Don't do unnecessary tests for
int_frac_digits and frac_digits which only produce warnings.
Mon May 13 23:45:29 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* inet/arpa/inet.h: Backup return type of inet_addr to u_long.
* resolv/inet_addr.c: Likewise.
* resolv/Makefile (distribute): Add res_hconf.h
(routines): Add res_hconf.
* resolv/gethnamaddr.c: Add support for /etc/host.conf.
* resolv/res_init.c: Initialize /etc/host.conf reader.
* resolv/res_hconf.c, resolv/res_hconf.h: New files.
Implementation of reading /etc/host.conf.
Wed May 22 21:21:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Rules (%.out rules): Prepend $($*-ENV) to the command.
* sysdeps/unix/sysv/linux/i386/brk.c (___brk_addr): Define as weak
alias for __curbrk.
Wed May 22 19:37:27 1996 Miles Bader <miles@gnu.ai.mit.edu>
* hurd/hurdexec.c (_hurd_exec): Pass INIT_TRACEMASK.
* hurd/hurdmsg.c (set_int): Support INIT_TRACEMASK.
Wed May 22 18:47:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sysdeps/mach/hurd/getcwd.c
(_hurd_canonicalize_directory_name_internal): New function, broken out
of __getcwd.
(__getcwd): Use it.
(__canonicalize_directory_name_internal): New function using it.
* sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal): New
function, broken out of __getcwd.
(__getcwd): Use it.
Wed May 22 18:14:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
* string/argz-create.c (__argz_create): Correctly calculate length.
* string/argz-extract.c (__argz_extract): Add terminating 0 entry.
* hurd/hurdstartup.c (_hurd_startup): ... and don't so here.
[HAVE_VMSDIR_H]: Include "vmsdir.h".
(glob) [VMS]: Don't grok ~.
1996-05-23 03:15:42 +00:00
|
|
|
*
|
1995-02-18 01:27:10 +00: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.
|
|
|
|
* -
|
|
|
|
* Portions Copyright (c) 1993 by Digital Equipment Corporation.
|
Wed May 22 22:10:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* stdlib/canonicalize.c: New file.
* stdlib/stdlib.h: Declare canonicalize_file_name, realpath.
* stdlib/Makefile (routines): Add canonicalize.
* posix/unistd.h: Declare __canonicalize_directory_name_internal.
Thu May 23 00:01:10 1996 Ulrich Drepper <drepper@cygnus.com>
* db/recno/rec_seq.c: Prevent `sccsid' definition by using the
same #if condition as in the other db files.
* intl/Makefile: Add -Wno-unused CFLAGS for compilation of
bindtextdom.c, finddomain.c, and localealias.c.
* intl/dcgettext.c: Don't define prototype for getcwd() when
compiling in glibc.
* libio/cleanup.c: Add prototype for _IO_register_cleanup.
* libio/filedoalloc.c, libio/fileops.c, libio/iopopen.c: Don't
define _POSIX_SOURCE unconditionally.
* libio/filedoalloc.c, libio/iopopen.c: Include <unistd.h> if
compiling in glibc.
* libio/fileops.c (_IO_file_close_it): Don't sync file, call
flush instead. This relaxes the rules from POSIX.1 about
changing the active handle a bit.
* libio/iofopncook.c (struct _IO_cookie_file): Move definition
into <libio.h>.
Add prototypes for local functions to prevent warnings.
* libio/iopopen.c: Change prototypes for _IO_fork, _IO_pipe, and
_IO_DUP2 to contain complete parameter list.
* libio/libio.h: Add definition of struct _IO_cookie_file.
* libio/libioP.h: Add prototypes for _IO_vasprintf, _IO_vdprintf,
and _IO_vsnprintf.
* libio/memstream.c: Include <stdio.h>.
* libio/stdio.h: Add prototypes for fopencookie,
__stdio_gen_tempname, __vfscanf, __vsscanf, and __vsnprintf.
* libio/strops.c: Avoid useless expression in `for' initializer.
* locale/findlocale.c: Add some casts to prevent warnings.
* locale/programs/locfile.c (write_locale_data): Don't use
double `/' in locale binary file.
* posix/unistd.h: Remove prototype for `reboot'.
Update from bind-4.9.4-T1A.
* resolv/Makefile (routines): Add inet_ntop and inet_pton.
* resolv/arpa/nameser.h: Add definition of IN6ADDRSZ.
* resolv/gethnamaddr.c, resolv/getnetnamadr.c, resolv/res_comp.c,
resolv/res_debug.c, resolv/res_init.c
* resolv/inet_ntop.c, resolv/inet_pton.c: New files.
* resolv/resolv.h: Add RES_USE_INET6 flag.
(__dn_isvalid): Renamed to __res_dnok.
Add prototypes for __res_ownok and __res_mailok.
* stdio-common/Makefile: Add -Wno-unused to CFLAGS for _itoa.c.
* stdio-common/getline.c, stdio-common/vfscanf.c,
sysdeps/posix/tempname.c: Don't use <ansidecl.h> anymore.
* sysdeps/unix/sysv/linux/Makefile [$subdir == misc]
(sysdep_routines): Add s_reboot.
(install-others): Add $(includedir)/sys/syscall.h.
New rule for $(includedir)/sys/syscall.h to produce from
<asm/unistd.h>.
* sysdeps/unix/sysv/linux/reboot.c: New file. Make single
argument function call 3 argument system call.
* sysdeps/unix/sysv/linux/sys/reboot.h: New file. Linux specific
definition for reboot function.
* sysdeps/unix/sysv/linux/syscall.h: Remove old and obsolete
comment.
* sysdeps/unix/sysv/linux/syscalls.list: Rename function for
reboot syscall to __syscall_reboot.
* wcsmbs/wchar.h: Protect prototypes for wcstof and wcstold by
__USE_GNU, not USE_GNU.
Tue May 21 21:55:49 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* locale/programs/charset.c, locale/programs/ld-collate.c:
Add casts to prevent warnings on 64-bit machines.
* locale/programs/ld-monetary.c: Don't do unnecessary tests for
int_frac_digits and frac_digits which only produce warnings.
Mon May 13 23:45:29 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* inet/arpa/inet.h: Backup return type of inet_addr to u_long.
* resolv/inet_addr.c: Likewise.
* resolv/Makefile (distribute): Add res_hconf.h
(routines): Add res_hconf.
* resolv/gethnamaddr.c: Add support for /etc/host.conf.
* resolv/res_init.c: Initialize /etc/host.conf reader.
* resolv/res_hconf.c, resolv/res_hconf.h: New files.
Implementation of reading /etc/host.conf.
Wed May 22 21:21:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Rules (%.out rules): Prepend $($*-ENV) to the command.
* sysdeps/unix/sysv/linux/i386/brk.c (___brk_addr): Define as weak
alias for __curbrk.
Wed May 22 19:37:27 1996 Miles Bader <miles@gnu.ai.mit.edu>
* hurd/hurdexec.c (_hurd_exec): Pass INIT_TRACEMASK.
* hurd/hurdmsg.c (set_int): Support INIT_TRACEMASK.
Wed May 22 18:47:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sysdeps/mach/hurd/getcwd.c
(_hurd_canonicalize_directory_name_internal): New function, broken out
of __getcwd.
(__getcwd): Use it.
(__canonicalize_directory_name_internal): New function using it.
* sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal): New
function, broken out of __getcwd.
(__getcwd): Use it.
Wed May 22 18:14:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
* string/argz-create.c (__argz_create): Correctly calculate length.
* string/argz-extract.c (__argz_extract): Add terminating 0 entry.
* hurd/hurdstartup.c (_hurd_startup): ... and don't so here.
[HAVE_VMSDIR_H]: Include "vmsdir.h".
(glob) [VMS]: Don't grok ~.
1996-05-23 03:15:42 +00:00
|
|
|
*
|
1995-02-18 01:27:10 +00: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.
|
Wed May 22 22:10:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* stdlib/canonicalize.c: New file.
* stdlib/stdlib.h: Declare canonicalize_file_name, realpath.
* stdlib/Makefile (routines): Add canonicalize.
* posix/unistd.h: Declare __canonicalize_directory_name_internal.
Thu May 23 00:01:10 1996 Ulrich Drepper <drepper@cygnus.com>
* db/recno/rec_seq.c: Prevent `sccsid' definition by using the
same #if condition as in the other db files.
* intl/Makefile: Add -Wno-unused CFLAGS for compilation of
bindtextdom.c, finddomain.c, and localealias.c.
* intl/dcgettext.c: Don't define prototype for getcwd() when
compiling in glibc.
* libio/cleanup.c: Add prototype for _IO_register_cleanup.
* libio/filedoalloc.c, libio/fileops.c, libio/iopopen.c: Don't
define _POSIX_SOURCE unconditionally.
* libio/filedoalloc.c, libio/iopopen.c: Include <unistd.h> if
compiling in glibc.
* libio/fileops.c (_IO_file_close_it): Don't sync file, call
flush instead. This relaxes the rules from POSIX.1 about
changing the active handle a bit.
* libio/iofopncook.c (struct _IO_cookie_file): Move definition
into <libio.h>.
Add prototypes for local functions to prevent warnings.
* libio/iopopen.c: Change prototypes for _IO_fork, _IO_pipe, and
_IO_DUP2 to contain complete parameter list.
* libio/libio.h: Add definition of struct _IO_cookie_file.
* libio/libioP.h: Add prototypes for _IO_vasprintf, _IO_vdprintf,
and _IO_vsnprintf.
* libio/memstream.c: Include <stdio.h>.
* libio/stdio.h: Add prototypes for fopencookie,
__stdio_gen_tempname, __vfscanf, __vsscanf, and __vsnprintf.
* libio/strops.c: Avoid useless expression in `for' initializer.
* locale/findlocale.c: Add some casts to prevent warnings.
* locale/programs/locfile.c (write_locale_data): Don't use
double `/' in locale binary file.
* posix/unistd.h: Remove prototype for `reboot'.
Update from bind-4.9.4-T1A.
* resolv/Makefile (routines): Add inet_ntop and inet_pton.
* resolv/arpa/nameser.h: Add definition of IN6ADDRSZ.
* resolv/gethnamaddr.c, resolv/getnetnamadr.c, resolv/res_comp.c,
resolv/res_debug.c, resolv/res_init.c
* resolv/inet_ntop.c, resolv/inet_pton.c: New files.
* resolv/resolv.h: Add RES_USE_INET6 flag.
(__dn_isvalid): Renamed to __res_dnok.
Add prototypes for __res_ownok and __res_mailok.
* stdio-common/Makefile: Add -Wno-unused to CFLAGS for _itoa.c.
* stdio-common/getline.c, stdio-common/vfscanf.c,
sysdeps/posix/tempname.c: Don't use <ansidecl.h> anymore.
* sysdeps/unix/sysv/linux/Makefile [$subdir == misc]
(sysdep_routines): Add s_reboot.
(install-others): Add $(includedir)/sys/syscall.h.
New rule for $(includedir)/sys/syscall.h to produce from
<asm/unistd.h>.
* sysdeps/unix/sysv/linux/reboot.c: New file. Make single
argument function call 3 argument system call.
* sysdeps/unix/sysv/linux/sys/reboot.h: New file. Linux specific
definition for reboot function.
* sysdeps/unix/sysv/linux/syscall.h: Remove old and obsolete
comment.
* sysdeps/unix/sysv/linux/syscalls.list: Rename function for
reboot syscall to __syscall_reboot.
* wcsmbs/wchar.h: Protect prototypes for wcstof and wcstold by
__USE_GNU, not USE_GNU.
Tue May 21 21:55:49 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* locale/programs/charset.c, locale/programs/ld-collate.c:
Add casts to prevent warnings on 64-bit machines.
* locale/programs/ld-monetary.c: Don't do unnecessary tests for
int_frac_digits and frac_digits which only produce warnings.
Mon May 13 23:45:29 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* inet/arpa/inet.h: Backup return type of inet_addr to u_long.
* resolv/inet_addr.c: Likewise.
* resolv/Makefile (distribute): Add res_hconf.h
(routines): Add res_hconf.
* resolv/gethnamaddr.c: Add support for /etc/host.conf.
* resolv/res_init.c: Initialize /etc/host.conf reader.
* resolv/res_hconf.c, resolv/res_hconf.h: New files.
Implementation of reading /etc/host.conf.
Wed May 22 21:21:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Rules (%.out rules): Prepend $($*-ENV) to the command.
* sysdeps/unix/sysv/linux/i386/brk.c (___brk_addr): Define as weak
alias for __curbrk.
Wed May 22 19:37:27 1996 Miles Bader <miles@gnu.ai.mit.edu>
* hurd/hurdexec.c (_hurd_exec): Pass INIT_TRACEMASK.
* hurd/hurdmsg.c (set_int): Support INIT_TRACEMASK.
Wed May 22 18:47:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sysdeps/mach/hurd/getcwd.c
(_hurd_canonicalize_directory_name_internal): New function, broken out
of __getcwd.
(__getcwd): Use it.
(__canonicalize_directory_name_internal): New function using it.
* sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal): New
function, broken out of __getcwd.
(__getcwd): Use it.
Wed May 22 18:14:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
* string/argz-create.c (__argz_create): Correctly calculate length.
* string/argz-extract.c (__argz_extract): Add terminating 0 entry.
* hurd/hurdstartup.c (_hurd_startup): ... and don't so here.
[HAVE_VMSDIR_H]: Include "vmsdir.h".
(glob) [VMS]: Don't grok ~.
1996-05-23 03:15:42 +00:00
|
|
|
*
|
1995-02-18 01:27:10 +00: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.
|
|
|
|
* -
|
|
|
|
* --Copyright--
|
|
|
|
*/
|
|
|
|
|
|
|
|
#if defined(LIBC_SCCS) && !defined(lint)
|
|
|
|
static char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93";
|
|
|
|
static char rcsid[] = "$Id$";
|
|
|
|
#endif /* LIBC_SCCS and not lint */
|
|
|
|
|
|
|
|
#include <sys/param.h>
|
Wed May 22 22:10:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* stdlib/canonicalize.c: New file.
* stdlib/stdlib.h: Declare canonicalize_file_name, realpath.
* stdlib/Makefile (routines): Add canonicalize.
* posix/unistd.h: Declare __canonicalize_directory_name_internal.
Thu May 23 00:01:10 1996 Ulrich Drepper <drepper@cygnus.com>
* db/recno/rec_seq.c: Prevent `sccsid' definition by using the
same #if condition as in the other db files.
* intl/Makefile: Add -Wno-unused CFLAGS for compilation of
bindtextdom.c, finddomain.c, and localealias.c.
* intl/dcgettext.c: Don't define prototype for getcwd() when
compiling in glibc.
* libio/cleanup.c: Add prototype for _IO_register_cleanup.
* libio/filedoalloc.c, libio/fileops.c, libio/iopopen.c: Don't
define _POSIX_SOURCE unconditionally.
* libio/filedoalloc.c, libio/iopopen.c: Include <unistd.h> if
compiling in glibc.
* libio/fileops.c (_IO_file_close_it): Don't sync file, call
flush instead. This relaxes the rules from POSIX.1 about
changing the active handle a bit.
* libio/iofopncook.c (struct _IO_cookie_file): Move definition
into <libio.h>.
Add prototypes for local functions to prevent warnings.
* libio/iopopen.c: Change prototypes for _IO_fork, _IO_pipe, and
_IO_DUP2 to contain complete parameter list.
* libio/libio.h: Add definition of struct _IO_cookie_file.
* libio/libioP.h: Add prototypes for _IO_vasprintf, _IO_vdprintf,
and _IO_vsnprintf.
* libio/memstream.c: Include <stdio.h>.
* libio/stdio.h: Add prototypes for fopencookie,
__stdio_gen_tempname, __vfscanf, __vsscanf, and __vsnprintf.
* libio/strops.c: Avoid useless expression in `for' initializer.
* locale/findlocale.c: Add some casts to prevent warnings.
* locale/programs/locfile.c (write_locale_data): Don't use
double `/' in locale binary file.
* posix/unistd.h: Remove prototype for `reboot'.
Update from bind-4.9.4-T1A.
* resolv/Makefile (routines): Add inet_ntop and inet_pton.
* resolv/arpa/nameser.h: Add definition of IN6ADDRSZ.
* resolv/gethnamaddr.c, resolv/getnetnamadr.c, resolv/res_comp.c,
resolv/res_debug.c, resolv/res_init.c
* resolv/inet_ntop.c, resolv/inet_pton.c: New files.
* resolv/resolv.h: Add RES_USE_INET6 flag.
(__dn_isvalid): Renamed to __res_dnok.
Add prototypes for __res_ownok and __res_mailok.
* stdio-common/Makefile: Add -Wno-unused to CFLAGS for _itoa.c.
* stdio-common/getline.c, stdio-common/vfscanf.c,
sysdeps/posix/tempname.c: Don't use <ansidecl.h> anymore.
* sysdeps/unix/sysv/linux/Makefile [$subdir == misc]
(sysdep_routines): Add s_reboot.
(install-others): Add $(includedir)/sys/syscall.h.
New rule for $(includedir)/sys/syscall.h to produce from
<asm/unistd.h>.
* sysdeps/unix/sysv/linux/reboot.c: New file. Make single
argument function call 3 argument system call.
* sysdeps/unix/sysv/linux/sys/reboot.h: New file. Linux specific
definition for reboot function.
* sysdeps/unix/sysv/linux/syscall.h: Remove old and obsolete
comment.
* sysdeps/unix/sysv/linux/syscalls.list: Rename function for
reboot syscall to __syscall_reboot.
* wcsmbs/wchar.h: Protect prototypes for wcstof and wcstold by
__USE_GNU, not USE_GNU.
Tue May 21 21:55:49 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* locale/programs/charset.c, locale/programs/ld-collate.c:
Add casts to prevent warnings on 64-bit machines.
* locale/programs/ld-monetary.c: Don't do unnecessary tests for
int_frac_digits and frac_digits which only produce warnings.
Mon May 13 23:45:29 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* inet/arpa/inet.h: Backup return type of inet_addr to u_long.
* resolv/inet_addr.c: Likewise.
* resolv/Makefile (distribute): Add res_hconf.h
(routines): Add res_hconf.
* resolv/gethnamaddr.c: Add support for /etc/host.conf.
* resolv/res_init.c: Initialize /etc/host.conf reader.
* resolv/res_hconf.c, resolv/res_hconf.h: New files.
Implementation of reading /etc/host.conf.
Wed May 22 21:21:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Rules (%.out rules): Prepend $($*-ENV) to the command.
* sysdeps/unix/sysv/linux/i386/brk.c (___brk_addr): Define as weak
alias for __curbrk.
Wed May 22 19:37:27 1996 Miles Bader <miles@gnu.ai.mit.edu>
* hurd/hurdexec.c (_hurd_exec): Pass INIT_TRACEMASK.
* hurd/hurdmsg.c (set_int): Support INIT_TRACEMASK.
Wed May 22 18:47:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sysdeps/mach/hurd/getcwd.c
(_hurd_canonicalize_directory_name_internal): New function, broken out
of __getcwd.
(__getcwd): Use it.
(__canonicalize_directory_name_internal): New function using it.
* sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal): New
function, broken out of __getcwd.
(__getcwd): Use it.
Wed May 22 18:14:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
* string/argz-create.c (__argz_create): Correctly calculate length.
* string/argz-extract.c (__argz_extract): Add terminating 0 entry.
* hurd/hurdstartup.c (_hurd_startup): ... and don't so here.
[HAVE_VMSDIR_H]: Include "vmsdir.h".
(glob) [VMS]: Don't grok ~.
1996-05-23 03:15:42 +00:00
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/socket.h>
|
1995-02-18 01:27:10 +00:00
|
|
|
#include <netinet/in.h>
|
|
|
|
#include <arpa/inet.h>
|
|
|
|
#include <arpa/nameser.h>
|
|
|
|
|
|
|
|
#include <stdio.h>
|
1996-06-05 03:29:45 +00:00
|
|
|
#include <ctype.h>
|
1995-07-26 10:14:02 +00:00
|
|
|
#include <netdb.h>
|
1995-02-18 01:27:10 +00:00
|
|
|
#include <resolv.h>
|
Wed May 22 22:10:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* stdlib/canonicalize.c: New file.
* stdlib/stdlib.h: Declare canonicalize_file_name, realpath.
* stdlib/Makefile (routines): Add canonicalize.
* posix/unistd.h: Declare __canonicalize_directory_name_internal.
Thu May 23 00:01:10 1996 Ulrich Drepper <drepper@cygnus.com>
* db/recno/rec_seq.c: Prevent `sccsid' definition by using the
same #if condition as in the other db files.
* intl/Makefile: Add -Wno-unused CFLAGS for compilation of
bindtextdom.c, finddomain.c, and localealias.c.
* intl/dcgettext.c: Don't define prototype for getcwd() when
compiling in glibc.
* libio/cleanup.c: Add prototype for _IO_register_cleanup.
* libio/filedoalloc.c, libio/fileops.c, libio/iopopen.c: Don't
define _POSIX_SOURCE unconditionally.
* libio/filedoalloc.c, libio/iopopen.c: Include <unistd.h> if
compiling in glibc.
* libio/fileops.c (_IO_file_close_it): Don't sync file, call
flush instead. This relaxes the rules from POSIX.1 about
changing the active handle a bit.
* libio/iofopncook.c (struct _IO_cookie_file): Move definition
into <libio.h>.
Add prototypes for local functions to prevent warnings.
* libio/iopopen.c: Change prototypes for _IO_fork, _IO_pipe, and
_IO_DUP2 to contain complete parameter list.
* libio/libio.h: Add definition of struct _IO_cookie_file.
* libio/libioP.h: Add prototypes for _IO_vasprintf, _IO_vdprintf,
and _IO_vsnprintf.
* libio/memstream.c: Include <stdio.h>.
* libio/stdio.h: Add prototypes for fopencookie,
__stdio_gen_tempname, __vfscanf, __vsscanf, and __vsnprintf.
* libio/strops.c: Avoid useless expression in `for' initializer.
* locale/findlocale.c: Add some casts to prevent warnings.
* locale/programs/locfile.c (write_locale_data): Don't use
double `/' in locale binary file.
* posix/unistd.h: Remove prototype for `reboot'.
Update from bind-4.9.4-T1A.
* resolv/Makefile (routines): Add inet_ntop and inet_pton.
* resolv/arpa/nameser.h: Add definition of IN6ADDRSZ.
* resolv/gethnamaddr.c, resolv/getnetnamadr.c, resolv/res_comp.c,
resolv/res_debug.c, resolv/res_init.c
* resolv/inet_ntop.c, resolv/inet_pton.c: New files.
* resolv/resolv.h: Add RES_USE_INET6 flag.
(__dn_isvalid): Renamed to __res_dnok.
Add prototypes for __res_ownok and __res_mailok.
* stdio-common/Makefile: Add -Wno-unused to CFLAGS for _itoa.c.
* stdio-common/getline.c, stdio-common/vfscanf.c,
sysdeps/posix/tempname.c: Don't use <ansidecl.h> anymore.
* sysdeps/unix/sysv/linux/Makefile [$subdir == misc]
(sysdep_routines): Add s_reboot.
(install-others): Add $(includedir)/sys/syscall.h.
New rule for $(includedir)/sys/syscall.h to produce from
<asm/unistd.h>.
* sysdeps/unix/sysv/linux/reboot.c: New file. Make single
argument function call 3 argument system call.
* sysdeps/unix/sysv/linux/sys/reboot.h: New file. Linux specific
definition for reboot function.
* sysdeps/unix/sysv/linux/syscall.h: Remove old and obsolete
comment.
* sysdeps/unix/sysv/linux/syscalls.list: Rename function for
reboot syscall to __syscall_reboot.
* wcsmbs/wchar.h: Protect prototypes for wcstof and wcstold by
__USE_GNU, not USE_GNU.
Tue May 21 21:55:49 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* locale/programs/charset.c, locale/programs/ld-collate.c:
Add casts to prevent warnings on 64-bit machines.
* locale/programs/ld-monetary.c: Don't do unnecessary tests for
int_frac_digits and frac_digits which only produce warnings.
Mon May 13 23:45:29 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* inet/arpa/inet.h: Backup return type of inet_addr to u_long.
* resolv/inet_addr.c: Likewise.
* resolv/Makefile (distribute): Add res_hconf.h
(routines): Add res_hconf.
* resolv/gethnamaddr.c: Add support for /etc/host.conf.
* resolv/res_init.c: Initialize /etc/host.conf reader.
* resolv/res_hconf.c, resolv/res_hconf.h: New files.
Implementation of reading /etc/host.conf.
Wed May 22 21:21:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Rules (%.out rules): Prepend $($*-ENV) to the command.
* sysdeps/unix/sysv/linux/i386/brk.c (___brk_addr): Define as weak
alias for __curbrk.
Wed May 22 19:37:27 1996 Miles Bader <miles@gnu.ai.mit.edu>
* hurd/hurdexec.c (_hurd_exec): Pass INIT_TRACEMASK.
* hurd/hurdmsg.c (set_int): Support INIT_TRACEMASK.
Wed May 22 18:47:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sysdeps/mach/hurd/getcwd.c
(_hurd_canonicalize_directory_name_internal): New function, broken out
of __getcwd.
(__getcwd): Use it.
(__canonicalize_directory_name_internal): New function using it.
* sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal): New
function, broken out of __getcwd.
(__getcwd): Use it.
Wed May 22 18:14:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
* string/argz-create.c (__argz_create): Correctly calculate length.
* string/argz-extract.c (__argz_extract): Add terminating 0 entry.
* hurd/hurdstartup.c (_hurd_startup): ... and don't so here.
[HAVE_VMSDIR_H]: Include "vmsdir.h".
(glob) [VMS]: Don't grok ~.
1996-05-23 03:15:42 +00:00
|
|
|
#if defined(BSD) && (BSD >= 199103) && defined(AF_INET6)
|
1995-02-18 01:27:10 +00:00
|
|
|
# include <string.h>
|
|
|
|
#else
|
|
|
|
# include "../conf/portability.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined(USE_OPTIONS_H)
|
|
|
|
# include "../conf/options.h"
|
|
|
|
#endif
|
|
|
|
|
1996-01-07 10:00:21 +00:00
|
|
|
extern const char *_res_opcodes[];
|
|
|
|
extern const char *_res_resultcodes[];
|
1995-02-18 01:27:10 +00:00
|
|
|
|
1995-07-26 10:14:02 +00:00
|
|
|
/* XXX: we should use getservbyport() instead. */
|
1995-02-18 01:27:10 +00:00
|
|
|
static const char *
|
|
|
|
dewks(wks)
|
|
|
|
int wks;
|
|
|
|
{
|
1995-07-26 10:14:02 +00:00
|
|
|
static char nbuf[20];
|
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
switch (wks) {
|
|
|
|
case 5: return "rje";
|
|
|
|
case 7: return "echo";
|
|
|
|
case 9: return "discard";
|
|
|
|
case 11: return "systat";
|
|
|
|
case 13: return "daytime";
|
|
|
|
case 15: return "netstat";
|
|
|
|
case 17: return "qotd";
|
|
|
|
case 19: return "chargen";
|
|
|
|
case 20: return "ftp-data";
|
|
|
|
case 21: return "ftp";
|
|
|
|
case 23: return "telnet";
|
|
|
|
case 25: return "smtp";
|
|
|
|
case 37: return "time";
|
|
|
|
case 39: return "rlp";
|
|
|
|
case 42: return "name";
|
|
|
|
case 43: return "whois";
|
|
|
|
case 53: return "domain";
|
|
|
|
case 57: return "apts";
|
|
|
|
case 59: return "apfs";
|
|
|
|
case 67: return "bootps";
|
|
|
|
case 68: return "bootpc";
|
|
|
|
case 69: return "tftp";
|
|
|
|
case 77: return "rje";
|
|
|
|
case 79: return "finger";
|
|
|
|
case 87: return "link";
|
|
|
|
case 95: return "supdup";
|
|
|
|
case 100: return "newacct";
|
|
|
|
case 101: return "hostnames";
|
|
|
|
case 102: return "iso-tsap";
|
|
|
|
case 103: return "x400";
|
|
|
|
case 104: return "x400-snd";
|
|
|
|
case 105: return "csnet-ns";
|
|
|
|
case 109: return "pop-2";
|
|
|
|
case 111: return "sunrpc";
|
|
|
|
case 113: return "auth";
|
|
|
|
case 115: return "sftp";
|
|
|
|
case 117: return "uucp-path";
|
|
|
|
case 119: return "nntp";
|
|
|
|
case 121: return "erpc";
|
|
|
|
case 123: return "ntp";
|
|
|
|
case 133: return "statsrv";
|
|
|
|
case 136: return "profile";
|
|
|
|
case 144: return "NeWS";
|
|
|
|
case 161: return "snmp";
|
|
|
|
case 162: return "snmp-trap";
|
|
|
|
case 170: return "print-srv";
|
1995-07-26 10:14:02 +00:00
|
|
|
default: (void) sprintf(nbuf, "%d", wks); return (nbuf);
|
1995-02-18 01:27:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1995-07-26 10:14:02 +00:00
|
|
|
/* XXX: we should use getprotobynumber() instead. */
|
1995-02-18 01:27:10 +00:00
|
|
|
static const char *
|
|
|
|
deproto(protonum)
|
|
|
|
int protonum;
|
|
|
|
{
|
1995-07-26 10:14:02 +00:00
|
|
|
static char nbuf[20];
|
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
switch (protonum) {
|
|
|
|
case 1: return "icmp";
|
|
|
|
case 2: return "igmp";
|
|
|
|
case 3: return "ggp";
|
|
|
|
case 5: return "st";
|
|
|
|
case 6: return "tcp";
|
|
|
|
case 7: return "ucl";
|
|
|
|
case 8: return "egp";
|
|
|
|
case 9: return "igp";
|
|
|
|
case 11: return "nvp-II";
|
|
|
|
case 12: return "pup";
|
|
|
|
case 16: return "chaos";
|
|
|
|
case 17: return "udp";
|
1995-07-26 10:14:02 +00:00
|
|
|
default: (void) sprintf(nbuf, "%d", protonum); return (nbuf);
|
1995-02-18 01:27:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static const u_char *
|
1995-07-26 10:14:02 +00:00
|
|
|
do_rrset(msg, len, cp, cnt, pflag, file, hs)
|
|
|
|
int cnt, pflag, len;
|
1995-02-18 01:27:10 +00:00
|
|
|
const u_char *cp, *msg;
|
|
|
|
const char *hs;
|
|
|
|
FILE *file;
|
|
|
|
{
|
|
|
|
int n;
|
|
|
|
int sflag;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Print answer records.
|
|
|
|
*/
|
|
|
|
sflag = (_res.pfcode & pflag);
|
|
|
|
if (n = ntohs(cnt)) {
|
|
|
|
if ((!_res.pfcode) ||
|
|
|
|
((sflag) && (_res.pfcode & RES_PRF_HEAD1)))
|
|
|
|
fprintf(file, hs);
|
|
|
|
while (--n >= 0) {
|
|
|
|
if ((!_res.pfcode) || sflag) {
|
|
|
|
cp = p_rr(cp, msg, file);
|
|
|
|
} else {
|
|
|
|
unsigned int dlen;
|
|
|
|
cp += __dn_skipname(cp, cp + MAXCDNAME);
|
|
|
|
cp += INT16SZ;
|
|
|
|
cp += INT16SZ;
|
|
|
|
cp += INT32SZ;
|
|
|
|
dlen = _getshort((u_char*)cp);
|
|
|
|
cp += INT16SZ;
|
|
|
|
cp += dlen;
|
|
|
|
}
|
1995-07-26 10:14:02 +00:00
|
|
|
if ((cp - msg) > len)
|
1995-02-18 01:27:10 +00:00
|
|
|
return (NULL);
|
|
|
|
}
|
|
|
|
if ((!_res.pfcode) ||
|
|
|
|
((sflag) && (_res.pfcode & RES_PRF_HEAD1)))
|
|
|
|
putc('\n', file);
|
|
|
|
}
|
|
|
|
return (cp);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
__p_query(msg)
|
|
|
|
const u_char *msg;
|
|
|
|
{
|
|
|
|
__fp_query(msg, stdout);
|
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef ultrix
|
|
|
|
/* ultrix 4.0's packaging has some icky packaging. alias for it here.
|
|
|
|
* there is more junk of this kind over in res_comp.c.
|
|
|
|
*/
|
|
|
|
void
|
|
|
|
p_query(msg)
|
|
|
|
const u_char *msg;
|
|
|
|
{
|
|
|
|
__p_query(msg);
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Print the current options.
|
|
|
|
* This is intended to be primarily a debugging routine.
|
|
|
|
*/
|
|
|
|
void
|
|
|
|
__fp_resstat(statp, file)
|
|
|
|
struct __res_state *statp;
|
|
|
|
FILE *file;
|
|
|
|
{
|
|
|
|
register u_long mask;
|
|
|
|
|
|
|
|
fprintf(file, ";; res options:");
|
|
|
|
if (!statp)
|
|
|
|
statp = &_res;
|
|
|
|
for (mask = 1; mask != 0; mask <<= 1)
|
|
|
|
if (statp->options & mask)
|
|
|
|
fprintf(file, " %s", p_option(mask));
|
|
|
|
putc('\n', file);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Print the contents of a query.
|
|
|
|
* This is intended to be primarily a debugging routine.
|
|
|
|
*/
|
|
|
|
void
|
|
|
|
__fp_nquery(msg, len, file)
|
|
|
|
const u_char *msg;
|
|
|
|
int len;
|
|
|
|
FILE *file;
|
|
|
|
{
|
|
|
|
register const u_char *cp, *endMark;
|
|
|
|
register const HEADER *hp;
|
|
|
|
register int n;
|
|
|
|
|
1995-07-26 10:14:02 +00:00
|
|
|
if ((_res.options & RES_INIT) == 0 && res_init() == -1)
|
|
|
|
return;
|
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
#define TruncTest(x) if (x >= endMark) goto trunc
|
|
|
|
#define ErrorTest(x) if (x == NULL) goto error
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Print header fields.
|
|
|
|
*/
|
|
|
|
hp = (HEADER *)msg;
|
|
|
|
cp = msg + HFIXEDSZ;
|
|
|
|
endMark = cp + len;
|
|
|
|
if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEADX) || hp->rcode) {
|
|
|
|
fprintf(file, ";; ->>HEADER<<- opcode: %s, status: %s, id: %d",
|
|
|
|
_res_opcodes[hp->opcode],
|
|
|
|
_res_resultcodes[hp->rcode],
|
|
|
|
ntohs(hp->id));
|
|
|
|
putc('\n', file);
|
|
|
|
}
|
1995-12-07 19:37:55 +00:00
|
|
|
if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEADX))
|
1996-01-07 10:00:21 +00:00
|
|
|
putc(';', file);
|
1995-02-18 01:27:10 +00:00
|
|
|
if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEAD2)) {
|
|
|
|
fprintf(file, "; flags:");
|
|
|
|
if (hp->qr)
|
|
|
|
fprintf(file, " qr");
|
|
|
|
if (hp->aa)
|
|
|
|
fprintf(file, " aa");
|
|
|
|
if (hp->tc)
|
|
|
|
fprintf(file, " tc");
|
|
|
|
if (hp->rd)
|
|
|
|
fprintf(file, " rd");
|
|
|
|
if (hp->ra)
|
|
|
|
fprintf(file, " ra");
|
|
|
|
}
|
|
|
|
if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEAD1)) {
|
|
|
|
fprintf(file, "; Ques: %d", ntohs(hp->qdcount));
|
|
|
|
fprintf(file, ", Ans: %d", ntohs(hp->ancount));
|
|
|
|
fprintf(file, ", Auth: %d", ntohs(hp->nscount));
|
|
|
|
fprintf(file, ", Addit: %d", ntohs(hp->arcount));
|
|
|
|
}
|
Wed May 22 22:10:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* stdlib/canonicalize.c: New file.
* stdlib/stdlib.h: Declare canonicalize_file_name, realpath.
* stdlib/Makefile (routines): Add canonicalize.
* posix/unistd.h: Declare __canonicalize_directory_name_internal.
Thu May 23 00:01:10 1996 Ulrich Drepper <drepper@cygnus.com>
* db/recno/rec_seq.c: Prevent `sccsid' definition by using the
same #if condition as in the other db files.
* intl/Makefile: Add -Wno-unused CFLAGS for compilation of
bindtextdom.c, finddomain.c, and localealias.c.
* intl/dcgettext.c: Don't define prototype for getcwd() when
compiling in glibc.
* libio/cleanup.c: Add prototype for _IO_register_cleanup.
* libio/filedoalloc.c, libio/fileops.c, libio/iopopen.c: Don't
define _POSIX_SOURCE unconditionally.
* libio/filedoalloc.c, libio/iopopen.c: Include <unistd.h> if
compiling in glibc.
* libio/fileops.c (_IO_file_close_it): Don't sync file, call
flush instead. This relaxes the rules from POSIX.1 about
changing the active handle a bit.
* libio/iofopncook.c (struct _IO_cookie_file): Move definition
into <libio.h>.
Add prototypes for local functions to prevent warnings.
* libio/iopopen.c: Change prototypes for _IO_fork, _IO_pipe, and
_IO_DUP2 to contain complete parameter list.
* libio/libio.h: Add definition of struct _IO_cookie_file.
* libio/libioP.h: Add prototypes for _IO_vasprintf, _IO_vdprintf,
and _IO_vsnprintf.
* libio/memstream.c: Include <stdio.h>.
* libio/stdio.h: Add prototypes for fopencookie,
__stdio_gen_tempname, __vfscanf, __vsscanf, and __vsnprintf.
* libio/strops.c: Avoid useless expression in `for' initializer.
* locale/findlocale.c: Add some casts to prevent warnings.
* locale/programs/locfile.c (write_locale_data): Don't use
double `/' in locale binary file.
* posix/unistd.h: Remove prototype for `reboot'.
Update from bind-4.9.4-T1A.
* resolv/Makefile (routines): Add inet_ntop and inet_pton.
* resolv/arpa/nameser.h: Add definition of IN6ADDRSZ.
* resolv/gethnamaddr.c, resolv/getnetnamadr.c, resolv/res_comp.c,
resolv/res_debug.c, resolv/res_init.c
* resolv/inet_ntop.c, resolv/inet_pton.c: New files.
* resolv/resolv.h: Add RES_USE_INET6 flag.
(__dn_isvalid): Renamed to __res_dnok.
Add prototypes for __res_ownok and __res_mailok.
* stdio-common/Makefile: Add -Wno-unused to CFLAGS for _itoa.c.
* stdio-common/getline.c, stdio-common/vfscanf.c,
sysdeps/posix/tempname.c: Don't use <ansidecl.h> anymore.
* sysdeps/unix/sysv/linux/Makefile [$subdir == misc]
(sysdep_routines): Add s_reboot.
(install-others): Add $(includedir)/sys/syscall.h.
New rule for $(includedir)/sys/syscall.h to produce from
<asm/unistd.h>.
* sysdeps/unix/sysv/linux/reboot.c: New file. Make single
argument function call 3 argument system call.
* sysdeps/unix/sysv/linux/sys/reboot.h: New file. Linux specific
definition for reboot function.
* sysdeps/unix/sysv/linux/syscall.h: Remove old and obsolete
comment.
* sysdeps/unix/sysv/linux/syscalls.list: Rename function for
reboot syscall to __syscall_reboot.
* wcsmbs/wchar.h: Protect prototypes for wcstof and wcstold by
__USE_GNU, not USE_GNU.
Tue May 21 21:55:49 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* locale/programs/charset.c, locale/programs/ld-collate.c:
Add casts to prevent warnings on 64-bit machines.
* locale/programs/ld-monetary.c: Don't do unnecessary tests for
int_frac_digits and frac_digits which only produce warnings.
Mon May 13 23:45:29 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* inet/arpa/inet.h: Backup return type of inet_addr to u_long.
* resolv/inet_addr.c: Likewise.
* resolv/Makefile (distribute): Add res_hconf.h
(routines): Add res_hconf.
* resolv/gethnamaddr.c: Add support for /etc/host.conf.
* resolv/res_init.c: Initialize /etc/host.conf reader.
* resolv/res_hconf.c, resolv/res_hconf.h: New files.
Implementation of reading /etc/host.conf.
Wed May 22 21:21:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Rules (%.out rules): Prepend $($*-ENV) to the command.
* sysdeps/unix/sysv/linux/i386/brk.c (___brk_addr): Define as weak
alias for __curbrk.
Wed May 22 19:37:27 1996 Miles Bader <miles@gnu.ai.mit.edu>
* hurd/hurdexec.c (_hurd_exec): Pass INIT_TRACEMASK.
* hurd/hurdmsg.c (set_int): Support INIT_TRACEMASK.
Wed May 22 18:47:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sysdeps/mach/hurd/getcwd.c
(_hurd_canonicalize_directory_name_internal): New function, broken out
of __getcwd.
(__getcwd): Use it.
(__canonicalize_directory_name_internal): New function using it.
* sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal): New
function, broken out of __getcwd.
(__getcwd): Use it.
Wed May 22 18:14:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
* string/argz-create.c (__argz_create): Correctly calculate length.
* string/argz-extract.c (__argz_extract): Add terminating 0 entry.
* hurd/hurdstartup.c (_hurd_startup): ... and don't so here.
[HAVE_VMSDIR_H]: Include "vmsdir.h".
(glob) [VMS]: Don't grok ~.
1996-05-23 03:15:42 +00:00
|
|
|
if ((!_res.pfcode) || (_res.pfcode &
|
1995-02-18 01:27:10 +00:00
|
|
|
(RES_PRF_HEADX | RES_PRF_HEAD2 | RES_PRF_HEAD1))) {
|
|
|
|
putc('\n',file);
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
* Print question records.
|
|
|
|
*/
|
|
|
|
if (n = ntohs(hp->qdcount)) {
|
|
|
|
if ((!_res.pfcode) || (_res.pfcode & RES_PRF_QUES))
|
|
|
|
fprintf(file, ";; QUESTIONS:\n");
|
|
|
|
while (--n >= 0) {
|
1995-12-07 19:37:55 +00:00
|
|
|
if ((!_res.pfcode) || (_res.pfcode & RES_PRF_QUES))
|
1996-01-07 10:00:21 +00:00
|
|
|
fprintf(file, ";;\t");
|
1995-02-18 01:27:10 +00:00
|
|
|
TruncTest(cp);
|
1995-12-07 19:37:55 +00:00
|
|
|
if ((!_res.pfcode) || (_res.pfcode & RES_PRF_QUES))
|
1996-01-07 10:00:21 +00:00
|
|
|
cp = p_cdnname(cp, msg, len, file);
|
1995-12-07 19:37:55 +00:00
|
|
|
else {
|
|
|
|
int n;
|
|
|
|
char name[MAXDNAME];
|
|
|
|
|
|
|
|
if ((n = dn_expand(msg, msg+len, cp, name,
|
|
|
|
sizeof name)) < 0)
|
|
|
|
cp = NULL;
|
|
|
|
else
|
|
|
|
cp += n;
|
|
|
|
}
|
1995-02-18 01:27:10 +00:00
|
|
|
ErrorTest(cp);
|
|
|
|
TruncTest(cp);
|
|
|
|
if ((!_res.pfcode) || (_res.pfcode & RES_PRF_QUES))
|
|
|
|
fprintf(file, ", type = %s",
|
|
|
|
__p_type(_getshort((u_char*)cp)));
|
|
|
|
cp += INT16SZ;
|
|
|
|
TruncTest(cp);
|
|
|
|
if ((!_res.pfcode) || (_res.pfcode & RES_PRF_QUES))
|
|
|
|
fprintf(file, ", class = %s\n",
|
|
|
|
__p_class(_getshort((u_char*)cp)));
|
|
|
|
cp += INT16SZ;
|
1995-12-07 19:37:55 +00:00
|
|
|
if ((!_res.pfcode) || (_res.pfcode & RES_PRF_QUES))
|
1996-01-07 10:00:21 +00:00
|
|
|
putc('\n', file);
|
1995-02-18 01:27:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
* Print authoritative answer records
|
|
|
|
*/
|
|
|
|
TruncTest(cp);
|
1995-07-26 10:14:02 +00:00
|
|
|
cp = do_rrset(msg, len, cp, hp->ancount, RES_PRF_ANS, file,
|
1995-02-18 01:27:10 +00:00
|
|
|
";; ANSWERS:\n");
|
|
|
|
ErrorTest(cp);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* print name server records
|
|
|
|
*/
|
|
|
|
TruncTest(cp);
|
1995-07-26 10:14:02 +00:00
|
|
|
cp = do_rrset(msg, len, cp, hp->nscount, RES_PRF_AUTH, file,
|
1995-02-18 01:27:10 +00:00
|
|
|
";; AUTHORITY RECORDS:\n");
|
|
|
|
ErrorTest(cp);
|
|
|
|
|
|
|
|
TruncTest(cp);
|
|
|
|
/*
|
|
|
|
* print additional records
|
|
|
|
*/
|
1995-07-26 10:14:02 +00:00
|
|
|
cp = do_rrset(msg, len, cp, hp->arcount, RES_PRF_ADD, file,
|
1995-02-18 01:27:10 +00:00
|
|
|
";; ADDITIONAL RECORDS:\n");
|
|
|
|
ErrorTest(cp);
|
|
|
|
return;
|
|
|
|
trunc:
|
|
|
|
fprintf(file, "\n;; ...truncated\n");
|
|
|
|
return;
|
|
|
|
error:
|
|
|
|
fprintf(file, "\n;; ...malformed\n");
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
__fp_query(msg, file)
|
|
|
|
const u_char *msg;
|
|
|
|
FILE *file;
|
|
|
|
{
|
|
|
|
fp_nquery(msg, PACKETSZ, file);
|
|
|
|
}
|
|
|
|
|
|
|
|
const u_char *
|
|
|
|
__p_cdnname(cp, msg, len, file)
|
|
|
|
const u_char *cp, *msg;
|
|
|
|
int len;
|
|
|
|
FILE *file;
|
|
|
|
{
|
|
|
|
char name[MAXDNAME];
|
|
|
|
int n;
|
|
|
|
|
|
|
|
if ((n = dn_expand(msg, msg + len, cp, name, sizeof name)) < 0)
|
|
|
|
return (NULL);
|
|
|
|
if (name[0] == '\0')
|
|
|
|
putc('.', file);
|
|
|
|
else
|
|
|
|
fputs(name, file);
|
|
|
|
return (cp + n);
|
|
|
|
}
|
|
|
|
|
|
|
|
const u_char *
|
|
|
|
__p_cdname(cp, msg, file)
|
|
|
|
const u_char *cp, *msg;
|
|
|
|
FILE *file;
|
|
|
|
{
|
|
|
|
return (p_cdnname(cp, msg, PACKETSZ, file));
|
|
|
|
}
|
|
|
|
|
|
|
|
/* XXX: the rest of these functions need to become length-limited, too. (vix)
|
|
|
|
*/
|
|
|
|
|
|
|
|
const u_char *
|
|
|
|
__p_fqname(cp, msg, file)
|
|
|
|
const u_char *cp, *msg;
|
|
|
|
FILE *file;
|
|
|
|
{
|
|
|
|
char name[MAXDNAME];
|
1995-07-26 10:14:02 +00:00
|
|
|
int n;
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
if ((n = dn_expand(msg, cp + MAXCDNAME, cp, name, sizeof name)) < 0)
|
|
|
|
return (NULL);
|
|
|
|
if (name[0] == '\0') {
|
|
|
|
putc('.', file);
|
|
|
|
} else {
|
|
|
|
fputs(name, file);
|
|
|
|
if (name[strlen(name) - 1] != '.')
|
|
|
|
putc('.', file);
|
|
|
|
}
|
|
|
|
return (cp + n);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Print resource record fields in human readable form.
|
|
|
|
*/
|
|
|
|
const u_char *
|
|
|
|
__p_rr(cp, msg, file)
|
|
|
|
const u_char *cp, *msg;
|
|
|
|
FILE *file;
|
|
|
|
{
|
|
|
|
int type, class, dlen, n, c;
|
|
|
|
struct in_addr inaddr;
|
|
|
|
const u_char *cp1, *cp2;
|
|
|
|
u_int32_t tmpttl, t;
|
|
|
|
int lcnt;
|
|
|
|
|
1995-07-26 10:14:02 +00:00
|
|
|
if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
|
|
|
|
h_errno = NETDB_INTERNAL;
|
|
|
|
return (NULL);
|
|
|
|
}
|
1995-02-18 01:27:10 +00:00
|
|
|
if ((cp = p_fqname(cp, msg, file)) == NULL)
|
|
|
|
return (NULL); /* compression error */
|
|
|
|
type = _getshort((u_char*)cp);
|
|
|
|
cp += INT16SZ;
|
|
|
|
class = _getshort((u_char*)cp);
|
|
|
|
cp += INT16SZ;
|
|
|
|
tmpttl = _getlong((u_char*)cp);
|
|
|
|
cp += INT32SZ;
|
|
|
|
dlen = _getshort((u_char*)cp);
|
|
|
|
cp += INT16SZ;
|
|
|
|
cp1 = cp;
|
|
|
|
if ((!_res.pfcode) || (_res.pfcode & RES_PRF_TTLID))
|
1995-07-26 10:14:02 +00:00
|
|
|
fprintf(file, "\t%lu", (u_long)tmpttl);
|
1995-02-18 01:27:10 +00:00
|
|
|
if ((!_res.pfcode) || (_res.pfcode & RES_PRF_CLASS))
|
|
|
|
fprintf(file, "\t%s", __p_class(class));
|
|
|
|
fprintf(file, "\t%s", __p_type(type));
|
|
|
|
/*
|
|
|
|
* Print type specific data, if appropriate
|
|
|
|
*/
|
|
|
|
switch (type) {
|
|
|
|
case T_A:
|
|
|
|
switch (class) {
|
|
|
|
case C_IN:
|
|
|
|
case C_HS:
|
|
|
|
bcopy(cp, (char *)&inaddr, INADDRSZ);
|
|
|
|
if (dlen == 4) {
|
|
|
|
fprintf(file, "\t%s", inet_ntoa(inaddr));
|
|
|
|
cp += dlen;
|
|
|
|
} else if (dlen == 7) {
|
|
|
|
char *address;
|
|
|
|
u_char protocol;
|
|
|
|
u_short port;
|
|
|
|
|
|
|
|
address = inet_ntoa(inaddr);
|
|
|
|
cp += INADDRSZ;
|
|
|
|
protocol = *(u_char*)cp;
|
|
|
|
cp += sizeof(u_char);
|
|
|
|
port = _getshort((u_char*)cp);
|
|
|
|
cp += INT16SZ;
|
|
|
|
fprintf(file, "\t%s\t; proto %d, port %d",
|
|
|
|
address, protocol, port);
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
cp += dlen;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case T_CNAME:
|
|
|
|
case T_MB:
|
|
|
|
case T_MG:
|
|
|
|
case T_MR:
|
|
|
|
case T_NS:
|
|
|
|
case T_PTR:
|
|
|
|
putc('\t', file);
|
|
|
|
if ((cp = p_fqname(cp, msg, file)) == NULL)
|
|
|
|
return (NULL);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case T_HINFO:
|
|
|
|
case T_ISDN:
|
1996-05-09 15:59:18 +00:00
|
|
|
(void) fputs("\t\"", file);
|
1995-02-18 01:27:10 +00:00
|
|
|
cp2 = cp + dlen;
|
1996-05-09 15:59:18 +00:00
|
|
|
if ((n = (unsigned char) *cp++) != 0) {
|
|
|
|
for (c = n; c > 0 && cp < cp2; c--) {
|
|
|
|
if (strchr("\n\"\\", *cp))
|
|
|
|
(void) putc('\\', file);
|
|
|
|
(void) putc(*cp++, file);
|
|
|
|
}
|
|
|
|
putc('"', file);
|
1995-02-18 01:27:10 +00:00
|
|
|
}
|
1996-05-09 15:59:18 +00:00
|
|
|
if (cp < cp2 && (n = (unsigned char) *cp++) != 0) {
|
|
|
|
(void) fputs ("\t\"", file);
|
|
|
|
for (c = n; c > 0 && cp < cp2; c--) {
|
|
|
|
if (strchr("\n\"\\", *cp))
|
|
|
|
(void) putc('\\', file);
|
|
|
|
(void) putc(*cp++, file);
|
|
|
|
}
|
|
|
|
putc('"', file);
|
|
|
|
} else if (type == T_HINFO) {
|
|
|
|
(void) fputs("\"?\"", file);
|
1995-02-18 01:27:10 +00:00
|
|
|
fprintf(file, "\n;; *** Warning *** OS-type missing");
|
1996-05-09 15:59:18 +00:00
|
|
|
}
|
1995-02-18 01:27:10 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case T_SOA:
|
|
|
|
putc('\t', file);
|
|
|
|
if ((cp = p_fqname(cp, msg, file)) == NULL)
|
|
|
|
return (NULL);
|
|
|
|
putc(' ', file);
|
|
|
|
if ((cp = p_fqname(cp, msg, file)) == NULL)
|
|
|
|
return (NULL);
|
|
|
|
fputs(" (\n", file);
|
|
|
|
t = _getlong((u_char*)cp); cp += INT32SZ;
|
1995-07-26 10:14:02 +00:00
|
|
|
fprintf(file, "\t\t\t%lu\t; serial\n", (u_long)t);
|
1995-02-18 01:27:10 +00:00
|
|
|
t = _getlong((u_char*)cp); cp += INT32SZ;
|
1995-07-26 10:14:02 +00:00
|
|
|
fprintf(file, "\t\t\t%lu\t; refresh (%s)\n",
|
|
|
|
(u_long)t, __p_time(t));
|
1995-02-18 01:27:10 +00:00
|
|
|
t = _getlong((u_char*)cp); cp += INT32SZ;
|
1995-07-26 10:14:02 +00:00
|
|
|
fprintf(file, "\t\t\t%lu\t; retry (%s)\n",
|
|
|
|
(u_long)t, __p_time(t));
|
1995-02-18 01:27:10 +00:00
|
|
|
t = _getlong((u_char*)cp); cp += INT32SZ;
|
1995-07-26 10:14:02 +00:00
|
|
|
fprintf(file, "\t\t\t%lu\t; expire (%s)\n",
|
|
|
|
(u_long)t, __p_time(t));
|
1995-02-18 01:27:10 +00:00
|
|
|
t = _getlong((u_char*)cp); cp += INT32SZ;
|
1995-07-26 10:14:02 +00:00
|
|
|
fprintf(file, "\t\t\t%lu )\t; minimum (%s)",
|
|
|
|
(u_long)t, __p_time(t));
|
1995-02-18 01:27:10 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case T_MX:
|
|
|
|
case T_AFSDB:
|
|
|
|
case T_RT:
|
|
|
|
fprintf(file, "\t%d ", _getshort((u_char*)cp));
|
|
|
|
cp += INT16SZ;
|
|
|
|
if ((cp = p_fqname(cp, msg, file)) == NULL)
|
|
|
|
return (NULL);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case T_PX:
|
|
|
|
fprintf(file, "\t%d ", _getshort((u_char*)cp));
|
|
|
|
cp += INT16SZ;
|
|
|
|
if ((cp = p_fqname(cp, msg, file)) == NULL)
|
|
|
|
return (NULL);
|
|
|
|
putc(' ', file);
|
|
|
|
if ((cp = p_fqname(cp, msg, file)) == NULL)
|
|
|
|
return (NULL);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case T_TXT:
|
|
|
|
case T_X25:
|
|
|
|
(void) fputs("\t\"", file);
|
|
|
|
cp2 = cp1 + dlen;
|
|
|
|
while (cp < cp2) {
|
|
|
|
if (n = (unsigned char) *cp++) {
|
1996-05-09 15:59:18 +00:00
|
|
|
for (c = n; c > 0 && cp < cp2; c--) {
|
|
|
|
if (strchr("\n\"\\", *cp))
|
|
|
|
(void) putc('\\', file);
|
|
|
|
(void) putc(*cp++, file);
|
|
|
|
}
|
1995-02-18 01:27:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
putc('"', file);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case T_NSAP:
|
|
|
|
(void) fprintf(file, "\t%s", inet_nsap_ntoa(dlen, cp, NULL));
|
|
|
|
cp += dlen;
|
|
|
|
break;
|
|
|
|
|
Wed May 22 22:10:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* stdlib/canonicalize.c: New file.
* stdlib/stdlib.h: Declare canonicalize_file_name, realpath.
* stdlib/Makefile (routines): Add canonicalize.
* posix/unistd.h: Declare __canonicalize_directory_name_internal.
Thu May 23 00:01:10 1996 Ulrich Drepper <drepper@cygnus.com>
* db/recno/rec_seq.c: Prevent `sccsid' definition by using the
same #if condition as in the other db files.
* intl/Makefile: Add -Wno-unused CFLAGS for compilation of
bindtextdom.c, finddomain.c, and localealias.c.
* intl/dcgettext.c: Don't define prototype for getcwd() when
compiling in glibc.
* libio/cleanup.c: Add prototype for _IO_register_cleanup.
* libio/filedoalloc.c, libio/fileops.c, libio/iopopen.c: Don't
define _POSIX_SOURCE unconditionally.
* libio/filedoalloc.c, libio/iopopen.c: Include <unistd.h> if
compiling in glibc.
* libio/fileops.c (_IO_file_close_it): Don't sync file, call
flush instead. This relaxes the rules from POSIX.1 about
changing the active handle a bit.
* libio/iofopncook.c (struct _IO_cookie_file): Move definition
into <libio.h>.
Add prototypes for local functions to prevent warnings.
* libio/iopopen.c: Change prototypes for _IO_fork, _IO_pipe, and
_IO_DUP2 to contain complete parameter list.
* libio/libio.h: Add definition of struct _IO_cookie_file.
* libio/libioP.h: Add prototypes for _IO_vasprintf, _IO_vdprintf,
and _IO_vsnprintf.
* libio/memstream.c: Include <stdio.h>.
* libio/stdio.h: Add prototypes for fopencookie,
__stdio_gen_tempname, __vfscanf, __vsscanf, and __vsnprintf.
* libio/strops.c: Avoid useless expression in `for' initializer.
* locale/findlocale.c: Add some casts to prevent warnings.
* locale/programs/locfile.c (write_locale_data): Don't use
double `/' in locale binary file.
* posix/unistd.h: Remove prototype for `reboot'.
Update from bind-4.9.4-T1A.
* resolv/Makefile (routines): Add inet_ntop and inet_pton.
* resolv/arpa/nameser.h: Add definition of IN6ADDRSZ.
* resolv/gethnamaddr.c, resolv/getnetnamadr.c, resolv/res_comp.c,
resolv/res_debug.c, resolv/res_init.c
* resolv/inet_ntop.c, resolv/inet_pton.c: New files.
* resolv/resolv.h: Add RES_USE_INET6 flag.
(__dn_isvalid): Renamed to __res_dnok.
Add prototypes for __res_ownok and __res_mailok.
* stdio-common/Makefile: Add -Wno-unused to CFLAGS for _itoa.c.
* stdio-common/getline.c, stdio-common/vfscanf.c,
sysdeps/posix/tempname.c: Don't use <ansidecl.h> anymore.
* sysdeps/unix/sysv/linux/Makefile [$subdir == misc]
(sysdep_routines): Add s_reboot.
(install-others): Add $(includedir)/sys/syscall.h.
New rule for $(includedir)/sys/syscall.h to produce from
<asm/unistd.h>.
* sysdeps/unix/sysv/linux/reboot.c: New file. Make single
argument function call 3 argument system call.
* sysdeps/unix/sysv/linux/sys/reboot.h: New file. Linux specific
definition for reboot function.
* sysdeps/unix/sysv/linux/syscall.h: Remove old and obsolete
comment.
* sysdeps/unix/sysv/linux/syscalls.list: Rename function for
reboot syscall to __syscall_reboot.
* wcsmbs/wchar.h: Protect prototypes for wcstof and wcstold by
__USE_GNU, not USE_GNU.
Tue May 21 21:55:49 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* locale/programs/charset.c, locale/programs/ld-collate.c:
Add casts to prevent warnings on 64-bit machines.
* locale/programs/ld-monetary.c: Don't do unnecessary tests for
int_frac_digits and frac_digits which only produce warnings.
Mon May 13 23:45:29 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* inet/arpa/inet.h: Backup return type of inet_addr to u_long.
* resolv/inet_addr.c: Likewise.
* resolv/Makefile (distribute): Add res_hconf.h
(routines): Add res_hconf.
* resolv/gethnamaddr.c: Add support for /etc/host.conf.
* resolv/res_init.c: Initialize /etc/host.conf reader.
* resolv/res_hconf.c, resolv/res_hconf.h: New files.
Implementation of reading /etc/host.conf.
Wed May 22 21:21:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Rules (%.out rules): Prepend $($*-ENV) to the command.
* sysdeps/unix/sysv/linux/i386/brk.c (___brk_addr): Define as weak
alias for __curbrk.
Wed May 22 19:37:27 1996 Miles Bader <miles@gnu.ai.mit.edu>
* hurd/hurdexec.c (_hurd_exec): Pass INIT_TRACEMASK.
* hurd/hurdmsg.c (set_int): Support INIT_TRACEMASK.
Wed May 22 18:47:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sysdeps/mach/hurd/getcwd.c
(_hurd_canonicalize_directory_name_internal): New function, broken out
of __getcwd.
(__getcwd): Use it.
(__canonicalize_directory_name_internal): New function using it.
* sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal): New
function, broken out of __getcwd.
(__getcwd): Use it.
Wed May 22 18:14:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
* string/argz-create.c (__argz_create): Correctly calculate length.
* string/argz-extract.c (__argz_extract): Add terminating 0 entry.
* hurd/hurdstartup.c (_hurd_startup): ... and don't so here.
[HAVE_VMSDIR_H]: Include "vmsdir.h".
(glob) [VMS]: Don't grok ~.
1996-05-23 03:15:42 +00:00
|
|
|
case T_AAAA: {
|
|
|
|
char t[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"];
|
|
|
|
|
|
|
|
fprintf(file, "\t%s\n", inet_ntop(AF_INET6, cp, t, sizeof t));
|
Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sysdeps/mach/hurd/getlogin_r.c: New file.
Wed Jun 5 02:11:30 1996 Ulrich Drepper <drepper@cygnus.com>
* io/Makefile (routines): Add ttyname_r.
* resolv/res_debug.c, resolv/resolv.h: Update from bind-4.3.4-T4A.
* sysdeps/libm-i387/e_asinl.S, sysdeps/libm-i387/e_atan2l.S,
sysdeps/libm-i387/e_expl.S, sysdeps/libm-i387/e_fmodl.S,
sysdeps/libm-i387/e_log10l.S, sysdeps/libm-i387/e_logl.S,
sysdeps/libm-i387/e_remainderl.S, sysdeps/libm-i387/e_scalbl.S,
sysdeps/libm-i387/e_sqrtl.S, sysdeps/libm-i387/s_atanl.S,
sysdeps/libm-i387/s_cosl.S, sysdeps/libm-i387/s_ilogbl.S,
sysdeps/libm-i387/s_log1pl.S, sysdeps/libm-i387/s_logbl.S,
sysdeps/libm-i387/s_scalbnl.S, sysdeps/libm-i387/s_sinl.S,
sysdeps/libm-i387/s_tanl.S: New files. i387 assembler versions
of `long double' math functions.
* sysdeps/libm-ieee754/k_standard.c: Add handling for errors
in long double functions.
* sysdeps/libm-ieee754/s_ilogbl.c, sysdeps/libm-ieee754/s_logbl.c,
sysdeps/libm-ieee754/s_modfl.c: New files. Generic versions
of `long double' math functions.
* sysdeps/libm-ieee754/s_isinf.c [NO_LONG_DOUBLE]: Add string
alias for __isinfl.
* sysdeps/libm-ieee754/w_acoshl.c, sysdeps/libm-ieee754/w_acosl.c,
sysdeps/libm-ieee754/w_asinl.c, sysdeps/libm-ieee754/w_atan2l.c,
sysdeps/libm-ieee754/w_atanhl.c, sysdeps/libm-ieee754/w_cabsl.c,
sysdeps/libm-ieee754/w_coshl.c, sysdeps/libm-ieee754/w_dreml.c,
sysdeps/libm-ieee754/w_expl.c, sysdeps/libm-ieee754/w_fmodl.c,
sysdeps/libm-ieee754/w_gammal.c, sysdeps/libm-ieee754/w_gammal_r.c,
sysdeps/libm-ieee754/w_hypotl.c, sysdeps/libm-ieee754/w_j0l.c,
sysdeps/libm-ieee754/w_j1l.c, sysdeps/libm-ieee754/w_jnl.c,
sysdeps/libm-ieee754/w_lgammal.c, sysdeps/libm-ieee754/w_lgammal_r.c,
sysdeps/libm-ieee754/w_log10l.c, sysdeps/libm-ieee754/w_logl.c,
sysdeps/libm-ieee754/w_powl.c, sysdeps/libm-ieee754/w_remainderl.c,
sysdeps/libm-ieee754/w_scalbl.c, sysdeps/libm-ieee754/w_sinhl.c,
sysdeps/libm-ieee754/w_sqrtl.c: New files. Wrapper functions
around long double function implementations.
* sysdeps/posix/ttyname_r.c (ttyname_r): Use _D_EXACT_NAMLEN
to determine length of directory entry name.
* posix/Makefile (routines): Add getlogin_r.
* posix/unistd.h: Add prototype for getlogin_r.
* sysdeps/stub/getlogin_r.c: New file. Reentrant version of
getlogin function, specified in P1003.1c/D6. Stub version.
* sysdeps/unix/getlogin.c (getlogin): Use ttyname_r instead of
ttyname. This avoids saving and restoring the old content.
Also use setutent_r, getutline_r and endutent_r instead of
accing UTMP file directly.
* sysdeps/unix/getlogin_r.c: New file. Reentrant version of
getlogin function, specified in P1003.1c/D6.
Tue Jun 4 20:10:09 1996 J.T. Conklin <jtc@cygnus.com>
* sysdeps/libm-i387/s_finitef.S: Fix mask for exponent.
* elf/dl-lookup.c (_dl_lookup_symbol): Grok magical undefined symbols
_GNU_libc_dl_{open,close,symbol} and resolve them to dl functions.
* elf/rtld.c (rtld_map): Renamed to _dl_rtld_map, made global.
* elf/link.h: Declare _dl_rtld_map.
* elf/dl-lookup.c (_dl_symbol_value): New function.
* elf/link.h: Declare it.
stdio-common/vfscanf.c: Prepare for reentrant libio.
Used in reentrant libio.
1996-06-05 01:07:21 +00:00
|
|
|
cp += dlen;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case T_LOC: {
|
|
|
|
char t[255];
|
|
|
|
|
|
|
|
(void) fprintf(file, "\t%s\n", loc_ntoa(cp, t));
|
|
|
|
cp += dlen;
|
Wed May 22 22:10:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* stdlib/canonicalize.c: New file.
* stdlib/stdlib.h: Declare canonicalize_file_name, realpath.
* stdlib/Makefile (routines): Add canonicalize.
* posix/unistd.h: Declare __canonicalize_directory_name_internal.
Thu May 23 00:01:10 1996 Ulrich Drepper <drepper@cygnus.com>
* db/recno/rec_seq.c: Prevent `sccsid' definition by using the
same #if condition as in the other db files.
* intl/Makefile: Add -Wno-unused CFLAGS for compilation of
bindtextdom.c, finddomain.c, and localealias.c.
* intl/dcgettext.c: Don't define prototype for getcwd() when
compiling in glibc.
* libio/cleanup.c: Add prototype for _IO_register_cleanup.
* libio/filedoalloc.c, libio/fileops.c, libio/iopopen.c: Don't
define _POSIX_SOURCE unconditionally.
* libio/filedoalloc.c, libio/iopopen.c: Include <unistd.h> if
compiling in glibc.
* libio/fileops.c (_IO_file_close_it): Don't sync file, call
flush instead. This relaxes the rules from POSIX.1 about
changing the active handle a bit.
* libio/iofopncook.c (struct _IO_cookie_file): Move definition
into <libio.h>.
Add prototypes for local functions to prevent warnings.
* libio/iopopen.c: Change prototypes for _IO_fork, _IO_pipe, and
_IO_DUP2 to contain complete parameter list.
* libio/libio.h: Add definition of struct _IO_cookie_file.
* libio/libioP.h: Add prototypes for _IO_vasprintf, _IO_vdprintf,
and _IO_vsnprintf.
* libio/memstream.c: Include <stdio.h>.
* libio/stdio.h: Add prototypes for fopencookie,
__stdio_gen_tempname, __vfscanf, __vsscanf, and __vsnprintf.
* libio/strops.c: Avoid useless expression in `for' initializer.
* locale/findlocale.c: Add some casts to prevent warnings.
* locale/programs/locfile.c (write_locale_data): Don't use
double `/' in locale binary file.
* posix/unistd.h: Remove prototype for `reboot'.
Update from bind-4.9.4-T1A.
* resolv/Makefile (routines): Add inet_ntop and inet_pton.
* resolv/arpa/nameser.h: Add definition of IN6ADDRSZ.
* resolv/gethnamaddr.c, resolv/getnetnamadr.c, resolv/res_comp.c,
resolv/res_debug.c, resolv/res_init.c
* resolv/inet_ntop.c, resolv/inet_pton.c: New files.
* resolv/resolv.h: Add RES_USE_INET6 flag.
(__dn_isvalid): Renamed to __res_dnok.
Add prototypes for __res_ownok and __res_mailok.
* stdio-common/Makefile: Add -Wno-unused to CFLAGS for _itoa.c.
* stdio-common/getline.c, stdio-common/vfscanf.c,
sysdeps/posix/tempname.c: Don't use <ansidecl.h> anymore.
* sysdeps/unix/sysv/linux/Makefile [$subdir == misc]
(sysdep_routines): Add s_reboot.
(install-others): Add $(includedir)/sys/syscall.h.
New rule for $(includedir)/sys/syscall.h to produce from
<asm/unistd.h>.
* sysdeps/unix/sysv/linux/reboot.c: New file. Make single
argument function call 3 argument system call.
* sysdeps/unix/sysv/linux/sys/reboot.h: New file. Linux specific
definition for reboot function.
* sysdeps/unix/sysv/linux/syscall.h: Remove old and obsolete
comment.
* sysdeps/unix/sysv/linux/syscalls.list: Rename function for
reboot syscall to __syscall_reboot.
* wcsmbs/wchar.h: Protect prototypes for wcstof and wcstold by
__USE_GNU, not USE_GNU.
Tue May 21 21:55:49 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* locale/programs/charset.c, locale/programs/ld-collate.c:
Add casts to prevent warnings on 64-bit machines.
* locale/programs/ld-monetary.c: Don't do unnecessary tests for
int_frac_digits and frac_digits which only produce warnings.
Mon May 13 23:45:29 1996 David Mosberger-Tang <davidm@AZStarNet.com>
* inet/arpa/inet.h: Backup return type of inet_addr to u_long.
* resolv/inet_addr.c: Likewise.
* resolv/Makefile (distribute): Add res_hconf.h
(routines): Add res_hconf.
* resolv/gethnamaddr.c: Add support for /etc/host.conf.
* resolv/res_init.c: Initialize /etc/host.conf reader.
* resolv/res_hconf.c, resolv/res_hconf.h: New files.
Implementation of reading /etc/host.conf.
Wed May 22 21:21:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Rules (%.out rules): Prepend $($*-ENV) to the command.
* sysdeps/unix/sysv/linux/i386/brk.c (___brk_addr): Define as weak
alias for __curbrk.
Wed May 22 19:37:27 1996 Miles Bader <miles@gnu.ai.mit.edu>
* hurd/hurdexec.c (_hurd_exec): Pass INIT_TRACEMASK.
* hurd/hurdmsg.c (set_int): Support INIT_TRACEMASK.
Wed May 22 18:47:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sysdeps/mach/hurd/getcwd.c
(_hurd_canonicalize_directory_name_internal): New function, broken out
of __getcwd.
(__getcwd): Use it.
(__canonicalize_directory_name_internal): New function using it.
* sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal): New
function, broken out of __getcwd.
(__getcwd): Use it.
Wed May 22 18:14:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
* string/argz-create.c (__argz_create): Correctly calculate length.
* string/argz-extract.c (__argz_extract): Add terminating 0 entry.
* hurd/hurdstartup.c (_hurd_startup): ... and don't so here.
[HAVE_VMSDIR_H]: Include "vmsdir.h".
(glob) [VMS]: Don't grok ~.
1996-05-23 03:15:42 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
case T_MINFO:
|
|
|
|
case T_RP:
|
|
|
|
putc('\t', file);
|
|
|
|
if ((cp = p_fqname(cp, msg, file)) == NULL)
|
|
|
|
return (NULL);
|
|
|
|
putc(' ', file);
|
|
|
|
if ((cp = p_fqname(cp, msg, file)) == NULL)
|
|
|
|
return (NULL);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case T_UINFO:
|
|
|
|
putc('\t', file);
|
|
|
|
fputs((char *)cp, file);
|
|
|
|
cp += dlen;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case T_UID:
|
|
|
|
case T_GID:
|
|
|
|
if (dlen == 4) {
|
|
|
|
fprintf(file, "\t%u", _getlong((u_char*)cp));
|
|
|
|
cp += INT32SZ;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case T_WKS:
|
|
|
|
if (dlen < INT32SZ + 1)
|
|
|
|
break;
|
|
|
|
bcopy(cp, (char *)&inaddr, INADDRSZ);
|
|
|
|
cp += INT32SZ;
|
|
|
|
fprintf(file, "\t%s %s ( ",
|
|
|
|
inet_ntoa(inaddr),
|
|
|
|
deproto((int) *cp));
|
|
|
|
cp += sizeof(u_char);
|
|
|
|
n = 0;
|
|
|
|
lcnt = 0;
|
|
|
|
while (cp < cp1 + dlen) {
|
|
|
|
c = *cp++;
|
|
|
|
do {
|
|
|
|
if (c & 0200) {
|
|
|
|
if (lcnt == 0) {
|
|
|
|
fputs("\n\t\t\t", file);
|
|
|
|
lcnt = 5;
|
|
|
|
}
|
|
|
|
fputs(dewks(n), file);
|
|
|
|
putc(' ', file);
|
|
|
|
lcnt--;
|
|
|
|
}
|
|
|
|
c <<= 1;
|
|
|
|
} while (++n & 07);
|
|
|
|
}
|
|
|
|
putc(')', file);
|
|
|
|
break;
|
|
|
|
|
|
|
|
#ifdef ALLOW_T_UNSPEC
|
|
|
|
case T_UNSPEC:
|
|
|
|
{
|
|
|
|
int NumBytes = 8;
|
|
|
|
u_char *DataPtr;
|
|
|
|
int i;
|
|
|
|
|
|
|
|
if (dlen < NumBytes) NumBytes = dlen;
|
|
|
|
fprintf(file, "\tFirst %d bytes of hex data:",
|
|
|
|
NumBytes);
|
|
|
|
for (i = 0, DataPtr = cp; i < NumBytes; i++, DataPtr++)
|
|
|
|
fprintf(file, " %x", *DataPtr);
|
|
|
|
cp += dlen;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
#endif /* ALLOW_T_UNSPEC */
|
|
|
|
|
|
|
|
default:
|
|
|
|
fprintf(file, "\t?%d?", type);
|
|
|
|
cp += dlen;
|
|
|
|
}
|
|
|
|
#if 0
|
|
|
|
fprintf(file, "\t; dlen=%d, ttl %s\n", dlen, __p_time(tmpttl));
|
|
|
|
#else
|
|
|
|
putc('\n', file);
|
|
|
|
#endif
|
|
|
|
if (cp - cp1 != dlen) {
|
|
|
|
fprintf(file, ";; packet size error (found %d, dlen was %d)\n",
|
|
|
|
cp - cp1, dlen);
|
|
|
|
cp = NULL;
|
|
|
|
}
|
|
|
|
return (cp);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Return a string for the type
|
|
|
|
*/
|
|
|
|
const char *
|
|
|
|
__p_type(type)
|
|
|
|
int type;
|
|
|
|
{
|
1995-07-26 10:14:02 +00:00
|
|
|
static char nbuf[20];
|
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
switch (type) {
|
|
|
|
case T_A: return "A";
|
|
|
|
case T_NS: return "NS";
|
|
|
|
case T_CNAME: return "CNAME";
|
|
|
|
case T_SOA: return "SOA";
|
|
|
|
case T_MB: return "MB";
|
|
|
|
case T_MG: return "MG";
|
|
|
|
case T_MR: return "MR";
|
|
|
|
case T_NULL: return "NULL";
|
|
|
|
case T_WKS: return "WKS";
|
|
|
|
case T_PTR: return "PTR";
|
|
|
|
case T_HINFO: return "HINFO";
|
|
|
|
case T_MINFO: return "MINFO";
|
|
|
|
case T_MX: return "MX";
|
|
|
|
case T_TXT: return "TXT";
|
|
|
|
case T_RP: return "RP";
|
|
|
|
case T_AFSDB: return "AFSDB";
|
|
|
|
case T_X25: return "X25";
|
|
|
|
case T_ISDN: return "ISDN";
|
|
|
|
case T_RT: return "RT";
|
|
|
|
case T_NSAP: return "NSAP";
|
|
|
|
case T_NSAP_PTR: return "NSAP_PTR";
|
|
|
|
case T_SIG: return "SIG";
|
|
|
|
case T_KEY: return "KEY";
|
|
|
|
case T_PX: return "PX";
|
|
|
|
case T_GPOS: return "GPOS";
|
|
|
|
case T_AAAA: return "AAAA";
|
|
|
|
case T_LOC: return "LOC";
|
|
|
|
case T_AXFR: return "AXFR";
|
|
|
|
case T_MAILB: return "MAILB";
|
|
|
|
case T_MAILA: return "MAILA";
|
|
|
|
case T_ANY: return "ANY";
|
|
|
|
case T_UINFO: return "UINFO";
|
|
|
|
case T_UID: return "UID";
|
|
|
|
case T_GID: return "GID";
|
|
|
|
#ifdef ALLOW_T_UNSPEC
|
|
|
|
case T_UNSPEC: return "UNSPEC";
|
|
|
|
#endif /* ALLOW_T_UNSPEC */
|
|
|
|
default: (void)sprintf(nbuf, "%d", type); return (nbuf);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Return a mnemonic for class
|
|
|
|
*/
|
|
|
|
const char *
|
|
|
|
__p_class(class)
|
|
|
|
int class;
|
|
|
|
{
|
1995-07-26 10:14:02 +00:00
|
|
|
static char nbuf[20];
|
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
switch (class) {
|
|
|
|
case C_IN: return "IN";
|
|
|
|
case C_HS: return "HS";
|
|
|
|
case C_ANY: return "ANY";
|
|
|
|
default: (void)sprintf(nbuf, "%d", class); return (nbuf);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Return a mnemonic for an option
|
|
|
|
*/
|
|
|
|
const char *
|
|
|
|
__p_option(option)
|
|
|
|
u_long option;
|
|
|
|
{
|
1995-07-26 10:14:02 +00:00
|
|
|
static char nbuf[40];
|
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
switch (option) {
|
|
|
|
case RES_INIT: return "init";
|
|
|
|
case RES_DEBUG: return "debug";
|
1995-07-26 10:14:02 +00:00
|
|
|
case RES_AAONLY: return "aaonly(unimpl)";
|
1995-02-18 01:27:10 +00:00
|
|
|
case RES_USEVC: return "usevc";
|
1995-07-26 10:14:02 +00:00
|
|
|
case RES_PRIMARY: return "primry(unimpl)";
|
1995-02-18 01:27:10 +00:00
|
|
|
case RES_IGNTC: return "igntc";
|
|
|
|
case RES_RECURSE: return "recurs";
|
|
|
|
case RES_DEFNAMES: return "defnam";
|
|
|
|
case RES_STAYOPEN: return "styopn";
|
|
|
|
case RES_DNSRCH: return "dnsrch";
|
|
|
|
case RES_INSECURE1: return "insecure1";
|
|
|
|
case RES_INSECURE2: return "insecure2";
|
1995-07-26 10:14:02 +00:00
|
|
|
default: sprintf(nbuf, "?0x%lx?", (u_long)option);
|
|
|
|
return (nbuf);
|
1995-02-18 01:27:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Return a mnemonic for a time to live
|
|
|
|
*/
|
|
|
|
char *
|
|
|
|
__p_time(value)
|
|
|
|
u_int32_t value;
|
|
|
|
{
|
1995-07-26 10:14:02 +00:00
|
|
|
static char nbuf[40];
|
1995-02-18 01:27:10 +00:00
|
|
|
int secs, mins, hours, days;
|
|
|
|
register char *p;
|
|
|
|
|
|
|
|
if (value == 0) {
|
|
|
|
strcpy(nbuf, "0 secs");
|
|
|
|
return (nbuf);
|
|
|
|
}
|
|
|
|
|
|
|
|
secs = value % 60;
|
|
|
|
value /= 60;
|
|
|
|
mins = value % 60;
|
|
|
|
value /= 60;
|
|
|
|
hours = value % 24;
|
|
|
|
value /= 24;
|
|
|
|
days = value;
|
|
|
|
value = 0;
|
|
|
|
|
|
|
|
#define PLURALIZE(x) x, (x == 1) ? "" : "s"
|
|
|
|
p = nbuf;
|
|
|
|
if (days) {
|
|
|
|
(void)sprintf(p, "%d day%s", PLURALIZE(days));
|
|
|
|
while (*++p);
|
|
|
|
}
|
|
|
|
if (hours) {
|
|
|
|
if (days)
|
|
|
|
*p++ = ' ';
|
|
|
|
(void)sprintf(p, "%d hour%s", PLURALIZE(hours));
|
|
|
|
while (*++p);
|
|
|
|
}
|
|
|
|
if (mins) {
|
|
|
|
if (days || hours)
|
|
|
|
*p++ = ' ';
|
|
|
|
(void)sprintf(p, "%d min%s", PLURALIZE(mins));
|
|
|
|
while (*++p);
|
|
|
|
}
|
|
|
|
if (secs || ! (days || hours || mins)) {
|
|
|
|
if (days || hours || mins)
|
|
|
|
*p++ = ' ';
|
|
|
|
(void)sprintf(p, "%d sec%s", PLURALIZE(secs));
|
|
|
|
}
|
|
|
|
return (nbuf);
|
|
|
|
}
|
Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sysdeps/mach/hurd/getlogin_r.c: New file.
Wed Jun 5 02:11:30 1996 Ulrich Drepper <drepper@cygnus.com>
* io/Makefile (routines): Add ttyname_r.
* resolv/res_debug.c, resolv/resolv.h: Update from bind-4.3.4-T4A.
* sysdeps/libm-i387/e_asinl.S, sysdeps/libm-i387/e_atan2l.S,
sysdeps/libm-i387/e_expl.S, sysdeps/libm-i387/e_fmodl.S,
sysdeps/libm-i387/e_log10l.S, sysdeps/libm-i387/e_logl.S,
sysdeps/libm-i387/e_remainderl.S, sysdeps/libm-i387/e_scalbl.S,
sysdeps/libm-i387/e_sqrtl.S, sysdeps/libm-i387/s_atanl.S,
sysdeps/libm-i387/s_cosl.S, sysdeps/libm-i387/s_ilogbl.S,
sysdeps/libm-i387/s_log1pl.S, sysdeps/libm-i387/s_logbl.S,
sysdeps/libm-i387/s_scalbnl.S, sysdeps/libm-i387/s_sinl.S,
sysdeps/libm-i387/s_tanl.S: New files. i387 assembler versions
of `long double' math functions.
* sysdeps/libm-ieee754/k_standard.c: Add handling for errors
in long double functions.
* sysdeps/libm-ieee754/s_ilogbl.c, sysdeps/libm-ieee754/s_logbl.c,
sysdeps/libm-ieee754/s_modfl.c: New files. Generic versions
of `long double' math functions.
* sysdeps/libm-ieee754/s_isinf.c [NO_LONG_DOUBLE]: Add string
alias for __isinfl.
* sysdeps/libm-ieee754/w_acoshl.c, sysdeps/libm-ieee754/w_acosl.c,
sysdeps/libm-ieee754/w_asinl.c, sysdeps/libm-ieee754/w_atan2l.c,
sysdeps/libm-ieee754/w_atanhl.c, sysdeps/libm-ieee754/w_cabsl.c,
sysdeps/libm-ieee754/w_coshl.c, sysdeps/libm-ieee754/w_dreml.c,
sysdeps/libm-ieee754/w_expl.c, sysdeps/libm-ieee754/w_fmodl.c,
sysdeps/libm-ieee754/w_gammal.c, sysdeps/libm-ieee754/w_gammal_r.c,
sysdeps/libm-ieee754/w_hypotl.c, sysdeps/libm-ieee754/w_j0l.c,
sysdeps/libm-ieee754/w_j1l.c, sysdeps/libm-ieee754/w_jnl.c,
sysdeps/libm-ieee754/w_lgammal.c, sysdeps/libm-ieee754/w_lgammal_r.c,
sysdeps/libm-ieee754/w_log10l.c, sysdeps/libm-ieee754/w_logl.c,
sysdeps/libm-ieee754/w_powl.c, sysdeps/libm-ieee754/w_remainderl.c,
sysdeps/libm-ieee754/w_scalbl.c, sysdeps/libm-ieee754/w_sinhl.c,
sysdeps/libm-ieee754/w_sqrtl.c: New files. Wrapper functions
around long double function implementations.
* sysdeps/posix/ttyname_r.c (ttyname_r): Use _D_EXACT_NAMLEN
to determine length of directory entry name.
* posix/Makefile (routines): Add getlogin_r.
* posix/unistd.h: Add prototype for getlogin_r.
* sysdeps/stub/getlogin_r.c: New file. Reentrant version of
getlogin function, specified in P1003.1c/D6. Stub version.
* sysdeps/unix/getlogin.c (getlogin): Use ttyname_r instead of
ttyname. This avoids saving and restoring the old content.
Also use setutent_r, getutline_r and endutent_r instead of
accing UTMP file directly.
* sysdeps/unix/getlogin_r.c: New file. Reentrant version of
getlogin function, specified in P1003.1c/D6.
Tue Jun 4 20:10:09 1996 J.T. Conklin <jtc@cygnus.com>
* sysdeps/libm-i387/s_finitef.S: Fix mask for exponent.
* elf/dl-lookup.c (_dl_lookup_symbol): Grok magical undefined symbols
_GNU_libc_dl_{open,close,symbol} and resolve them to dl functions.
* elf/rtld.c (rtld_map): Renamed to _dl_rtld_map, made global.
* elf/link.h: Declare _dl_rtld_map.
* elf/dl-lookup.c (_dl_symbol_value): New function.
* elf/link.h: Declare it.
stdio-common/vfscanf.c: Prepare for reentrant libio.
Used in reentrant libio.
1996-06-05 01:07:21 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* routines to convert between on-the-wire RR format and zone file format.
|
|
|
|
* Does not contain conversion to/from decimal degrees; divide or multiply
|
|
|
|
* by 60*60*1000 for that.
|
|
|
|
*/
|
|
|
|
|
|
|
|
static unsigned int poweroften[10] = {1, 10, 100, 1000, 10000, 100000,
|
|
|
|
1000000,10000000,100000000,1000000000};
|
|
|
|
|
|
|
|
/* takes an XeY precision/size value, returns a string representation. */
|
|
|
|
static const char *
|
|
|
|
precsize_ntoa(prec)
|
|
|
|
u_int8_t prec;
|
|
|
|
{
|
|
|
|
static char retbuf[sizeof("90000000.00")];
|
|
|
|
unsigned long val;
|
|
|
|
int mantissa, exponent;
|
|
|
|
|
|
|
|
mantissa = (int)((prec >> 4) & 0x0f) % 10;
|
|
|
|
exponent = (int)((prec >> 0) & 0x0f) % 10;
|
|
|
|
|
|
|
|
val = mantissa * poweroften[exponent];
|
|
|
|
|
|
|
|
(void) sprintf(retbuf, "%ld.%.2ld", val/100, val%100);
|
|
|
|
return (retbuf);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* converts ascii size/precision X * 10**Y(cm) to 0xXY. moves pointer. */
|
|
|
|
static u_int8_t
|
|
|
|
precsize_aton(strptr)
|
|
|
|
char **strptr;
|
|
|
|
{
|
|
|
|
unsigned int mval = 0, cmval = 0;
|
|
|
|
u_int8_t retval = 0;
|
|
|
|
register char *cp;
|
|
|
|
register int exponent;
|
|
|
|
register int mantissa;
|
|
|
|
|
|
|
|
cp = *strptr;
|
|
|
|
|
|
|
|
while (isdigit(*cp))
|
|
|
|
mval = mval * 10 + (*cp++ - '0');
|
|
|
|
|
|
|
|
if (*cp == '.') { /* centimeters */
|
|
|
|
cp++;
|
|
|
|
if (isdigit(*cp)) {
|
|
|
|
cmval = (*cp++ - '0') * 10;
|
|
|
|
if (isdigit(*cp)) {
|
|
|
|
cmval += (*cp++ - '0');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
cmval = (mval * 100) + cmval;
|
|
|
|
|
|
|
|
for (exponent = 0; exponent < 9; exponent++)
|
|
|
|
if (cmval < poweroften[exponent+1])
|
|
|
|
break;
|
|
|
|
|
|
|
|
mantissa = cmval / poweroften[exponent];
|
|
|
|
if (mantissa > 9)
|
|
|
|
mantissa = 9;
|
|
|
|
|
|
|
|
retval = (mantissa << 4) | exponent;
|
|
|
|
|
|
|
|
*strptr = cp;
|
|
|
|
|
|
|
|
return (retval);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* converts ascii lat/lon to unsigned encoded 32-bit number. moves pointer. */
|
|
|
|
static u_int32_t
|
|
|
|
latlon2ul(latlonstrptr,which)
|
|
|
|
char **latlonstrptr;
|
|
|
|
int *which;
|
|
|
|
{
|
|
|
|
register char *cp;
|
|
|
|
u_int32_t retval;
|
|
|
|
int deg = 0, min = 0, secs = 0, secsfrac = 0;
|
|
|
|
|
|
|
|
cp = *latlonstrptr;
|
|
|
|
|
|
|
|
while (isdigit(*cp))
|
|
|
|
deg = deg * 10 + (*cp++ - '0');
|
|
|
|
|
|
|
|
while (isspace(*cp))
|
|
|
|
cp++;
|
|
|
|
|
|
|
|
if (!(isdigit(*cp)))
|
|
|
|
goto fndhemi;
|
|
|
|
|
|
|
|
while (isdigit(*cp))
|
|
|
|
min = min * 10 + (*cp++ - '0');
|
|
|
|
|
|
|
|
while (isspace(*cp))
|
|
|
|
cp++;
|
|
|
|
|
|
|
|
if (!(isdigit(*cp)))
|
|
|
|
goto fndhemi;
|
|
|
|
|
|
|
|
while (isdigit(*cp))
|
|
|
|
secs = secs * 10 + (*cp++ - '0');
|
|
|
|
|
|
|
|
if (*cp == '.') { /* decimal seconds */
|
|
|
|
cp++;
|
|
|
|
if (isdigit(*cp)) {
|
|
|
|
secsfrac = (*cp++ - '0') * 100;
|
|
|
|
if (isdigit(*cp)) {
|
|
|
|
secsfrac += (*cp++ - '0') * 10;
|
|
|
|
if (isdigit(*cp)) {
|
|
|
|
secsfrac += (*cp++ - '0');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
while (!isspace(*cp)) /* if any trailing garbage */
|
|
|
|
cp++;
|
|
|
|
|
|
|
|
while (isspace(*cp))
|
|
|
|
cp++;
|
|
|
|
|
|
|
|
fndhemi:
|
|
|
|
switch (*cp) {
|
|
|
|
case 'N': case 'n':
|
|
|
|
case 'E': case 'e':
|
|
|
|
retval = ((unsigned)1<<31)
|
|
|
|
+ (((((deg * 60) + min) * 60) + secs) * 1000)
|
|
|
|
+ secsfrac;
|
|
|
|
break;
|
|
|
|
case 'S': case 's':
|
|
|
|
case 'W': case 'w':
|
|
|
|
retval = ((unsigned)1<<31)
|
|
|
|
- (((((deg * 60) + min) * 60) + secs) * 1000)
|
|
|
|
- secsfrac;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
retval = 0; /* invalid value -- indicates error */
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
switch (*cp) {
|
|
|
|
case 'N': case 'n':
|
|
|
|
case 'S': case 's':
|
|
|
|
*which = 1; /* latitude */
|
|
|
|
break;
|
|
|
|
case 'E': case 'e':
|
|
|
|
case 'W': case 'w':
|
|
|
|
*which = 2; /* longitude */
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
*which = 0; /* error */
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
cp++; /* skip the hemisphere */
|
|
|
|
|
|
|
|
while (!isspace(*cp)) /* if any trailing garbage */
|
|
|
|
cp++;
|
|
|
|
|
|
|
|
while (isspace(*cp)) /* move to next field */
|
|
|
|
cp++;
|
|
|
|
|
|
|
|
*latlonstrptr = cp;
|
|
|
|
|
|
|
|
return (retval);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* converts a zone file representation in a string to an RDATA on-the-wire
|
|
|
|
* representation. */
|
|
|
|
int
|
|
|
|
loc_aton(ascii, binary)
|
|
|
|
const char *ascii;
|
|
|
|
u_char *binary;
|
|
|
|
{
|
|
|
|
const char *cp, *maxcp;
|
|
|
|
u_char *bcp;
|
|
|
|
|
|
|
|
u_int32_t latit = 0, longit = 0, alt = 0;
|
|
|
|
u_int32_t lltemp1 = 0, lltemp2 = 0;
|
|
|
|
int altmeters = 0, altfrac = 0, altsign = 1;
|
|
|
|
u_int8_t hp = 0x16; /* default = 1e6 cm = 10000.00m = 10km */
|
|
|
|
u_int8_t vp = 0x13; /* default = 1e3 cm = 10.00m */
|
|
|
|
u_int8_t siz = 0x12; /* default = 1e2 cm = 1.00m */
|
|
|
|
int which1 = 0, which2 = 0;
|
|
|
|
|
|
|
|
cp = ascii;
|
|
|
|
maxcp = cp + strlen(ascii);
|
|
|
|
|
|
|
|
lltemp1 = latlon2ul(&cp, &which1);
|
|
|
|
|
|
|
|
lltemp2 = latlon2ul(&cp, &which2);
|
|
|
|
|
|
|
|
switch (which1 + which2) {
|
|
|
|
case 3: /* 1 + 2, the only valid combination */
|
|
|
|
if ((which1 == 1) && (which2 == 2)) { /* normal case */
|
|
|
|
latit = lltemp1;
|
|
|
|
longit = lltemp2;
|
|
|
|
} else if ((which1 == 2) && (which2 == 1)) { /* reversed */
|
|
|
|
longit = lltemp1;
|
|
|
|
latit = lltemp2;
|
|
|
|
} else { /* some kind of brokenness */
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
default: /* we didn't get one of each */
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* altitude */
|
|
|
|
if (*cp == '-') {
|
|
|
|
altsign = -1;
|
|
|
|
cp++;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (*cp == '+')
|
|
|
|
cp++;
|
|
|
|
|
|
|
|
while (isdigit(*cp))
|
|
|
|
altmeters = altmeters * 10 + (*cp++ - '0');
|
|
|
|
|
|
|
|
if (*cp == '.') { /* decimal meters */
|
|
|
|
cp++;
|
|
|
|
if (isdigit(*cp)) {
|
|
|
|
altfrac = (*cp++ - '0') * 10;
|
|
|
|
if (isdigit(*cp)) {
|
|
|
|
altfrac += (*cp++ - '0');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
alt = (10000000 + (altsign * (altmeters * 100 + altfrac)));
|
|
|
|
|
|
|
|
while (!isspace(*cp) && (cp < maxcp)) /* if trailing garbage or m */
|
|
|
|
cp++;
|
|
|
|
|
|
|
|
while (isspace(*cp) && (cp < maxcp))
|
|
|
|
cp++;
|
|
|
|
|
|
|
|
if (cp >= maxcp)
|
|
|
|
goto defaults;
|
|
|
|
|
|
|
|
siz = precsize_aton(&cp);
|
|
|
|
|
|
|
|
while (!isspace(*cp) && (cp < maxcp)) /* if trailing garbage or m */
|
|
|
|
cp++;
|
|
|
|
|
|
|
|
while (isspace(*cp) && (cp < maxcp))
|
|
|
|
cp++;
|
|
|
|
|
|
|
|
if (cp >= maxcp)
|
|
|
|
goto defaults;
|
|
|
|
|
|
|
|
hp = precsize_aton(&cp);
|
|
|
|
|
|
|
|
while (!isspace(*cp) && (cp < maxcp)) /* if trailing garbage or m */
|
|
|
|
cp++;
|
|
|
|
|
|
|
|
while (isspace(*cp) && (cp < maxcp))
|
|
|
|
cp++;
|
|
|
|
|
|
|
|
if (cp >= maxcp)
|
|
|
|
goto defaults;
|
|
|
|
|
|
|
|
vp = precsize_aton(&cp);
|
|
|
|
|
|
|
|
defaults:
|
|
|
|
|
|
|
|
bcp = binary;
|
|
|
|
*bcp++ = (u_int8_t) 0; /* version byte */
|
|
|
|
*bcp++ = siz;
|
|
|
|
*bcp++ = hp;
|
|
|
|
*bcp++ = vp;
|
|
|
|
PUTLONG(latit,bcp);
|
|
|
|
PUTLONG(longit,bcp);
|
|
|
|
PUTLONG(alt,bcp);
|
|
|
|
|
|
|
|
return (16); /* size of RR in octets */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* takes an on-the-wire LOC RR and formats it in a human readable format. */
|
|
|
|
char *
|
|
|
|
loc_ntoa(binary, ascii)
|
|
|
|
const u_char *binary;
|
|
|
|
char *ascii;
|
|
|
|
{
|
|
|
|
static char *error = "?";
|
|
|
|
register const u_char *cp = binary;
|
|
|
|
|
|
|
|
int latdeg, latmin, latsec, latsecfrac;
|
|
|
|
int longdeg, longmin, longsec, longsecfrac;
|
|
|
|
char northsouth, eastwest;
|
|
|
|
int altmeters, altfrac, altsign;
|
|
|
|
|
|
|
|
const int referencealt = 100000 * 100;
|
|
|
|
|
|
|
|
int32_t latval, longval, altval;
|
|
|
|
u_int32_t templ;
|
|
|
|
u_int8_t sizeval, hpval, vpval, versionval;
|
|
|
|
|
|
|
|
char *sizestr, *hpstr, *vpstr;
|
|
|
|
|
|
|
|
versionval = *cp++;
|
|
|
|
|
|
|
|
if (versionval) {
|
|
|
|
sprintf(ascii, "; error: unknown LOC RR version");
|
|
|
|
return (ascii);
|
|
|
|
}
|
|
|
|
|
|
|
|
sizeval = *cp++;
|
|
|
|
|
|
|
|
hpval = *cp++;
|
|
|
|
vpval = *cp++;
|
|
|
|
|
|
|
|
GETLONG(templ, cp);
|
|
|
|
latval = (templ - ((unsigned)1<<31));
|
|
|
|
|
|
|
|
GETLONG(templ, cp);
|
|
|
|
longval = (templ - ((unsigned)1<<31));
|
|
|
|
|
|
|
|
GETLONG(templ, cp);
|
|
|
|
if (templ < referencealt) { /* below WGS 84 spheroid */
|
|
|
|
altval = referencealt - templ;
|
|
|
|
altsign = -1;
|
|
|
|
} else {
|
|
|
|
altval = templ - referencealt;
|
|
|
|
altsign = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (latval < 0) {
|
|
|
|
northsouth = 'S';
|
|
|
|
latval = -latval;
|
|
|
|
} else
|
|
|
|
northsouth = 'N';
|
|
|
|
|
|
|
|
latsecfrac = latval % 1000;
|
|
|
|
latval = latval / 1000;
|
|
|
|
latsec = latval % 60;
|
|
|
|
latval = latval / 60;
|
|
|
|
latmin = latval % 60;
|
|
|
|
latval = latval / 60;
|
|
|
|
latdeg = latval;
|
|
|
|
|
|
|
|
if (longval < 0) {
|
|
|
|
eastwest = 'W';
|
|
|
|
longval = -longval;
|
|
|
|
} else
|
|
|
|
eastwest = 'E';
|
|
|
|
|
|
|
|
longsecfrac = longval % 1000;
|
|
|
|
longval = longval / 1000;
|
|
|
|
longsec = longval % 60;
|
|
|
|
longval = longval / 60;
|
|
|
|
longmin = longval % 60;
|
|
|
|
longval = longval / 60;
|
|
|
|
longdeg = longval;
|
|
|
|
|
|
|
|
altfrac = altval % 100;
|
|
|
|
altmeters = (altval / 100) * altsign;
|
|
|
|
|
|
|
|
if ((sizestr = strdup(precsize_ntoa(sizeval))) == NULL)
|
|
|
|
sizestr = error;
|
|
|
|
if ((hpstr = strdup(precsize_ntoa(hpval))) == NULL)
|
|
|
|
hpstr = error;
|
|
|
|
if ((vpstr = strdup(precsize_ntoa(vpval))) == NULL)
|
|
|
|
vpstr = error;
|
|
|
|
|
|
|
|
sprintf(ascii,
|
|
|
|
"%d %.2d %.2d.%.3d %c %d %.2d %.2d.%.3d %c %d.%.2dm %sm %sm %sm",
|
|
|
|
latdeg, latmin, latsec, latsecfrac, northsouth,
|
|
|
|
longdeg, longmin, longsec, longsecfrac, eastwest,
|
|
|
|
altmeters, altfrac, sizestr, hpstr, vpstr);
|
|
|
|
|
|
|
|
if (sizestr != error)
|
|
|
|
free(sizestr);
|
|
|
|
if (hpstr != error)
|
|
|
|
free(hpstr);
|
|
|
|
if (vpstr != error)
|
|
|
|
free(vpstr);
|
|
|
|
|
|
|
|
return (ascii);
|
|
|
|
}
|