glibc/nscd
Ulrich Drepper f7e7a39681 Update.
* grp/initgroups.c: Move compat_call implementation...
	* grp/compat-initgroups.c: ...to here.  New file.
	* grp/Makefile (distribute): Add compat-initgroups.c.
	(CFLAGS-initgroups.c): Add -DUSE_NSCD=1.
	* mscd/initgrcache.c: New file.
	* nscd/nscd_initgroups.c: New file.
	* nscd/Makefile (routines): Add nscd_initgroups.
	(nscd-modules): Add initgrcache.
	* nscd/cache.c (prune_cache): Add support for INITGROUPS entries.
	* nscd/connections.c: Handle INITGROUPS requests.
	* nscd/nscd-client.h: Define INITGROUPS, initgr_response_header.
	Add initgrdata element to struct datahead.  Fix typo in comment.
	* nscd/nscd_proto.h: Declare __nscd_getgrouplist.  Fix parameter
	type in __nscd_getgrgrid_r.
	* nscd/selinux.c (perms): Add INITGROUPS entry.

	* nscd/nscd_getai.c: No need to include <sys/mman.h>.

	* sunrpc/get_myaddr.c (get_myaddress): Account for interfaces without
	assigned addresses.
	* sunrpc/pmap_clnt.c (__get_myaddress): Likewise.
	* sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.
	* sunrpc/clnt_udp.c (is_network_up): Likewise.
2004-09-30 02:24:51 +00:00
..
aicache.c
cache.c Update. 2004-09-30 02:24:51 +00:00
connections.c Update. 2004-09-30 02:24:51 +00:00
dbg_log.c
dbg_log.h
Depend
getgrgid_r.c
getgrnam_r.c
gethstbyad_r.c
gethstbynm2_r.c
getpwnam_r.c
getpwuid_r.c
grpcache.c
hstcache.c
initgrcache.c Update. 2004-09-30 02:24:51 +00:00
Makefile Update. 2004-09-30 02:24:51 +00:00
mem.c
nscd-client.h Update. 2004-09-30 02:24:51 +00:00
nscd.c
nscd.conf
nscd.h
nscd.init
nscd_conf.c
nscd_getai.c Update. 2004-09-30 02:24:51 +00:00
nscd_getgr_r.c
nscd_gethst_r.c
nscd_getpw_r.c
nscd_helper.c
nscd_initgroups.c Update. 2004-09-30 02:24:51 +00:00
nscd_nischeck.c
nscd_proto.h Update. 2004-09-30 02:24:51 +00:00
nscd_stat.c
pwdcache.c
selinux.c Update. 2004-09-30 02:24:51 +00:00
selinux.h
TODO