aboutsummaryrefslogtreecommitdiff
path: root/nss/nss_files
AgeCommit message (Expand)Author
2023-07-24Restore lookup of IPv4 mapped addresses in files database (bug 25457)Andreas Schwab
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-07-14Fix linknamespace errors and local-plt-usages in nss_files.Stefan Liebler
2021-07-07nss: Access nss_files through direct referencesFlorian Weimer
2021-07-07nss_files: Move into libcFlorian Weimer
2021-07-07nss_files: Add generic code for set*ent, end*ent and file openFlorian Weimer
2021-07-07nss_files: Allocate nscd file registration data on the heapFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-07-21nss: Add __nss_fgetent_rFlorian Weimer
2020-07-21nss_files: Use generic result pointer in parse_lineFlorian Weimer
2020-07-21nss_files: Consolidate line parse declarations in <nss_files.h>Florian Weimer
2020-07-21nss_files: Consolidate file opening in __nss_files_fopenFlorian Weimer
2020-07-07nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplusFlorian Weimer
2020-02-13nss_files: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-05-16nss_files: Remove RES_USE_INET6 from hosts processingFlorian Weimer
2019-01-31nss_files: Fix /etc/aliases null pointer dereference [BZ #24059]Florian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-08-14nss_files: Fix file stream leak in aliases lookup [BZ #23521]Florian Weimer
2018-07-06nss_files: Fix re-reading of long lines [BZ #18991]Florian Weimer
2018-06-25nss_files: Use struct scratch_buffer instead of extend_alloca [BZ #18023]Florian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-10-11nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer
2017-10-11nss_files: Use struct scratch_buffer for gethostbyname [BZ #18023]Florian Weimer
2017-10-10nss_files: Refactor gethostbyname3 multi case into separate functionFlorian Weimer
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-05-11Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007)Andreas Schwab
2015-04-29CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer
2015-03-13Enhance nscd's inotify support (Bug 14906).Carlos O'Donell
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-24Remove IS_IN_libcSiddhesh Poyarekar
2014-11-21BZ#14498: fix infinite loop in nss_db_getservbynameAlexandre Oliva
2014-06-23Don't ignore too long lines in nss_files (BZ #17079)Andreas Schwab
2014-05-26Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-27Fix invalid memory access when parsing netgroup files with blank lines (BZ #1...Siddhesh Poyarekar
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-02Use herrnop directlySiddhesh Poyarekar
2013-11-28Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077)Siddhesh Poyarekar
2013-10-30Fix reads for sizes larger than INT_MAX in AF_INET lookupSiddhesh Poyarekar
2013-08-26Use proper #include for xdecrypt declarations.Roland McGrath