aboutsummaryrefslogtreecommitdiff
path: root/nscd
AgeCommit message (Expand)AuthorFilesLines
2007-08-11* nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper1-6/+21
2007-07-28* nscd/selinux.c (preserve_capabilities): Initialize new_capsUlrich Drepper1-1/+1
2007-07-21* nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC forUlrich Drepper1-1/+5
2007-07-16* elf/ldconfig.c: Allow GPLv2 or any later version.Roland McGrath22-44/+66
2007-05-29* sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper1-2/+2
2007-05-29* nscd/nscd_helper.c (get_mapping): Handle short replies insteadUlrich Drepper1-3/+4
2007-05-21* nscd/aicache.c (addhstaiX): If reported TTL is zero don't cacheUlrich Drepper1-17/+5
2007-03-26* scripts/check-local-headers.sh: Filter out sys/capability.h.cvs/fedora-glibc-20070331T1609Ulrich Drepper2-8/+12
2007-03-18* nscd/gai.c: Include alloca.h.Ulrich Drepper1-0/+3
2007-02-21* nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.Ulrich Drepper3-4/+5
2007-02-21[BZ #4074]Ulrich Drepper1-0/+1
2007-02-16* nscd/nscd.c (parse_opt): One more conversion to use send insteadUlrich Drepper1-16/+20
2007-02-16* nscd/nscd_helper.c (open_socket): Don't send padding bytes fromUlrich Drepper1-2/+3
2007-02-02* nscd/nscd_helper.c (open_socket): Minor size optimization.Ulrich Drepper1-8/+8
2007-02-02* nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of Jakub Jelinek1-2/+2
2007-02-01* sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value beforecvs/fedora-glibc-20070202T0923Ulrich Drepper1-1/+0
2007-01-31* nscd/nscd_helper.c (open_socket): Now takes request type and keyUlrich Drepper1-52/+72
2007-01-31Define MAXKEYLEN.Ulrich Drepper1-0/+3
2007-01-31Do recend check before realigning on strict alignment arches, as otherwise it...Jakub Jelinek1-4/+4
2007-01-31* nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier Jakub Jelinek8-245/+368
2007-01-17* nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.Jakub Jelinek1-2/+2
2007-01-16* nscd/connections.c (servinfo): Renamed to reqinfo. Change allUlrich Drepper1-12/+7
2007-01-16(cache_add): Record the failure to add to the cache.Ulrich Drepper1-1/+4
2007-01-15* nscd/connections.c (handle_request): Add a __builtin_expect.Ulrich Drepper1-1/+1
2007-01-15* nscd/connections.c (serv2db): Change type into structure whichUlrich Drepper1-26/+29
2007-01-15* nscd/connections.c (handle_request): Fix thinko in selinux testUlrich Drepper1-1/+0
2007-01-14* nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): CorrectUlrich Drepper18-137/+999
2007-01-13* nscd/nscd_gethst_r.c: Minor cleanups.Ulrich Drepper1-8/+4
2007-01-13* nscd/connections.c (handle_request): Check selinux permissionsUlrich Drepper1-3/+4
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper16-339/+222
2007-07-31.Jakub Jelinek16-222/+339
2007-01-03* posix/getconf.c: Update copyright year.Ulrich Drepper1-2/+2
2006-12-01* nscd/nscd.init: Remove obsolete and commented-out -S optionUlrich Drepper1-8/+1
2006-11-10[BZ #3465]Ulrich Drepper2-2/+2
2006-10-28* configure.in: Require assembler support for visibility, compilerUlrich Drepper1-2/+0
2006-10-06* include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.cvs/glibc-2_5-baseUlrich Drepper1-1/+1
2006-10-02* nscd/mem.c (mempool_alloc): Round array size to 16 bytesUlrich Drepper3-9/+15
2006-09-29[BZ #3273]Ulrich Drepper1-1/+1
2006-09-21[BZ #3137]Ulrich Drepper1-1/+1
2006-09-052006-03-04 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper1-1/+1
2006-08-02* nscd/initgrcache.c (addinitgroupsX): Judge successful lookups byUlrich Drepper1-1/+4
2006-05-30* nscd/nscd.h (prune_cache): Add fd argument to prototype.cvs/fedora-glibc-20060531T1322Ulrich Drepper4-18/+68
2006-05-30* nscd/connections.c (dbs): Initialize .prunelock.Ulrich Drepper1-0/+3
2006-05-29* nscd/nscd.h (struct database_dyn): Add prunelock field.Ulrich Drepper2-1/+11
2006-05-15* include/rpc/pmap_prot.h: Mark all functions as hidden.Ulrich Drepper4-9/+8
2006-05-042006-05-04 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper1-1/+2
2006-05-02[BZ #2632]Ulrich Drepper1-1/+1
2006-04-30* nscd/nscd.h (struct database_dyn): Change filename to an arrayUlrich Drepper1-2/+2
2006-04-28* nis/ypclnt.c (__xdr_ypresp_all): Minor optimization in stringUlrich Drepper1-2/+11
2006-04-27* nscd/connections.c (restart): If we want to switch back to thecvs/fedora-glibc-20060427T2122Ulrich Drepper1-4/+4