aboutsummaryrefslogtreecommitdiff
path: root/nscd/connections.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-02-04Remove duplicate initialization of field in nscd.Joseph Myers1-1/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-19nscd: avoid assertion failure during persistent db checkAndreas Schwab1-1/+2
2018-06-25nscd restart: Use malloc instead of extend_alloca [BZ #18023]Florian Weimer1-38/+61
2018-05-16Fix concurrent changes on nscd aware files (BZ #23178)Adhemerval Zanella1-52/+2
2018-02-11nscd: don't unconditionally use PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZE...Samuel Thibault1-5/+11
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-18Fix nscd readlink argument aliasing (bug 22446).Joseph Myers1-2/+3
2017-04-19Assume that accept4 is always available and worksFlorian Weimer1-48/+2
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-31/+6
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer1-67/+1
2015-03-13Enhance nscd's inotify support (Bug 14906).Carlos O'Donell1-95/+263
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-27Add missing include of libc-internal.h.Stefan Liebler1-0/+1
2014-11-26Avoid warnings for unused results in nscd/connections.c.Joseph Myers1-5/+5
2014-06-26Fix Wundef warning for SEPARATE_KEYSiddhesh Poyarekar1-20/+1
2014-03-03nscd: Improved support for tracking startup failure in nscd service (BZ #16639)Siddhesh Poyarekar1-23/+25
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-10/+10
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-24Fix typo in commentSiddhesh Poyarekar1-2/+2
2013-06-11Fix handling of netgroup cache in nscdAndreas Schwab1-1/+2
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+1
2013-02-08Refactor code out of nscd's two main poll loops.Carlos O'Donell1-65/+83
2013-02-07Remove lots of inline keywords.Roland McGrath1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-05-10Hurd: #include <kernel-features.h>Thomas Schwinge1-4/+3
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-2/+1
2011-11-01Use kernel headers for netlink definitionsUlrich Drepper1-1/+2
2011-10-31Cache network interface informationUlrich Drepper1-0/+118
2011-10-07Implement caching of nscdUlrich Drepper1-8/+38
2011-10-07Don't unnecesarily use inotify in nscdUlrich Drepper1-1/+1
2011-07-11Generalize framework to register monitoring of files in nscdUlrich Drepper1-83/+82
2011-04-22Remove doubled words.Jim Meyering1-1/+1
2011-02-05Schedule nscd cache pruning more accurately fromr re-added values.Ulrich Drepper1-5/+2
2009-11-22Try harder to re-exec nscd in paranoia mode.Ulrich Drepper1-4/+3
2009-04-26* nscd/connections.c (send_ro_fd): Define temporary variable to avoidUlrich Drepper1-1/+3
2009-03-16* nscd/connections.c (restart): Try to preserve the process nameUlrich Drepper1-1/+16
2009-02-13[BZ #5381]Ulrich Drepper1-15/+0
2009-01-28* nscd/connections.c (nscd_init): If database file access beUlrich Drepper1-1/+4
2008-12-09[BZ #7067]Ulrich Drepper1-2/+12
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