about summary refs log tree commit diff
path: root/nscd
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Require assembler support for visibility, compilerUlrich Drepper2006-10-281-2/+0
* * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now. cvs/glibc-2_5-baseUlrich Drepper2006-10-061-1/+1
* * nscd/mem.c (mempool_alloc): Round array size to 16 bytesUlrich Drepper2006-10-023-9/+15
* [BZ #3273]Ulrich Drepper2006-09-291-1/+1
* [BZ #3137]Ulrich Drepper2006-09-211-1/+1
* 2006-03-04 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2006-09-051-1/+1
* * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups byUlrich Drepper2006-08-021-1/+4
* * nscd/nscd.h (prune_cache): Add fd argument to prototype. cvs/fedora-glibc-20060531T1322Ulrich Drepper2006-05-304-18/+68
* * nscd/connections.c (dbs): Initialize .prunelock.Ulrich Drepper2006-05-301-0/+3
* * nscd/nscd.h (struct database_dyn): Add prunelock field.Ulrich Drepper2006-05-292-1/+11
* * include/rpc/pmap_prot.h: Mark all functions as hidden.Ulrich Drepper2006-05-154-9/+8
* 2006-05-04 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper2006-05-041-1/+2
* [BZ #2632]Ulrich Drepper2006-05-021-1/+1
* * nscd/nscd.h (struct database_dyn): Change filename to an arrayUlrich Drepper2006-04-301-2/+2
* * nis/ypclnt.c (__xdr_ypresp_all): Minor optimization in stringUlrich Drepper2006-04-281-2/+11
* * nscd/connections.c (restart): If we want to switch back to the cvs/fedora-glibc-20060427T2122Ulrich Drepper2006-04-271-4/+4
* * nscd/nscd.conf: Fix a typo.Ulrich Drepper2006-04-271-1/+1
* * nscd/nscd.h (struct database_dyn): Add propagate field.Ulrich Drepper2006-04-266-17/+42
* 2006-04-26 James Antill <james.antill@redhat.com>Ulrich Drepper2006-04-264-3/+111
* [BZ #2571]Ulrich Drepper2006-04-252-6/+8
* * libio/fmemopen.c (fmemopen): Free stream memory in case ofUlrich Drepper2006-04-071-3/+3
* [BZ #2508]Roland McGrath2006-04-041-4/+5
* [BZ #2501]Ulrich Drepper2006-04-021-18/+19
* [BZ #2498]Ulrich Drepper2006-04-011-11/+17
* * nscd/nscd_helper.c: Include <time.h> for `time' declaration.Roland McGrath2006-03-011-1/+2
* * nscd/selinux.c (audit_init): Print error string in the failureRoland McGrath2006-02-221-2/+2
* [BZ #2114]Ulrich Drepper2006-01-065-10/+10
* (nscd_init): Remove if block which should have been removed as part of the -S...Ulrich Drepper2006-01-031-8/+1
* Update copyright year.Ulrich Drepper2006-01-011-2/+2
* Remove last remnants of -S option support.Ulrich Drepper2005-12-303-51/+18
* * nscd/selinux.c (log_callback): Use audit_log_user_avc_message.Ulrich Drepper2005-12-291-6/+26
* * nscd/Makefile: Don't build nscd_nischeck.Ulrich Drepper2005-12-162-104/+3
* Moved to csu/errno-loc.c.Ulrich Drepper2005-12-141-0/+26
* * catgets/gencat.c: Use GPL, not LGPL.Ulrich Drepper2005-12-0718-194/+177
* * nscd/connections.c (sendfileall): Define.Ulrich Drepper2005-11-227-27/+40
* Pretty printing.Ulrich Drepper2005-11-211-3/+3
* * sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type. cvs/fedora-glibc-20051119T1959Ulrich Drepper2005-11-196-11/+185
* (nscd_gethst_r): Avoid unnecesary read call if there are no aliases.Ulrich Drepper2005-11-191-2/+3
* 2005-11-18 Paul Brook <paul@codesourcery.com>Roland McGrath2005-11-183-0/+3
* [BZ #1294]Ulrich Drepper2005-11-121-1/+1
* (nscd_getpw_r): Remove incorrectly C&Ped free call in code handling detection...Ulrich Drepper2005-09-221-2/+0
* * nscd/dbg_log.c (init_logfile): Use fopen64 rather than fopen.Roland McGrath2005-09-201-1/+1
* * nscd/nscd.c (main): Use error while process isn't running in the cvs/fedora-glibc-20050829T1854 cvs/fedora-glibc-20050824T0705Ulrich Drepper2005-08-242-91/+71
* * nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h.Ulrich Drepper2005-08-2312-26/+99
* * nscd/cache.c (prune_cache): Add more debug output. Only forUlrich Drepper2005-08-161-3/+27
* * nscd/cache.c (prune_cache): Use stat64 not stat.Ulrich Drepper2005-08-162-4/+4
* * nscd/connections.c (main_loop_epoll): Pass NULL as eventUlrich Drepper2005-08-091-5/+3
* * nscd/nscd_stat.c (receive_print_stats): Really print values ofUlrich Drepper2005-08-091-2/+11
* (cache_add): Comment hash table and header to disk.Ulrich Drepper2005-08-081-1/+7
* * nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.Ulrich Drepper2005-08-082-2/+4