aboutsummaryrefslogtreecommitdiff
path: root/nss/Makefile
AgeCommit message (Expand)Author
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-13Disable DT_RUNPATH on NSS tests [BZ #28455]H.J. Lu
2021-07-08nss: Do not install static linker input files for libnss_filesFlorian Weimer
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-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie
2021-01-27nsswitch: do not reload if "/" changesDJ Delorie
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-04nsswitch: use new internal API (core)DJ Delorie
2020-12-04nss: Implement <nss_database.h>Florian Weimer
2020-12-04<nss_action.h>: New abstraction for combining NSS modules and NSS actionsFlorian Weimer
2020-12-04nss: Introduce <nss_module.h>Florian Weimer
2020-07-21nss: Add __nss_fgetent_rFlorian 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-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-07-10nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie
2019-03-14nss: Fix tst-nss-files-alias-truncated for default --as-needed linkingFlorian Weimer
2019-02-08nss: Add tst-nss-files-hosts-long test [BZ #21915]Patsy Franklin
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-12-14Add missing libnss_testX.so requirement for tst-nss-test3.Stefan Liebler
2018-08-22Add test-in-container infrastructure.DJ Delorie
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-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-11nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer
2017-10-04Move nss_compat from nis to nss subdir and install it unconditionallyAndreas Schwab
2017-09-01getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer
2017-08-21Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu
2017-08-14NSS: Replace exported NSS lookup functions with stubs [BZ #21962]Florian Weimer
2017-07-17Extend NSS test suiteDJ Delorie
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
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-23Add deferred cancellation regression test for getpwuid_r.Carlos O'Donell
2016-04-13Register extra test objectsAndreas Schwab
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-02Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724]Florian Weimer
2015-09-22Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079Florian Weimer
2015-09-22Add test case for bug 18287Florian Weimer
2015-04-29CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer
2015-02-06Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.Roland McGrath
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar