about summary refs log tree commit diff
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
* nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie2019-10-311-1/+5
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-02-041-2/+1
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-11-091-1/+1
* nss_files: Fix file stream leak in aliases lookup [BZ #23521]Florian Weimer2018-08-143-0/+249
* Fix copyright years in recent commitsFlorian Weimer2018-07-101-1/+1
* nss_files: Fix re-reading of long lines [BZ #18991]Florian Weimer2018-07-063-71/+328
* nss_files: Use struct scratch_buffer instead of extend_alloca [BZ #18023]Florian Weimer2018-06-251-22/+10
* getent: Use dynarray in initgroups_keys [BZ #18023]Florian Weimer2018-06-251-10/+30
* getgrent_next_nss (compat-initgroups): Remove alloca fallback [BZ #18023]Florian Weimer2018-06-251-25/+21
* Fix multiple definitions of __nss_*_database (bug 22918)Andreas Schwab2018-03-032-5/+5
* Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-151-1/+1
* nss: Adjust tests to use nss_files onlyFlorian Weimer2018-01-302-0/+6
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0180-80/+80
* nss: Export nscd hash function as __nss_hash [BZ #22459]Florian Weimer2017-11-233-1/+81
* nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer2017-10-113-96/+462
* 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
* Move nss_compat from nis to nss subdir and install it unconditionallyAndreas Schwab2017-10-048-1/+3339
* Mark internal getXXXbyYYY functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-1/+2
* Remove compat from DEFAULT_CONFIG lookup stringsSteve Ellcey2017-09-124-7/+33
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2017-09-012-0/+116
* NSS: Remove internal_function function attributeFlorian Weimer2017-08-314-12/+4
* Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu2017-08-211-0/+1
* Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu2017-08-214-11/+20
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-1/+1
* Update nss tests to new skeletonDJ Delorie2017-08-1711-49/+42
* Consolidate non cancellable open callAdhemerval Zanella2017-08-171-1/+1
* NSS: Replace exported NSS lookup functions with stubs [BZ #21962]Florian Weimer2017-08-146-17/+54
* NSS: Do not use internal_function for functions with hidden aliasesFlorian Weimer2017-08-134-10/+5
* nss: Call __resolv_context_put before early return in get*_r [BZ #21932]Florian Weimer2017-08-091-1/+9
* Consistently use uintN_t not u_intN_t everywhere.Joseph Myers2017-08-071-1/+1
* Correct nss/tst-nss-test5 configurationDJ Delorie2017-07-211-1/+1
* Fix nss/nss_test1.c compile with latest GCC.Steve Ellcey2017-07-211-1/+2
* Extend NSS test suiteDJ Delorie2017-07-1710-92/+1185
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-035-30/+105
* resolv: Call _res_hconf_init from __res_vinitFlorian Weimer2017-06-271-6/+0
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-2/+2
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-185-99/+2
* Fix build with --enable-static-nss [BZ #21088]Alexey Neyman2017-03-151-1/+1
* Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg2017-03-011-0/+1
* Increase some test timeouts.Joseph Myers2017-01-052-0/+2
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0163-63/+63
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-312-9/+9
* Add deferred cancellation regression test for getpwuid_r.Carlos O'Donell2016-12-232-0/+190
* Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel2016-08-181-2/+1
* nss_db: Fix initialization of iteration position [BZ #20237]Florian Weimer2016-06-111-1/+7
* NSS: Implement group merging support.Stephen Gallagher2016-04-294-6/+137
* Register extra test objectsAndreas Schwab2016-04-131-0/+1