aboutsummaryrefslogtreecommitdiff
path: root/nscd/nscd_helper.c
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-02-17nscd: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-05-05y2038: nscd: Modify nscd_helper to use __clock_gettime64Lukasz Majewski
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-23nss: Export nscd hash function as __nss_hash [BZ #22459]Florian Weimer
2017-10-11nscd: remove reference to libnslAndreas Schwab
2017-10-01Hide internal __nis_hash function [BZ #18822]H.J. Lu
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-10-22Rework some nscd code not to use variable-length struct types.Roland McGrath
2014-04-09Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-05-15Avoid race in nscdAndreas Jaeger
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-10-31Cache network interface informationUlrich Drepper
2009-05-18Fix forced loop termination in nscd database lookup.Jakub Jelinek
2009-05-16Fix exit condition.Ulrich Drepper
2009-05-15Further robustify nscd database lookup.Ulrich Drepper
2009-05-15Robustify libc-side nscd database reader.Jakub Jelinek
2009-04-26* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper
2008-07-25* nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC andUlrich Drepper
2008-03-04[BZ #5818]Ulrich Drepper
2007-10-13[BZ #3195]Ulrich Drepper
2007-10-13[BZ #3242]Ulrich Drepper
2007-10-07[BZ #3924]Ulrich Drepper
2007-10-06* nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.Ulrich Drepper
2007-08-29* nscd/connections.c (send_ro_fd): Also transfer file size.Ulrich Drepper
2007-08-29* nscd/nscd_helper.c (get_mapping): Avoid the pread call, just goUlrich Drepper
2007-07-21* nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC forUlrich Drepper
2007-05-29* sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper