From: Ulrich Drepper Date: Mon, 27 Sep 1999 00:19:15 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18f8c84cdaffbee5ad3bc0ecbd14e5000c24ede0;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index ab5d39a1c9d..a8103ab94a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +1999-09-26 Ulrich Drepper + + * nscd/Makefile: Update from main branch. + * nscd/cache.c: Likewise. + * nscd/grpcache.c: Likewise. + * nscd/hstcache.c: Likewise. + * nscd/nscd.h: Likewise. + * nscd/nscd_nischeck: Likewise. + * nscd/pwdcache.c: Likewise. + +1999-09-26 Thorsten Kukuk + + * nscd/connections.c: Invalidate caches on request. + * nscd/nscd-client.h: Add INVALIDATE to request_type. + * nscd/nscd.c: Add invalidate cache option. + * nscd/nscd.conf: Change log directory to /var/log (FHS). + +1999-06-14 Thorsten Kukuk + + * nscd/connections.c (handle_request): Only root is allowed to + send GETSTAT request in non secure mode. + * nscd/nscd.c: Print error message if other then root try to + use getstat. + +1999-07-18 Andreas Jaeger + + * nscd/nscd_proto.h (__nscd_gethostbyaddr_r): Follow change from + 1999-07-17 and adjust len parameter. + * nscd/nscd_gethst_r.c (__nscd_gethostbyaddr_r): Likewise. + * nscd/gethstbyad_r.c (ADD_PARAMS): Likewise. + +1999-07-17 Ulrich Drepper + + * resolv/netdb.h: Adjust parameters of gethostbyaddr and + gethostbyaddr_r. + * include/netdb.h: Likewise. + * inet/gethstbyad.c: Correct type of len parameter. + * inet/gethstbyad_r.c: Likewise. + 1999-09-25 Ulrich Drepper * time/strptime.c [!_LIBC] (__mon_yday): Fix typo in definition.