aboutsummaryrefslogtreecommitdiff
path: root/nscd
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2015-10-19use -fstack-protector-strong when availableMike Frysinger1-3/+1
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2-93/+2
2015-07-08nscd: drop selinux/flask.h includeMike Frysinger1-1/+0
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel1-1/+1
2015-04-08nscd_getgr_r: Use struct scratch_buffer instead of extend_allocaFlorian Weimer1-9/+9
2015-04-08grp: Rewrite to use struct scratch_buffer instead of extend_allocaFlorian Weimer1-0/+1
2015-03-21Fix warningsSamuel Thibault1-0/+1
2015-03-13Enhance nscd's inotify support (Bug 14906).Carlos O'Donell3-108/+338
2015-01-29Initialize nscd stats data [BZ #17892]Siddhesh Poyarekar1-0/+2
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2014-12-17Fix printf format errorAndreas Schwab1-2/+2