aboutsummaryrefslogtreecommitdiff
path: root/nscd/nscd_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-2/+2
2023-02-17nscd: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella1-6/+0
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra1-1/+1
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella1-2/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-1/+1
2020-05-05y2038: nscd: Modify nscd_helper to use __clock_gettime64Lukasz Majewski1-8/+9
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