about summary refs log tree commit diff
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
* Disable warnings due to deprecated libselinux symbols used by nss and nscdArjun Shankar2020-07-291-0/+9
* nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]Florian Weimer2020-05-194-11/+46
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0186-86/+86
* Comment out initgroups from example nsswitch.conf (Bug 25146)Carlos O'Donell2019-10-291-1/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0786-86/+86
* nss: Make nsswitch.conf more distribution friendly.Carlos O'Donell2019-08-191-16/+65
* nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie2019-07-107-2/+134
* Fix gcc 9 build errors for make xcheck. [BZ #24556]Stefan Liebler2019-06-191-1/+2
* nss_files: Remove RES_USE_INET6 from hosts processingFlorian Weimer2019-05-161-27/+11
* nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer2019-05-159-29/+49
* nss/tst-nss-files-alias-leak: add missing opening quote in printfAndreas K. Hüttel2019-03-251-1/+1
* nss: Fix tst-nss-files-alias-truncated for default --as-needed linkingFlorian Weimer2019-03-142-3/+7
* Add some spaces before '('.Joseph Myers2019-02-272-2/+2
* Break more lines before not after operators.Joseph Myers2019-02-254-36/+36
* Break some lines before not after operators.Joseph Myers2019-02-222-12/+12
* nss: tst-nss-files-hosts-long: Add host.conf [BZ #21915]Patsy Franklin2019-02-211-0/+1
* nss: getent: Print IPv6 scope ID for ahosts/ahostsv6 if availableFlorian Weimer2019-02-121-8/+28
* nss: Add tst-nss-files-hosts-long test [BZ #21915]Patsy Franklin2019-02-083-1/+55
* nss_files: Fix /etc/aliases null pointer dereference [BZ #24059]Florian Weimer2019-01-313-0/+78
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-01-211-2/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2019-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0182-82/+82
* Add missing libnss_testX.so requirement for tst-nss-test3.Stefan Liebler2018-12-141-1/+1
* Increase timeout of nss/tst-nss-files-hosts-multiSzabolcs Nagy2018-10-091-0/+1
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* Add test-in-container infrastructure.DJ Delorie2018-08-224-2/+11
* 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