aboutsummaryrefslogtreecommitdiff
path: root/nss/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-13Disable DT_RUNPATH on NSS tests [BZ #28455]H.J. Lu1-0/+8
2021-07-08nss: Do not install static linker input files for libnss_filesFlorian Weimer1-0/+8
2021-07-07nss: Access nss_files through direct referencesFlorian Weimer1-1/+2
2021-07-07nss_files: Move into libcFlorian Weimer1-8/+5
2021-07-07nss_files: Add generic code for set*ent, end*ent and file openFlorian Weimer1-1/+1
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-5/+0
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie1-0/+1
2021-01-27nsswitch: do not reload if "/" changesDJ Delorie1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-04nsswitch: use new internal API (core)DJ Delorie1-1/+2
2020-12-04nss: Implement <nss_database.h>Florian Weimer1-1/+1
2020-12-04<nss_action.h>: New abstraction for combining NSS modules and NSS actionsFlorian Weimer1-1/+2
2020-12-04nss: Introduce <nss_module.h>Florian Weimer1-1/+1
2020-07-21nss: Add __nss_fgetent_rFlorian Weimer1-1/+3
2020-07-21nss_files: Consolidate file opening in __nss_files_fopenFlorian Weimer1-1/+1
2020-07-07nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplusFlorian Weimer1-1/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-07-10nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie1-1/+3
2019-03-14nss: Fix tst-nss-files-alias-truncated for default --as-needed linkingFlorian Weimer1-1/+2
2019-02-08nss: Add tst-nss-files-hosts-long test [BZ #21915]Patsy Franklin1-1/+2
2019-01-31nss_files: Fix /etc/aliases null pointer dereference [BZ #24059]Florian Weimer1-0/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-14Add missing libnss_testX.so requirement for tst-nss-test3.Stefan Liebler1-1/+1
2018-08-22Add test-in-container infrastructure.DJ Delorie1-1/+3
2018-08-14nss_files: Fix file stream leak in aliases lookup [BZ #23521]Florian Weimer1-0/+3
2018-07-06nss_files: Fix re-reading of long lines [BZ #18991]Florian Weimer1-0/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-23nss: Export nscd hash function as __nss_hash [BZ #22459]Florian Weimer1-1/+1
2017-10-11nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer1-0/+2
2017-10-04Move nss_compat from nis to nss subdir and install it unconditionallyAndreas Schwab1-1/+5
2017-09-01getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer1-0/+7
2017-08-21Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu1-0/+1
2017-08-14NSS: Replace exported NSS lookup functions with stubs [BZ #21962]Florian Weimer1-1/+2
2017-07-17Extend NSS test suiteDJ Delorie1-4/+23
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-2/+2
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-23Add deferred cancellation regression test for getpwuid_r.Carlos O'Donell1-0/+10
2016-04-13Register extra test objectsAndreas Schwab1-0/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-02Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724]Florian Weimer1-3/+5
2015-09-22Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079Florian Weimer1-1/+1
2015-09-22Add test case for bug 18287Florian Weimer1-1/+2
2015-04-29CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer1-1/+1
2015-02-06Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.Roland McGrath1-2/+10
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-1/+0
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar1-1/+2