summaryrefslogtreecommitdiff
path: root/nscd
AgeCommit message (Expand)Author
2018-06-29manual: Revise crypt.texi.Zack Weinberg
2018-06-25nscd: Switch to struct scratch_buffer in adhstaiX [BZ #18023]Florian Weimer
2018-06-25nscd: Use struct scratch_buffer, not extend_alloca in most caches [BZ #18023]Florian Weimer
2018-06-25nscd restart: Use malloc instead of extend_alloca [BZ #18023]Florian Weimer
2018-05-23Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer
2018-05-16Fix concurrent changes on nscd aware files (BZ #23178)Adhemerval Zanella
2018-04-02hurd: Add hurd thread librarySamuel Thibault
2018-03-03Fix multiple definitions of __nss_*_database (bug 22918)Andreas Schwab
2018-03-01[BZ #22342] Fix netgroup cache keys.DJ Delorie
2018-02-11nscd: don't unconditionally use PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZE...Samuel Thibault
2018-01-28hurd: Fix getifaddrs / freeifaddrs expositionSamuel Thibault
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-12-18Fix nscd readlink argument aliasing (bug 22446).Joseph Myers
2017-12-15Increase buffer size due to warning from ToT GCCSteve Ellcey
2017-12-12Use memcpy instead of strncpy in nscd/nscd.h to fix build problem with ToT GCCSteve Ellcey
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-11-23nss: Export nscd hash function as __nss_hash [BZ #22459]Florian Weimer
2017-10-11nscd: remove reference to libnslAndreas Schwab
2017-10-05nscd: Eliminate compilation time dependency in the build outputFlorian Weimer
2017-10-01Hide internal __nis_hash function [BZ #18822]H.J. Lu
2017-10-01Mark internal nscd functions with attribute_hidden [BZ #18822]H.J. Lu
2017-09-25nscd: Release read lock after resetting timeout.DJ Delorie
2017-09-12Remove compat from DEFAULT_CONFIG lookup stringsSteve Ellcey
2017-08-31NSS: Remove internal_function function attributeFlorian Weimer
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-07-03resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer
2017-06-27resolv: Call _res_hconf_init from __res_vinitFlorian Weimer
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg
2017-04-19Assume that accept4 is always available and worksFlorian Weimer
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
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-26Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock
2016-08-18Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel
2016-06-09Fix nscd assertion failure in gc (bug 19755)Andreas Schwab
2016-04-29NSS: Implement group merging support.Stephen Gallagher
2016-01-15Fix build errors with -DNDEBUG.Martin Sebor
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-19use -fstack-protector-strong when availableMike Frysinger
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer
2015-07-08nscd: drop selinux/flask.h includeMike Frysinger
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel
2015-04-08nscd_getgr_r: Use struct scratch_buffer instead of extend_allocaFlorian Weimer
2015-04-08grp: Rewrite to use struct scratch_buffer instead of extend_allocaFlorian Weimer