diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-08-16 16:05:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-08-16 16:05:37 +0000 |
commit | b4f6f4be85d32b9c03361c38376e36f08100e3e8 (patch) | |
tree | f785fc1acefcaa7026ee3e6a3d31f5b8ec5bdf2f /ChangeLog | |
parent | 908c9e87c3b639c8d1660a5c1a22c962634c6332 (diff) | |
download | glibc-b4f6f4be85d32b9c03361c38376e36f08100e3e8.tar glibc-b4f6f4be85d32b9c03361c38376e36f08100e3e8.tar.gz glibc-b4f6f4be85d32b9c03361c38376e36f08100e3e8.tar.bz2 glibc-b4f6f4be85d32b9c03361c38376e36f08100e3e8.zip |
[BZ #1188]
2005-08-10 Sergio Gelato <Sergio.Gelato@astro.su.se>
[BZ #1188]
* nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Change assert check
from (len > 0) to (len >= 0).
2005-08-16 Ulrich Drepper <drepper@redhat.com>
* nis/nis_xdr.c (_xdr_nis_result): Fix type of res variable.
Reported by Thomas Schwinge.
2005-08-15 Jakub Jelinek <jakub@redhat.com>
* nis/nis_subr.c (nis_leaf_of_r): Handle buflen == 0 correctly.
2005-08-16 Ulrich Drepper <drepper@redhat.com>
* nss/getent.c (more_help): Use open_memstream instead of handling
memory allocation ourselves.
2005-08-16 Jay Fenlason <fenlason@redhat.com>
* nss/getent.c (parse_options): change the -s option to support
{database}:{search} to override /etc/resolv.conf for only the
specified database.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2005-08-10 Sergio Gelato <Sergio.Gelato@astro.su.se> + + [BZ #1188] + * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Change assert check + from (len > 0) to (len >= 0). + +2005-08-16 Ulrich Drepper <drepper@redhat.com> + + * nis/nis_xdr.c (_xdr_nis_result): Fix type of res variable. + Reported by Thomas Schwinge. + +2005-08-15 Jakub Jelinek <jakub@redhat.com> + + * nis/nis_subr.c (nis_leaf_of_r): Handle buflen == 0 correctly. + +2005-08-16 Ulrich Drepper <drepper@redhat.com> + + * nss/getent.c (more_help): Use open_memstream instead of handling + memory allocation ourselves. + +2005-08-16 Jay Fenlason <fenlason@redhat.com> + + * nss/getent.c (parse_options): change the -s option to support + {database}:{search} to override /etc/resolv.conf for only the + specified database. + 2005-08-08 Ulrich Drepper <drepper@redhat.com> * nscd/connections.c (main_loop_epoll): Pass NULL as event |