glibc/nss
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
..
nss_db
nss_files Update. 2003-06-13 21:05:42 +00:00
Depend
Makefile Update. 2002-09-29 18:25:48 +00:00
Versions Update. 2003-06-26 08:00:21 +00:00
XXX-lookup.c
alias-lookup.c
bug-erange.c Update. 2002-09-29 18:25:48 +00:00
databases.def
db-Makefile
digits_dots.c
ethers-lookup.c
function.def
getXXbyYY.c 2003-09-05 Roland McGrath <roland@redhat.com> 2003-09-05 21:24:50 +00:00
getXXbyYY_r.c Update. 2004-02-27 00:55:39 +00:00
getXXent.c Update. 2003-06-16 17:18:06 +00:00
getXXent_r.c Update. 2003-06-16 17:18:06 +00:00
getent.c Update copyright year. 2004-01-01 20:42:01 +00:00
getnssent.c
getnssent_r.c * nss/getXXent.c (GETFUNC_NAME): Use union type to avoid strict 2002-11-10 11:06:36 +00:00
grp-lookup.c
hosts-lookup.c
key-lookup.c
makedb.c
netgrp-lookup.c
network-lookup.c
nss.h
nsswitch.c Update. 2003-09-04 08:27:37 +00:00
nsswitch.conf
nsswitch.h Update. 2003-08-27 05:54:50 +00:00
proto-lookup.c
pwd-lookup.c
rpc-lookup.c
service-lookup.c
spwd-lookup.c
test-netdb.c