summaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)Author
2018-07-10Fix copyright years in recent commitsFlorian Weimer
2018-07-06nss_files: Fix re-reading of long lines [BZ #18991]Florian Weimer
2018-06-25nss_files: Use struct scratch_buffer instead of extend_alloca [BZ #18023]Florian Weimer
2018-06-25getent: Use dynarray in initgroups_keys [BZ #18023]Florian Weimer
2018-06-25getgrent_next_nss (compat-initgroups): Remove alloca fallback [BZ #18023]Florian Weimer
2018-03-03Fix multiple definitions of __nss_*_database (bug 22918)Andreas Schwab
2018-02-15Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-01-30nss: Adjust tests to use nss_files onlyFlorian Weimer
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
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-11nss_files: Use struct scratch_buffer for gethostbyname [BZ #18023]Florian Weimer
2017-10-10nss_files: Refactor gethostbyname3 multi case into separate functionFlorian Weimer
2017-10-04Move nss_compat from nis to nss subdir and install it unconditionallyAndreas Schwab
2017-10-01Mark internal getXXXbyYYY functions with attribute_hidden [BZ #18822]H.J. Lu
2017-09-12Remove compat from DEFAULT_CONFIG lookup stringsSteve Ellcey
2017-09-01getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer
2017-08-31NSS: Remove internal_function function attributeFlorian Weimer
2017-08-21Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-17Update nss tests to new skeletonDJ Delorie
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-08-14NSS: Replace exported NSS lookup functions with stubs [BZ #21962]Florian Weimer
2017-08-13NSS: Do not use internal_function for functions with hidden aliasesFlorian Weimer
2017-08-09nss: Call __resolv_context_put before early return in get*_r [BZ #21932]Florian Weimer
2017-08-07Consistently use uintN_t not u_intN_t everywhere.Joseph Myers
2017-07-21Correct nss/tst-nss-test5 configurationDJ Delorie
2017-07-21Fix nss/nss_test1.c compile with latest GCC.Steve Ellcey
2017-07-17Extend NSS test suiteDJ Delorie
2017-07-03resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer
2017-06-27resolv: Call _res_hconf_init from __res_vinitFlorian Weimer
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-03-15Fix build with --enable-static-nss [BZ #21088]Alexey Neyman
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg
2017-01-05Increase some test timeouts.Joseph Myers
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer
2016-12-23Add deferred cancellation regression test for getpwuid_r.Carlos O'Donell
2016-08-18Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel
2016-06-11nss_db: Fix initialization of iteration position [BZ #20237]Florian Weimer
2016-04-29NSS: Implement group merging support.Stephen Gallagher
2016-04-13Register extra test objectsAndreas Schwab
2016-03-29nss_db: Propagate ERANGE error if parse_line fails [BZ #19837]Florian Weimer
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers