about summary refs log tree commit diff
path: root/nscd
Commit message (Expand)AuthorAgeFilesLines
* [BZ #5112] Jakub Jelinek2008-01-051-2/+3
* * posix/getconf.c: Update copyright year.Ulrich Drepper2008-01-021-2/+2
* Declare fsync also for Unix98.Ulrich Drepper2007-11-261-1/+1
* Clear array before use.Ulrich Drepper2007-11-255-1/+11
* * nscd/nscd.h (MAX_STACK_USE): Define.Ulrich Drepper2007-11-254-7/+33
* [BZ #5382]Ulrich Drepper2007-11-233-6/+55
* * nscd/cache.c (prune_cache): If cache is empty, instruct callerUlrich Drepper2007-11-141-2/+5
* * nscd/gai.c (__ioctl): Define. Include check_native.c.Ulrich Drepper2007-11-141-0/+2
* * nscd/selinux.c (nscd_request_avc_has_perm): When compiled withUlrich Drepper2007-11-061-0/+8
* * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.Ulrich Drepper2007-11-061-1/+1
* * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup onlyUlrich Drepper2007-11-066-106/+145
* * nscd/Makefile (nscd-modules): Replace gethstbynm2_r withUlrich Drepper2007-10-305-24/+53
* (prune_cache): Move test for modified file outside of locking.Ulrich Drepper2007-10-261-16/+22
* * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successfulUlrich Drepper2007-10-151-10/+8
* * include/time.h: Declare __tzset_parse_tz and __tzset_compute.Ulrich Drepper2007-10-141-20/+20
* [BZ #3195]Ulrich Drepper2007-10-136-11/+11
* * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simplerUlrich Drepper2007-10-131-43/+59
* [BZ #3242]Ulrich Drepper2007-10-131-35/+68
* [BZ #3924]Ulrich Drepper2007-10-072-6/+25
* * nscd/connections.c (verify_persistent_db): Recognize circular lists.Ulrich Drepper2007-10-061-1/+6
* * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.Ulrich Drepper2007-10-061-1/+6
* [BZ #5112]Ulrich Drepper2007-10-051-7/+8
* * nscd/connections.c (send_ro_fd): Also transfer file size.Ulrich Drepper2007-08-292-15/+31
* * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just goUlrich Drepper2007-08-291-30/+29
* [BZ #4946]Ulrich Drepper2007-08-221-1/+1
* [BZ #4905]Ulrich Drepper2007-08-221-13/+19
* [BZ #4814]Ulrich Drepper2007-08-225-4/+20
* * nscd/hstcache.c (cache_addhst): Minimal optimization.Ulrich Drepper2007-08-221-1/+1
* * nscd/servicescache.c: Include kernel-features.h.Ulrich Drepper2007-08-132-0/+3
* * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper2007-08-111-6/+21
* * nscd/selinux.c (preserve_capabilities): Initialize new_capsUlrich Drepper2007-07-281-1/+1
* * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC forUlrich Drepper2007-07-211-1/+5
* * elf/ldconfig.c: Allow GPLv2 or any later version.Roland McGrath2007-07-1622-44/+66
* * sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper2007-05-291-2/+2
* * nscd/nscd_helper.c (get_mapping): Handle short replies insteadUlrich Drepper2007-05-291-3/+4
* * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cacheUlrich Drepper2007-05-211-17/+5
* * scripts/check-local-headers.sh: Filter out sys/capability.h. cvs/fedora-glibc-20070331T1609Ulrich Drepper2007-03-262-8/+12
* * nscd/gai.c: Include alloca.h.Ulrich Drepper2007-03-181-0/+3
* * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.Ulrich Drepper2007-02-213-4/+5
* [BZ #4074]Ulrich Drepper2007-02-211-0/+1
* * nscd/nscd.c (parse_opt): One more conversion to use send insteadUlrich Drepper2007-02-161-16/+20
* * nscd/nscd_helper.c (open_socket): Don't send padding bytes fromUlrich Drepper2007-02-161-2/+3
* * nscd/nscd_helper.c (open_socket): Minor size optimization.Ulrich Drepper2007-02-021-8/+8
* * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of Jakub Jelinek2007-02-021-2/+2
* * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before cvs/fedora-glibc-20070202T0923Ulrich Drepper2007-02-011-1/+0
* * nscd/nscd_helper.c (open_socket): Now takes request type and keyUlrich Drepper2007-01-311-52/+72
* Define MAXKEYLEN.Ulrich Drepper2007-01-311-0/+3
* Do recend check before realigning on strict alignment arches, as otherwise it...Jakub Jelinek2007-01-311-4/+4
* * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier Jakub Jelinek2007-01-318-245/+368
* * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.Jakub Jelinek2007-01-171-2/+2