summaryrefslogtreecommitdiff
path: root/nscd
AgeCommit message (Expand)Author
2006-10-28* configure.in: Require assembler support for visibility, compilerUlrich Drepper
2006-10-06* include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.cvs/glibc-2_5-baseUlrich Drepper
2006-10-02* nscd/mem.c (mempool_alloc): Round array size to 16 bytesUlrich Drepper
2006-09-29[BZ #3273]Ulrich Drepper
2006-09-21[BZ #3137]Ulrich Drepper
2006-09-052006-03-04 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper
2006-08-02* nscd/initgrcache.c (addinitgroupsX): Judge successful lookups byUlrich Drepper
2006-05-30* nscd/nscd.h (prune_cache): Add fd argument to prototype.cvs/fedora-glibc-20060531T1322Ulrich Drepper
2006-05-30* nscd/connections.c (dbs): Initialize .prunelock.Ulrich Drepper
2006-05-29* nscd/nscd.h (struct database_dyn): Add prunelock field.Ulrich Drepper
2006-05-15* include/rpc/pmap_prot.h: Mark all functions as hidden.Ulrich Drepper
2006-05-042006-05-04 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper
2006-05-02[BZ #2632]Ulrich Drepper
2006-04-30* nscd/nscd.h (struct database_dyn): Change filename to an arrayUlrich Drepper
2006-04-28* nis/ypclnt.c (__xdr_ypresp_all): Minor optimization in stringUlrich Drepper
2006-04-27* nscd/connections.c (restart): If we want to switch back to thecvs/fedora-glibc-20060427T2122Ulrich Drepper
2006-04-27* nscd/nscd.conf: Fix a typo.Ulrich Drepper
2006-04-26* nscd/nscd.h (struct database_dyn): Add propagate field.Ulrich Drepper
2006-04-262006-04-26 James Antill <james.antill@redhat.com>Ulrich Drepper
2006-04-25[BZ #2571]Ulrich Drepper
2006-04-07* libio/fmemopen.c (fmemopen): Free stream memory in case ofUlrich Drepper
2006-04-04[BZ #2508]Roland McGrath
2006-04-02[BZ #2501]Ulrich Drepper
2006-04-01[BZ #2498]Ulrich Drepper
2006-03-01* nscd/nscd_helper.c: Include <time.h> for `time' declaration.Roland McGrath
2006-02-22* nscd/selinux.c (audit_init): Print error string in the failureRoland McGrath
2006-01-06[BZ #2114]Ulrich Drepper
2006-01-03(nscd_init): Remove if block which should have been removed as part of the -S...Ulrich Drepper
2006-01-01Update copyright year.Ulrich Drepper
2005-12-30Remove last remnants of -S option support.Ulrich Drepper
2005-12-29* nscd/selinux.c (log_callback): Use audit_log_user_avc_message.Ulrich Drepper
2005-12-16* nscd/Makefile: Don't build nscd_nischeck.Ulrich Drepper
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper
2005-12-07* catgets/gencat.c: Use GPL, not LGPL.Ulrich Drepper
2005-11-22* nscd/connections.c (sendfileall): Define.Ulrich Drepper
2005-11-21Pretty printing.Ulrich Drepper
2005-11-19* sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type.cvs/fedora-glibc-20051119T1959Ulrich Drepper
2005-11-19(nscd_gethst_r): Avoid unnecesary read call if there are no aliases.Ulrich Drepper
2005-11-182005-11-18 Paul Brook <paul@codesourcery.com>Roland McGrath
2005-11-12[BZ #1294]Ulrich Drepper
2005-09-22(nscd_getpw_r): Remove incorrectly C&Ped free call in code handling detection...Ulrich Drepper
2005-09-20* nscd/dbg_log.c (init_logfile): Use fopen64 rather than fopen.Roland McGrath
2005-08-24* nscd/nscd.c (main): Use error while process isn't running in thecvs/fedora-glibc-20050829T1854cvs/fedora-glibc-20050824T0705Ulrich Drepper
2005-08-23* nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h.Ulrich Drepper
2005-08-16* nscd/cache.c (prune_cache): Add more debug output. Only forUlrich Drepper
2005-08-16* nscd/cache.c (prune_cache): Use stat64 not stat.Ulrich Drepper
2005-08-09* nscd/connections.c (main_loop_epoll): Pass NULL as eventUlrich Drepper
2005-08-09* nscd/nscd_stat.c (receive_print_stats): Really print values ofUlrich Drepper
2005-08-08(cache_add): Comment hash table and header to disk.Ulrich Drepper
2005-08-08* nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.Ulrich Drepper