aboutsummaryrefslogtreecommitdiff
path: root/nscd
AgeCommit message (Expand)AuthorFilesLines
2011-05-31Don't free non-malloced memory and fix memory leakglibc-2.14.9000Ulrich Drepper1-4/+12
2011-05-22Add a few more alloca size checksUlrich Drepper1-6/+53
2011-05-13Add support for generated PIE link rulesAndreas Schwab1-7/+3
2011-04-22Remove doubled words.Jim Meyering1-1/+1
2011-04-17Fix a comment.Justin P. Mattock1-1/+1
2011-02-05Schedule nscd cache pruning more accurately fromr re-added values.Ulrich Drepper10-99/+152
2011-01-17Update copyright year.Ulrich Drepper1-2/+2
2011-01-15Signal temporary host lookup errors in nscd as such to the requester.Ulrich Drepper1-4/+23
2010-04-09Fix crash on reloading of gai data in nscd.Ulrich Drepper1-4/+6
2010-04-08Print reload count in nscd statistics.Ulrich Drepper1-3/+6
2010-03-15Update copyright year.Ulrich Drepper1-4/+4
2009-11-22Try harder to re-exec nscd in paranoia mode.Ulrich Drepper1-4/+3
2009-10-29Fix a few asserts and IO calls in nscd.Anders Johansson5-13/+13
2009-10-29Print timestamp in nscd debug messages.Ulrich Drepper1-4/+13
2009-07-17Revert "Fix lock handling in memory hander of nscd."Ulrich Drepper7-5/+27
2009-07-16Fix lock handling in memory hander of nscd.Petr Baudis7-27/+5
2009-07-16Use correct release semantic in list update.Andreas Schwab1-1/+1
2009-06-16Consolidate PIE linking Makefile rules.H.J. Lu1-9/+2
2009-05-18Fix forced loop termination in nscd database lookup.Jakub Jelinek1-3/+13
2009-05-16Move BLOCK_ALIGN* macros back.Ulrich Drepper2-5/+5
2009-05-16Fix exit condition.Ulrich Drepper1-1/+1
2009-05-15Further robustify nscd database lookup.Ulrich Drepper3-7/+8
2009-05-15Robustify libc-side nscd database reader.Jakub Jelinek8-22/+41
2009-05-15Don't try to cleanup libselinux and libaudit.Jakub Jelinek3-20/+2
2009-04-26* nscd/connections.c (send_ro_fd): Define temporary variable to avoidUlrich Drepper1-1/+3
2009-04-26* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper1-3/+4
2009-03-16* nscd/connections.c (restart): Try to preserve the process nameUlrich Drepper1-1/+16
2009-02-13[BZ #5381]Ulrich Drepper10-236/+57
2009-02-06* debug/xtrace.sh: Unify translatable messages.Ulrich Drepper1-1/+21
2009-01-29[BZ #9750]Ulrich Drepper1-13/+8
2009-01-28* nscd/connections.c (nscd_init): If database file access beUlrich Drepper1-1/+4
2009-01-28[BZ #9741]Ulrich Drepper1-2/+2
2009-01-112009-01-10 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+4
2009-01-02* posix/getconf.c: Update copyright year.Ulrich Drepper1-2/+2
2008-12-29* nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd ifUlrich Drepper2-2/+29
2008-12-09[BZ #7067]Ulrich Drepper2-2/+13
2008-12-03* socket/sys/socket.h: Declare accept4.Ulrich Drepper1-19/+36
2008-10-17* elf/Makefile: Add rules to build and run tst-tls17.cvs/fedora-glibc-20081019T1815Ulrich Drepper1-0/+2
2008-09-30* nscd/connections.c: Disable use of paccept for now.Ulrich Drepper1-1/+1
2008-08-03(main_loop_poll): Pass a buffer which is guaranteed to be large enough to rea...Ulrich Drepper1-6/+13
2008-07-30* nscd/connections.c (nscd_init): Type if preprocessor directive.Ulrich Drepper1-1/+1
2008-07-26* Makeconfig: Define pie-ccflag and PIE-ccflag variables.Ulrich Drepper1-1/+1
2008-07-25* nscd/connections.c (nscd_init): Clean up fcntl call.Ulrich Drepper1-1/+1
2008-07-25* nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC andUlrich Drepper1-3/+28
2008-07-25* sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper1-22/+77
2008-07-12* nscd/connections.c (main_loop_poll): Fix handling of read errorsUlrich Drepper1-29/+83
2008-06-18* nscd/connections.c (main_loop_poll): Fix test for read error.Ulrich Drepper1-2/+2
2008-06-13* nscd/connections.c: Also recognize and handle changes to theUlrich Drepper1-3/+25
2008-06-12* nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cacheUlrich Drepper3-15/+132
2008-06-12* nscd/grpcache.c (cache_addgr): Correctly compute size ofcvs/fedora-glibc-20080612T1619Ulrich Drepper4-6/+27