aboutsummaryrefslogtreecommitdiff
path: root/nss/nss_files
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert16-16/+16
2023-07-24Restore lookup of IPv4 mapped addresses in files database (bug 25457)Andreas Schwab1-9/+15
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-1/+1
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao2-2/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers16-16/+16
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert16-16/+16
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar2-2/+0
2021-07-14Fix linknamespace errors and local-plt-usages in nss_files.Stefan Liebler3-7/+7
2021-07-07nss: Access nss_files through direct referencesFlorian Weimer15-30/+18
2021-07-07nss_files: Move into libcFlorian Weimer5-21/+15
2021-07-07nss_files: Add generic code for set*ent, end*ent and file openFlorian Weimer3-107/+33
2021-07-07nss_files: Allocate nscd file registration data on the heapFlorian Weimer1-34/+20
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert16-16/+16
2020-07-21nss: Add __nss_fgetent_rFlorian Weimer1-52/+27
2020-07-21nss_files: Use generic result pointer in parse_lineFlorian Weimer1-2/+3
2020-07-21nss_files: Consolidate line parse declarations in <nss_files.h>Florian Weimer1-0/+1
2020-07-21nss_files: Consolidate file opening in __nss_files_fopenFlorian Weimer4-10/+9
2020-07-07nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplusFlorian Weimer1-113/+0
2020-02-13nss_files: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer15-0/+38
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers17-17/+17
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert17-17/+17
2019-05-16nss_files: Remove RES_USE_INET6 from hosts processingFlorian Weimer1-27/+11
2019-01-31nss_files: Fix /etc/aliases null pointer dereference [BZ #24059]Florian Weimer1-0/+10
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers17-17/+17
2018-08-14nss_files: Fix file stream leak in aliases lookup [BZ #23521]Florian Weimer1-0/+9
2018-07-06nss_files: Fix re-reading of long lines [BZ #18991]Florian Weimer1-71/+50
2018-06-25nss_files: Use struct scratch_buffer instead of extend_alloca [BZ #18023]Florian Weimer1-22/+10
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers17-17/+17
2017-10-11nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer1-96/+129
2017-10-11nss_files: Use struct scratch_buffer for gethostbyname [BZ #18023]Florian Weimer1-156/+138
2017-10-10nss_files: Refactor gethostbyname3 multi case into separate functionFlorian Weimer1-193/+202
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer3-93/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers18-18/+18
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer1-5/+5
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers18-18/+18
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2-2/+2
2015-05-11Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007)Andreas Schwab3-167/+67
2015-04-29CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer1-1/+1
2015-03-13Enhance nscd's inotify support (Bug 14906).Carlos O'Donell1-25/+21
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers18-18/+18
2014-11-24Remove IS_IN_libcSiddhesh Poyarekar1-1/+1
2014-11-21BZ#14498: fix infinite loop in nss_db_getservbynameAlexandre Oliva1-2/+5
2014-06-23Don't ignore too long lines in nss_files (BZ #17079)Andreas Schwab1-1/+3
2014-05-26Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-1/+1
2014-01-27Fix invalid memory access when parsing netgroup files with blank lines (BZ #1...Siddhesh Poyarekar1-1/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae18-18/+18
2013-12-02Use herrnop directlySiddhesh Poyarekar1-2/+2
2013-11-28Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077)Siddhesh Poyarekar1-250/+257
2013-10-30Fix reads for sizes larger than INT_MAX in AF_INET lookupSiddhesh Poyarekar1-8/+51