aboutsummaryrefslogtreecommitdiff
path: root/nscd/nscd_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella1-2/+2
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg1-12/+12
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-23nss: Export nscd hash function as __nss_hash [BZ #22459]Florian Weimer1-3/+2
2017-10-11nscd: remove reference to libnslAndreas Schwab1-8/+3
2017-10-01Hide internal __nis_hash function [BZ #18822]H.J. Lu1-0/+5
2017-08-18Consolidate non cancellable close callAdhemerval Zanella1-2/+2
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-26/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-10-22Rework some nscd code not to use variable-length struct types.Roland McGrath1-8/+9
2014-04-09Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella1-3/+3
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-9/+9
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-05-15Avoid race in nscdAndreas Jaeger1-12/+3
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-10-31Cache network interface informationUlrich Drepper1-5/+5
2009-05-18Fix forced loop termination in nscd database lookup.Jakub Jelinek1-3/+13
2009-05-16Fix exit condition.Ulrich Drepper1-1/+1
2009-05-15Further robustify nscd database lookup.Ulrich Drepper1-1/+2
2009-05-15Robustify libc-side nscd database reader.Jakub Jelinek1-8/+19
2009-04-26* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper1-3/+4
2008-07-25* nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC andUlrich Drepper1-3/+28
2008-03-04[BZ #5818]Ulrich Drepper1-2/+4
2007-10-13[BZ #3195]Ulrich Drepper1-1/+1
2007-10-13[BZ #3242]Ulrich Drepper1-35/+68
2007-10-07[BZ #3924]Ulrich Drepper1-3/+18
2007-10-06* nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.Ulrich Drepper1-1/+6
2007-08-29* nscd/connections.c (send_ro_fd): Also transfer file size.Ulrich Drepper1-13/+24
2007-08-29* nscd/nscd_helper.c (get_mapping): Avoid the pread call, just goUlrich Drepper1-30/+29
2007-07-21* nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC forUlrich Drepper1-1/+5
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-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-01-31* nscd/nscd_helper.c (open_socket): Now takes request type and keyUlrich Drepper1-52/+72
2007-01-31* nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier Jakub Jelinek1-4/+25
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-33/+10
2007-07-31.Jakub Jelinek1-10/+33
2006-10-02* nscd/mem.c (mempool_alloc): Round array size to 16 bytesUlrich Drepper1-6/+11
2006-04-25[BZ #2571]Ulrich Drepper1-4/+6
2006-04-02[BZ #2501]Ulrich Drepper1-18/+19
2006-03-01* nscd/nscd_helper.c: Include <time.h> for `time' declaration.Roland McGrath1-1/+2