about summary refs log tree commit diff
path: root/nscd/nscd_getai.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated to fedora-glibc-20040930T0838 cvs/fedora-glibc-2_3_3-61Jakub Jelinek2004-09-301-13/+29
|
* Updated to fedora-glibc-20040929T0821Jakub Jelinek2004-09-291-3/+3
|
* iAdd __nscd_getai prototype.Ulrich Drepper2004-09-161-0/+1
|
* Update.Ulrich Drepper2004-09-151-0/+164
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.