aboutsummaryrefslogtreecommitdiff
path: root/nscd
AgeCommit message (Expand)AuthorFilesLines
2020-12-04nsswitch: use new internal API (callers)DJ Delorie5-19/+14
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella1-0/+5
2020-09-17nscd: bump GC cycle during cache pruning (bug 26130)Andreas Schwab2-2/+11
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-1/+1
2020-07-23Disable warnings due to deprecated libselinux symbols used by nss and nscdArjun Shankar1-0/+15
2020-07-08Remove --enable-obsolete-nsl configure flagPetr Vorel1-7/+1
2020-05-05y2038: nscd: Modify nscd_helper to use __clock_gettime64Lukasz Majewski1-8/+9
2020-03-17nscd/cachedumper.c : fix whitespaceDJ Delorie1-4/+4
2020-03-16Fix nscd/cachedumper.c compile errorsDJ Delorie1-6/+8
2020-03-13nscd: add cache dumperDJ Delorie4-1/+389
2020-02-13nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer1-18/+5
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella2-3/+3
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg1-12/+12
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert39-39/+39
2019-08-19nscd: Improve nscd.conf comments.Carlos O'Donell1-0/+6
2019-05-15nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer3-6/+6
2019-04-08resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer2-12/+2
2019-02-22Break some lines before not after operators.Joseph Myers2-5/+5
2019-02-04Remove duplicate initialization of field in nscd.Joseph Myers1-1/+0
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