aboutsummaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)Author
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-17nss: Use "files dns" as the default for the hosts database (bug 28700)Florian Weimer
2021-12-13Disable DT_RUNPATH on NSS tests [BZ #28455]H.J. Lu
2021-10-19nss: Unnest nested function add_keyFangrui Song
2021-09-07Fix failing nss/tst-nss-files-hosts-long with local resolverAurelien Jarno
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-07-19nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer
2021-07-14Fix linknamespace errors and local-plt-usages in nss_files.Stefan Liebler
2021-07-14nss: Fix build error with --disable-nscdCooper Qu
2021-07-12Fix failing nss/tst-nss-files-hosts-long.Stefan Liebler
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-07-07nss_files: Allocate nscd file registration data on the heapFlorian Weimer
2021-06-29nss: Fix NSS_DECLARE_MODULE_FUNCTIONS handling of _nss_*_endnetgrentFlorian Weimer
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-05-10Use a #pragma to suppress a bogus GCC 10 warning instead of an assert [BZ 278...Martin Sebor
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie
2021-03-02nss: Re-enable NSS module loading after chroot [BZ #27389]DJ Delorie
2021-02-05nsswitch: return result when nss database is locked [BZ #27343]Sergei Trofimovich
2021-01-27Fix nss/tst-reload2 for systems without PATH_MAXDJ Delorie
2021-01-27nsswitch: do not reload if "/" changesDJ Delorie
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-14nsswitch: handle missing actions properlyDJ Delorie
2020-12-11Fix linknamespace errors in nss_database.c if build with -Os.Stefan Liebler
2020-12-04nsswitch: use new internal API (callers)DJ Delorie
2020-12-04nsswitch: user new internal API (tests)DJ Delorie
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-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella
2020-07-23Disable warnings due to deprecated libselinux symbols used by nss and nscdArjun Shankar
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_compat: Do not use mmap to read database files (bug 26258)Florian Weimer
2020-07-21nss_files: Consolidate file opening in __nss_files_fopenFlorian Weimer
2020-07-08Remove --enable-obsolete-nsl configure flagPetr Vorel
2020-07-07nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplusFlorian Weimer
2020-05-19nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]Florian Weimer
2020-02-13nss_files: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-13nss_db: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-13nss_compat: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-13nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer