]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 31 Mar 2004 00:16:53 +0000 (00:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 31 Mar 2004 00:16:53 +0000 (00:16 +0000)
commita70e964ee0ec3827b4d24ed3fbff1b614b1a0269
tree9483b75961175d2d5f7509d95519b931514a91b8
parente0dbb4810552c091065080cb61d631354040f826
Update.

2004-03-30  Jakub Jelinek  <jakub@redhat.com>

* nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): If protocol
== NULL, try name/tcp and name/udp first before falling back into
the sequential scanning.  Use services.byname database for
sequential scanning.
(_nss_nis_getservbyport_r): Likewise.  Just allocate sizeof (int) * 3
chars for integer.

* nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Convert
proto to host by order for snprintf.

* nss/getent.c (services_keys): Don't implement lookups with
missing protocol using getservent loop, just pass NULL.
ChangeLog
nis/nss_nis/nis-service.c
nss/getent.c