mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
dc30f46157
1998-02-13 17:39 Ulrich Drepper <drepper@cygnus.com> * elf/Makefile: Don't use --version-script parameter to link ld.so unconditionally. 1998-01-02 04:19 Geoff Keating <geoffk@ozemail.com.au> * math/Makefile: Add t_exp. * math/libm-test.c: Tighten accuracy bounds for exp(), correct constants. * math/test-reduce.c: Remove temporarily, it seems to be broken. * sysdeps/libm-ieee754/e_exp.c: Use accurate table method. * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for better accuracy. * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct algorithm for very large/very small arguments. * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial; correct algorithm for very large/very small arguments; adjust for new table. * sysdeps/libm-ieee754/t_exp.c: New file. * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas. * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test' back, with comment that explains what breaks when you remove it :-(. * localedata/xfrm-test.c: Avoid integer overflow. * stdlib/strfmon.c: char is unsigned, sometimes. *sysdeps/powerpc * sysdeps/powerpc/Makefile: Remove quad float support. * sysdeps/powerpc/q_*.c: Remove, they will become an add-on. * sysdeps/powerpc/quad_float.h: Likewise. * sysdeps/powerpc/test-arith.c: Likewise. * sysdeps/powerpc/test-arithf.c: Likewise. * sysdeps/generic/s_exp2.c: Remove, we have this implemented now. * sysdeps/generic/s_exp2f.c: Likewise. * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__, don't try anything if _SOFT_FLOAT. 1997-12-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change. * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise. * wctype/wctype.c: Likewise. * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses changed. They are incompatible with the _ISxxx values from <ctype.h> on little endian machines. (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform bit number. This fixes the real bug and restores the integrity of the ctype locale file. * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx. * wctype/wcfuncs_l.c: Likewise. * wctype/wcextra.c: Likewise. * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct byte swapping. 1998-02-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it into .bss segment instead of .common, so that aliases on it work. * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and .size directives, put into .bss segment instead of initializing it to 4. 1998-02-12 08:00 H.J. Lu <hjl@gnu.org> * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added. * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New functions. Make names without __ weak aliases. (__libc_release, __libc_version): Make them static. * include/gnu/libc-version.h: New file. * Makefile (headers): Add gnu/libc-version.h. 1998-02-13 Ulrich Drepper <drepper@cygnus.com> * stdlib/stdlib.h (struct drand48_data): Leave X to user macros and use x for member name. Reported by Daniel Lyddy <daniell@cs.berkeley.edu>. * stdlib/drand48.c: Change according to member name change. * stdlib/drand48_r.c: Likewise. * stdlib/lcong48_r.c: Likewise. * stdlib/lrand48.c: Likewise. * stdlib/lrand48_r.c: Likewise. * stdlib/mrand48.c: Likewise. * stdlib/mrand48_r.c: Likewise. * stdlib/seed48.c: Likewise. * stdlib/seed48_r.c: Likewise. * stdlib/srand48_r.c: Likewise. 1998-02-11 Andreas Jaeger <aj@arthur.rhein-neckar.de> * nss/test-netdb.c: Add some more test cases. 1998-02-13 11:39 Ulrich Drepper <drepper@cygnus.com> * libio/iovsscanf.c: Undo last change modifying errno. 1998-02-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * stdio-common/vfscanf.c: Never try to read another character after EOF. Don't decrement read_in after EOF, it wasn't incremented in the first place. (NEXT_WIDE_CHAR): Set First, not first. 1998-02-06 07:48 H.J. Lu <hjl@gnu.org> * db/Makefile ($(inst_libdir)/libndbm.a, $(inst_libdir)/libndbm.so): New targets. * db2/Makefile: Likewise. 1998-02-12 08:20 H.J. Lu <hjl@gnu.org> * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined. 1998-02-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++ <streambuf.h>. * sysdeps/unix/sysv/linux/_G_config.h: Likewise. 1998-02-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with versioned symbols. 1998-02-13 08:14 H.J. Lu <hjl@gnu.org> * libc.map (_dl_global_scope, _dl_lookup_symbol_skip, _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip): Added for libdl.so. * elf/rtld.map: New file. Needed to define the GLIBC_2.* * manual/socket.texi (Host Address Functions): Clarify description * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
367 lines
8.5 KiB
C
367 lines
8.5 KiB
C
/* Copyright (C) 1998 Free Software Foundation, Inc.
|
|
This file is part of the GNU C Library.
|
|
Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998.
|
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU Library General Public License as
|
|
published by the Free Software Foundation; either version 2 of the
|
|
License, or (at your option) any later version.
|
|
|
|
The GNU C Library is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
Library General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Library General Public
|
|
License along with the GNU C Library; see the file COPYING.LIB. If not,
|
|
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
Boston, MA 02111-1307, USA. */
|
|
|
|
/*
|
|
Testing of some network related lookup functions.
|
|
The system databases looked up are:
|
|
- /etc/services
|
|
- /etc/hosts
|
|
- /etc/networks
|
|
- /etc/protocols
|
|
- /etc/rpc
|
|
The tests try to be fairly generic and simple so that they work on
|
|
every possible setup (and might therefore not detect some possible
|
|
errors).
|
|
*/
|
|
|
|
#include <netdb.h>
|
|
#include <rpc/netdb.h>
|
|
#include <stdio.h>
|
|
#include <arpa/inet.h>
|
|
#include <netinet/in.h>
|
|
#include <sys/param.h>
|
|
#include <sys/socket.h>
|
|
#include <unistd.h>
|
|
#include "nss.h"
|
|
|
|
/*
|
|
The following define is neccessary for glibc 2.0.6
|
|
*/
|
|
#ifndef INET6_ADDRSTRLEN
|
|
# define INET6_ADDRSTRLEN 46
|
|
#endif
|
|
|
|
int error_count;
|
|
|
|
void
|
|
output_servent (const char *call, struct servent *sptr)
|
|
{
|
|
char **pptr;
|
|
|
|
if (sptr == NULL)
|
|
printf ("Call: %s returned NULL\n", call);
|
|
else
|
|
{
|
|
printf ("Call: %s, returned: s_name: %s, s_port: %d, s_proto: %s\n",
|
|
call, sptr->s_name, ntohs(sptr->s_port), sptr->s_proto);
|
|
for (pptr = sptr->s_aliases; *pptr != NULL; pptr++)
|
|
printf (" alias: %s\n", *pptr);
|
|
}
|
|
}
|
|
|
|
|
|
void
|
|
test_services (void)
|
|
{
|
|
struct servent *sptr;
|
|
|
|
sptr = getservbyname ("domain", "tcp");
|
|
output_servent ("getservbyname (\"domain\", \"tcp\")", sptr);
|
|
|
|
sptr = getservbyname ("domain", "udp");
|
|
output_servent ("getservbyname (\"domain\", \"udp\")", sptr);
|
|
|
|
sptr = getservbyname ("domain", NULL);
|
|
output_servent ("getservbyname (\"domain\", NULL)", sptr);
|
|
|
|
sptr = getservbyname ("not-existant", NULL);
|
|
output_servent ("getservbyname (\"not-existant\", NULL)", sptr);
|
|
|
|
/* This shouldn't return anything. */
|
|
sptr = getservbyname ("", "");
|
|
output_servent ("getservbyname (\"\", \"\")", sptr);
|
|
|
|
sptr = getservbyname ("", "tcp");
|
|
output_servent ("getservbyname (\"\", \"tcp\")", sptr);
|
|
|
|
sptr = getservbyport (htons(53), "tcp");
|
|
output_servent ("getservbyport (htons(53), \"tcp\")", sptr);
|
|
|
|
sptr = getservbyport (htons(53), NULL);
|
|
output_servent ("getservbyport (htons(53), NULL)", sptr);
|
|
|
|
sptr = getservbyport (htons(1), "udp"); /* shouldn't exist */
|
|
output_servent ("getservbyport (htons(1), \"udp\")", sptr);
|
|
|
|
setservent (0);
|
|
do
|
|
{
|
|
sptr = getservent ();
|
|
output_servent ("getservent ()", sptr);
|
|
}
|
|
while (sptr != NULL);
|
|
endservent ();
|
|
}
|
|
|
|
|
|
void
|
|
output_hostent (const char *call, struct hostent *hptr)
|
|
{
|
|
char **pptr;
|
|
char buf[INET6_ADDRSTRLEN];
|
|
|
|
if (hptr == NULL)
|
|
printf ("Call: %s returned NULL\n", call);
|
|
else
|
|
{
|
|
printf ("Call: %s returned: name: %s, addr_type: %d\n",
|
|
call, hptr->h_name, hptr->h_addrtype);
|
|
for (pptr = hptr->h_aliases; *pptr != NULL; pptr++)
|
|
printf (" alias: %s\n", *pptr);
|
|
|
|
for (pptr = hptr->h_addr_list; *pptr != NULL; pptr++)
|
|
printf (" ip: %s\n",
|
|
inet_ntop (hptr->h_addrtype, *pptr, buf, sizeof (buf)));
|
|
}
|
|
}
|
|
|
|
void
|
|
test_hosts (void)
|
|
{
|
|
struct hostent *hptr1, *hptr2;
|
|
char name[MAXHOSTNAMELEN];
|
|
size_t namelen = sizeof(name);
|
|
struct in_addr ip;
|
|
|
|
hptr1 = gethostbyname ("localhost");
|
|
hptr2 = gethostbyname ("LocalHost");
|
|
if (hptr1 != NULL || hptr2 != NULL)
|
|
{
|
|
if (hptr1 == NULL)
|
|
{
|
|
printf ("localhost not found - but LocalHost found:-(\n");
|
|
++error_count;
|
|
}
|
|
else if (hptr2 == NULL)
|
|
{
|
|
printf ("LocalHost not found - but localhost found:-(\n");
|
|
++error_count;
|
|
}
|
|
else if (strcmp (hptr1->h_name, hptr2->h_name) != 0)
|
|
{
|
|
printf ("localhost and LocalHost have different canoncial name\n");
|
|
printf ("gethostbyname (\"localhost\")->%s\n", hptr1->h_name);
|
|
printf ("gethostbyname (\"LocalHost\")->%s\n", hptr2->h_name);
|
|
++error_count;
|
|
}
|
|
else
|
|
output_hostent ("gethostbyname(\"localhost\")", hptr1);
|
|
}
|
|
|
|
hptr1 = gethostbyname ("127.0.0.1");
|
|
output_hostent ("gethostbyname (\"127.0.0.1\")", hptr1);
|
|
|
|
hptr1 = gethostbyname2 ("localhost", AF_INET);
|
|
output_hostent ("gethostbyname2 (\"localhost\", AF_INET)", hptr1);
|
|
|
|
if (gethostname (name, namelen) == 0)
|
|
{
|
|
printf ("Hostname: %s\n", name);
|
|
hptr1 = gethostbyname (name);
|
|
output_hostent ("gethostbyname (gethostname(...))", hptr1);
|
|
}
|
|
|
|
ip.s_addr = htonl (INADDR_LOOPBACK);
|
|
hptr1 = gethostbyaddr ((char *)&ip, sizeof(ip), AF_INET);
|
|
if (hptr1 != NULL)
|
|
{
|
|
printf ("official name of 127.0.0.1: %s\n", hptr1->h_name);
|
|
}
|
|
|
|
sethostent (0);
|
|
do
|
|
{
|
|
hptr1 = gethostent ();
|
|
output_hostent ("gethostent ()", hptr1);
|
|
}
|
|
while (hptr1 != NULL);
|
|
endhostent ();
|
|
|
|
}
|
|
|
|
|
|
void
|
|
output_netent (const char *call, struct netent *nptr)
|
|
{
|
|
char **pptr;
|
|
|
|
if (nptr == NULL)
|
|
printf ("Call: %s returned NULL\n", call);
|
|
else
|
|
{
|
|
struct in_addr ip;
|
|
|
|
ip.s_addr = htonl(nptr->n_net);
|
|
printf ("Call: %s, returned: n_name: %s, network_number: %s\n",
|
|
call, nptr->n_name, inet_ntoa (ip));
|
|
|
|
for (pptr = nptr->n_aliases; *pptr != NULL; pptr++)
|
|
printf (" alias: %s\n", *pptr);
|
|
}
|
|
}
|
|
|
|
void
|
|
test_network (void)
|
|
{
|
|
struct netent *nptr;
|
|
u_int32_t ip;
|
|
|
|
/*
|
|
This test needs the following line in /etc/networks:
|
|
loopback 127.0.0.0
|
|
*/
|
|
nptr = getnetbyname ("loopback");
|
|
output_netent ("getnetbyname (\"loopback\")",nptr);
|
|
|
|
nptr = getnetbyname ("LoopBACK");
|
|
output_netent ("getnetbyname (\"LoopBACK\")",nptr);
|
|
|
|
ip = inet_network ("127.0.0.0");
|
|
nptr = getnetbyaddr (ip, AF_INET);
|
|
output_netent ("getnetbyaddr (inet_network (\"127.0.0.0\"), AF_INET)",nptr);
|
|
|
|
setnetent (0);
|
|
do
|
|
{
|
|
nptr = getnetent ();
|
|
output_netent ("getnetent ()", nptr);
|
|
}
|
|
while (nptr != NULL);
|
|
endnetent ();
|
|
}
|
|
|
|
|
|
void
|
|
output_protoent (const char *call, struct protoent *prptr)
|
|
{
|
|
char **pptr;
|
|
|
|
if (prptr == NULL)
|
|
printf ("Call: %s returned NULL\n", call);
|
|
else
|
|
{
|
|
printf ("Call: %s, returned: p_name: %s, p_proto: %d\n",
|
|
call, prptr->p_name, prptr->p_proto);
|
|
for (pptr = prptr->p_aliases; *pptr != NULL; pptr++)
|
|
printf (" alias: %s\n", *pptr);
|
|
}
|
|
}
|
|
|
|
|
|
void
|
|
test_protocols (void)
|
|
{
|
|
struct protoent *prptr;
|
|
|
|
prptr = getprotobyname ("IP");
|
|
output_protoent ("getprotobyname (\"IP\")", prptr);
|
|
|
|
prptr = getprotobynumber (1);
|
|
output_protoent ("getprotobynumber (1)", prptr);
|
|
|
|
setprotoent (0);
|
|
do
|
|
{
|
|
prptr = getprotoent ();
|
|
output_protoent ("getprotoent ()", prptr);
|
|
}
|
|
while (prptr != NULL);
|
|
endprotoent ();
|
|
}
|
|
|
|
|
|
void
|
|
output_rpcent (const char *call, struct rpcent *rptr)
|
|
{
|
|
char **pptr;
|
|
|
|
if (rptr == NULL)
|
|
printf ("Call: %s returned NULL\n", call);
|
|
else
|
|
{
|
|
printf ("Call: %s, returned: r_name: %s, r_number: %d\n",
|
|
call, rptr->r_name, rptr->r_number);
|
|
for (pptr = rptr->r_aliases; *pptr != NULL; pptr++)
|
|
printf (" alias: %s\n", *pptr);
|
|
}
|
|
}
|
|
|
|
void
|
|
test_rpc (void)
|
|
{
|
|
struct rpcent *rptr;
|
|
|
|
rptr = getrpcbyname ("portmap");
|
|
output_rpcent ("getrpcyname (\"portmap\")", rptr);
|
|
|
|
rptr = getrpcbynumber (100000);
|
|
output_rpcent ("getrpcbynumber (100000)", rptr);
|
|
|
|
setrpcent (0);
|
|
do
|
|
{
|
|
rptr = getrpcent ();
|
|
output_rpcent ("getrpcent ()", rptr);
|
|
}
|
|
while (rptr != NULL);
|
|
endrpcent ();
|
|
}
|
|
|
|
/*
|
|
Override /etc/nsswitch.conf for this program.
|
|
This is mainly useful for developers
|
|
*/
|
|
void
|
|
setdb (const char *dbname)
|
|
{
|
|
if (strcmp ("db", dbname))
|
|
{
|
|
/*
|
|
db is not implemented for hosts, networks
|
|
*/
|
|
__nss_configure_lookup ("hosts", dbname);
|
|
__nss_configure_lookup ("networks", dbname);
|
|
}
|
|
__nss_configure_lookup ("protocols", dbname);
|
|
__nss_configure_lookup ("rpc", dbname);
|
|
__nss_configure_lookup ("services", dbname);
|
|
}
|
|
|
|
|
|
int
|
|
main (void)
|
|
{
|
|
/*
|
|
setdb ("db");
|
|
*/
|
|
|
|
test_hosts ();
|
|
test_network ();
|
|
test_protocols ();
|
|
test_rpc ();
|
|
test_services ();
|
|
|
|
if (error_count)
|
|
printf ("\n %d errors occured!\n", error_count);
|
|
else
|
|
printf ("No visible errors occured!\n");
|
|
|
|
exit (error_count);
|
|
}
|