glibc/nscd
Ulrich Drepper 261eada2ca Update.
2004-02-26  Ulrich Drepper  <drepper@redhat.com>

	* nss/getXXbyYY_r.c: Pass result also to the nscd_* function.  Don't
	set *result here.
	* nscd/nscd_proto.h: Add new argument for pointer to result pointer
	to all nscd_* functions.
	* nscd/nscd_getgr_r.c (nscd_getgr_r): Add new parameter.  Store result
	pointer in the address provided by the new parameter if successful.
	Otherwise store NULL.  Return zero if no entry found.
	(__nscd_getgrnam_r, __nscd_getgrgid_r): Add new parameter and pass
	it on.
	* nscd/nscd_gethst_r.c (nscd_gethst_r): Add new parameter.  Store
	result pointer in the address provided by the new parameter if
	successful. Otherwise store NULL.  Return zero if no entry found.
	(__nscd_gethostbyname_r, __nscd_gethostbyname2_r,
	__nscd_gethostbyaddr_r): Add new parameter and pass it on.
	* nscd/nscd_getpw_r.c (nscd_getpw_r): Add new parameter.  Store result
	pointer in the address provided by the new parameter if successful.
	Otherwise store NULL.  Return zero if no entry found.
	(__nscd_getpwnam_r, __nscd_getpwuid_r): Add new parameter and pass
	it on.
2004-02-27 00:55:39 +00:00
..
cache.c
connections.c
dbg_log.c [BZ #18] 2004-02-17 05:16:49 +00:00
dbg_log.h [BZ #18] 2004-02-17 05:16:49 +00:00
Depend
getgrgid_r.c
getgrnam_r.c
gethstbyad_r.c
gethstbynm2_r.c
getpwnam_r.c
getpwuid_r.c
grpcache.c
hstcache.c
Makefile
nscd_conf.c Update. 2004-02-18 18:07:21 +00:00
nscd_getgr_r.c Update. 2004-02-27 00:55:39 +00:00
nscd_gethst_r.c Update. 2004-02-27 00:55:39 +00:00
nscd_getpw_r.c Update. 2004-02-27 00:55:39 +00:00
nscd_nischeck.c
nscd_proto.h Update. 2004-02-27 00:55:39 +00:00
nscd_stat.c
nscd-client.h
nscd.c Update. 2004-02-21 01:57:26 +00:00
nscd.conf
nscd.h
nscd.init
pwdcache.c
TODO