about summary refs log tree commit diff
path: root/nss/nss_files
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0116-16/+16
* Restore lookup of IPv4 mapped addresses in files database (bug 25457)Andreas Schwab2023-07-241-9/+15
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao2023-02-172-2/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0616-16/+16
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0116-16/+16
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-032-2/+0
* Fix linknamespace errors and local-plt-usages in nss_files.Stefan Liebler2021-07-143-7/+7
* nss: Access nss_files through direct referencesFlorian Weimer2021-07-0715-30/+18
* nss_files: Move into libcFlorian Weimer2021-07-075-21/+15
* nss_files: Add generic code for set*ent, end*ent and file openFlorian Weimer2021-07-073-107/+33
* nss_files: Allocate nscd file registration data on the heapFlorian Weimer2021-07-071-34/+20
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0216-16/+16
* nss: Add __nss_fgetent_rFlorian Weimer2020-07-211-52/+27
* nss_files: Use generic result pointer in parse_lineFlorian Weimer2020-07-211-2/+3
* nss_files: Consolidate line parse declarations in <nss_files.h>Florian Weimer2020-07-211-0/+1
* nss_files: Consolidate file opening in __nss_files_fopenFlorian Weimer2020-07-214-10/+9
* nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplusFlorian Weimer2020-07-071-113/+0
* nss_files: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-1315-0/+38
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0117-17/+17
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0717-17/+17
* nss_files: Remove RES_USE_INET6 from hosts processingFlorian Weimer2019-05-161-27/+11
* nss_files: Fix /etc/aliases null pointer dereference [BZ #24059]Florian Weimer2019-01-311-0/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0117-17/+17
* nss_files: Fix file stream leak in aliases lookup [BZ #23521]Florian Weimer2018-08-141-0/+9
* nss_files: Fix re-reading of long lines [BZ #18991]Florian Weimer2018-07-061-71/+50
* nss_files: Use struct scratch_buffer instead of extend_alloca [BZ #18023]Florian Weimer2018-06-251-22/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0117-17/+17
* nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer2017-10-111-96/+129
* nss_files: Use struct scratch_buffer for gethostbyname [BZ #18023]Florian Weimer2017-10-111-156/+138
* nss_files: Refactor gethostbyname3 multi case into separate functionFlorian Weimer2017-10-101-193/+202
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-183-93/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0118-18/+18
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0418-18/+18
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-082-2/+2
* Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007)Andreas Schwab2015-05-113-167/+67
* CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer2015-04-291-1/+1
* Enhance nscd's inotify support (Bug 14906).Carlos O'Donell2015-03-131-25/+21
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0218-18/+18
* Remove IS_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* BZ#14498: fix infinite loop in nss_db_getservbynameAlexandre Oliva2014-11-211-2/+5
* Don't ignore too long lines in nss_files (BZ #17079)Andreas Schwab2014-06-231-1/+3
* Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar2014-05-261-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* Fix invalid memory access when parsing netgroup files with blank lines (BZ #1...Siddhesh Poyarekar2014-01-271-1/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0118-18/+18
* Use herrnop directlySiddhesh Poyarekar2013-12-021-2/+2
* Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077)Siddhesh Poyarekar2013-11-281-250/+257
* Fix reads for sizes larger than INT_MAX in AF_INET lookupSiddhesh Poyarekar2013-10-301-8/+51