aboutsummaryrefslogtreecommitdiff
path: root/nscd
AgeCommit message (Expand)AuthorFilesLines
2021-03-08nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie1-2/+2
2019-01-21CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2-3/+0
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2018-12-19nscd: avoid assertion failure during persistent db checkAndreas Schwab1-1/+2
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-08-28nscd: Fix use-after-free in addgetnetgrentX [BZ #23520]Florian Weimer1-13/+29
2018-08-14nscd: Deallocate existing user names in file parserFlorian Weimer1-1/+5
2018-06-29manual: Revise crypt.texi.Zack Weinberg1-2/+2
2018-06-25nscd: Switch to struct scratch_buffer in adhstaiX [BZ #18023]Florian Weimer1-34/+45
2018-06-25nscd: Use struct scratch_buffer, not extend_alloca in most caches [BZ #18023]Florian Weimer4-152/+75
2018-06-25nscd restart: Use malloc instead of extend_alloca [BZ #18023]Florian Weimer1-38/+61
2018-05-23Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer1-3/+0
2018-05-16Fix concurrent changes on nscd aware files (BZ #23178)Adhemerval Zanella9-306/+21
2018-04-02hurd: Add hurd thread librarySamuel Thibault1-0/+1
2018-03-03Fix multiple definitions of __nss_*_database (bug 22918)Andreas Schwab1-0/+3
2018-03-01[BZ #22342] Fix netgroup cache keys.DJ Delorie1-1/+1
2018-02-11nscd: don't unconditionally use PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZE...Samuel Thibault1-5/+11
2018-01-28hurd: Fix getifaddrs / freeifaddrs expositionSamuel Thibault1-0/+2
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2017-12-18Fix nscd readlink argument aliasing (bug 22446).Joseph Myers1-2/+3
2017-12-15Increase buffer size due to warning from ToT GCCSteve Ellcey1-1/+1
2017-12-12Use memcpy instead of strncpy in nscd/nscd.h to fix build problem with ToT GCCSteve Ellcey1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-5/+5
2017-11-23nss: Export nscd hash function as __nss_hash [BZ #22459]Florian Weimer5-48/+7
2017-10-11nscd: remove reference to libnslAndreas Schwab5-15/+50
2017-10-05nscd: Eliminate compilation time dependency in the build outputFlorian Weimer1-6/+21
2017-10-01Hide internal __nis_hash function [BZ #18822]H.J. Lu1-0/+5
2017-10-01Mark internal nscd functions with attribute_hidden [BZ #18822]H.J. Lu2-17/+29
2017-09-25nscd: Release read lock after resetting timeout.DJ Delorie1-0/+2
2017-09-12Remove compat from DEFAULT_CONFIG lookup stringsSteve Ellcey1-2/+7
2017-08-31NSS: Remove internal_function function attributeFlorian Weimer3-8/+3
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu1-3/+0
2017-08-18Consolidate non cancellable close callAdhemerval Zanella8-10/+10
2017-07-03resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer1-10/+11
2017-06-27resolv: Call _res_hconf_init from __res_vinitFlorian Weimer3-4/+1
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg1-1/+1
2017-04-19Assume that accept4 is always available and worksFlorian Weimer1-48/+2
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-31/+6
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2-4/+5
2016-12-26Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock1-1/+0
2016-08-18Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel1-2/+1
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel1-6/+6
2016-06-09Fix nscd assertion failure in gc (bug 19755)Andreas Schwab2-2/+24
2016-04-29NSS: Implement group merging support.Stephen Gallagher2-0/+8
2016-01-15Fix build errors with -DNDEBUG.Martin Sebor1-2/+4