about summary refs log tree commit diff
path: root/nscd/nscd_helper.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-2/+2
* nscd: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella2023-02-171-6/+0
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-231-1/+1
* Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra2022-09-091-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-221-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-1/+1
* y2038: nscd: Modify nscd_helper to use __clock_gettime64Lukasz Majewski2020-05-051-8/+9
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-301-2/+2
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-301-12/+12
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* nss: Export nscd hash function as __nss_hash [BZ #22459]Florian Weimer2017-11-231-3/+2
* nscd: remove reference to libnslAndreas Schwab2017-10-111-8/+3
* Hide internal __nis_hash function [BZ #18822]H.J. Lu2017-10-011-0/+5
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-171-26/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Rework some nscd code not to use variable-length struct types.Roland McGrath2014-10-221-8/+9
* Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella2014-04-091-3/+3
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-9/+9
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Avoid race in nscdAndreas Jaeger2012-05-151-12/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Cache network interface informationUlrich Drepper2011-10-311-5/+5
* Fix forced loop termination in nscd database lookup.Jakub Jelinek2009-05-181-3/+13
* Fix exit condition.Ulrich Drepper2009-05-161-1/+1
* Further robustify nscd database lookup.Ulrich Drepper2009-05-151-1/+2
* Robustify libc-side nscd database reader.Jakub Jelinek2009-05-151-8/+19
* * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper2009-04-261-3/+4
* * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC andUlrich Drepper2008-07-251-3/+28
* [BZ #5818]Ulrich Drepper2008-03-041-2/+4
* [BZ #3195]Ulrich Drepper2007-10-131-1/+1
* [BZ #3242]Ulrich Drepper2007-10-131-35/+68
* [BZ #3924]Ulrich Drepper2007-10-071-3/+18
* * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.Ulrich Drepper2007-10-061-1/+6
* * nscd/connections.c (send_ro_fd): Also transfer file size.Ulrich Drepper2007-08-291-13/+24
* * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just goUlrich Drepper2007-08-291-30/+29
* * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC forUlrich Drepper2007-07-211-1/+5
* * sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper2007-05-291-2/+2