glibc/nscd
Ulrich Drepper d19687d6eb Update.
2004-09-15  Ulrich Drepper  <drepper@redhat.com>

	* nscd/Makefile (rountines): Add nscd_getai.
	(nscd-modules): Add aicache.
	* nscd/aicache.c: New file.
	* nscd/nscd_getai.c: New file.
	* nscd/cache.c (prune_cache): Handle GETAI request type.
	* nscd/connections.c: Add GETAI support in request handling.
	* nscd/nscd-client.h (request_type): Add GETAI.
	Define ai_response_header and struct nscd_ai_result types.
	(struct datahead): Add aidata field.
	Declare __nscd_getai.
	* nscd/nscd.c: Add getaddrinfo definition to catch problems.
	* nscd/nscd.h: Declare addhstai and readdhstai.

	* sysdeps/posix/getaddrinfo.c: Add support for using cached results.

	* nscd/nscd-client.h  (struct datahead): Use uint8_t instead of bool.
2004-09-15 08:25:49 +00:00
..
aicache.c Update. 2004-09-15 08:25:49 +00:00
cache.c Update. 2004-09-15 08:25:49 +00:00
connections.c Update. 2004-09-15 08:25:49 +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 Update. 2004-09-12 10:10:48 +00:00
hstcache.c (cache_addhst): Sync also negative results to disk. 2004-09-12 10:04:03 +00:00
Makefile Update. 2004-09-15 08:25:49 +00:00
mem.c Update. 2004-09-13 05:56:39 +00:00
nscd-client.h Update. 2004-09-15 08:25:49 +00:00
nscd.c Update. 2004-09-15 08:25:49 +00:00
nscd.conf
nscd.h Update. 2004-09-15 08:25:49 +00:00
nscd.init Update. 2004-09-13 17:24:41 +00:00
nscd_conf.c
nscd_getai.c Update. 2004-09-15 08:25:49 +00:00
nscd_getgr_r.c
nscd_gethst_r.c
nscd_getpw_r.c
nscd_helper.c Update. 2004-09-13 17:24:41 +00:00
nscd_nischeck.c
nscd_proto.h
nscd_stat.c Update. 2004-09-13 17:24:41 +00:00
pwdcache.c Update. 2004-09-12 10:10:48 +00:00
TODO