about summary refs log tree commit diff
path: root/nscd
Commit message (Expand)AuthorAgeFilesLines
...
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0739-39/+39
* nscd: Improve nscd.conf comments.Carlos O'Donell2019-08-191-0/+6
* nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer2019-05-153-6/+6
* resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer2019-04-082-12/+2
* Break some lines before not after operators.Joseph Myers2019-02-222-5/+5
* Remove duplicate initialization of field in nscd.Joseph Myers2019-02-041-1/+0
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-01-212-3/+0
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0139-39/+39
* nscd: avoid assertion failure during persistent db checkAndreas Schwab2018-12-191-1/+2
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* nscd: Fix use-after-free in addgetnetgrentX [BZ #23520]Florian Weimer2018-08-281-13/+29
* nscd: Deallocate existing user names in file parserFlorian Weimer2018-08-141-1/+5
* manual: Revise crypt.texi.Zack Weinberg2018-06-291-2/+2
* nscd: Switch to struct scratch_buffer in adhstaiX [BZ #18023]Florian Weimer2018-06-251-34/+45
* nscd: Use struct scratch_buffer, not extend_alloca in most caches [BZ #18023]Florian Weimer2018-06-254-152/+75
* nscd restart: Use malloc instead of extend_alloca [BZ #18023]Florian Weimer2018-06-251-38/+61
* Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer2018-05-231-3/+0
* Fix concurrent changes on nscd aware files (BZ #23178)Adhemerval Zanella2018-05-169-306/+21
* hurd: Add hurd thread librarySamuel Thibault2018-04-021-0/+1
* Fix multiple definitions of __nss_*_database (bug 22918)Andreas Schwab2018-03-031-0/+3
* [BZ #22342] Fix netgroup cache keys.DJ Delorie2018-03-011-1/+1
* nscd: don't unconditionally use PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZE...Samuel Thibault2018-02-111-5/+11
* hurd: Fix getifaddrs / freeifaddrs expositionSamuel Thibault2018-01-281-0/+2
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0139-39/+39
* Fix nscd readlink argument aliasing (bug 22446).Joseph Myers2017-12-181-2/+3
* Increase buffer size due to warning from ToT GCCSteve Ellcey2017-12-151-1/+1
* Use memcpy instead of strncpy in nscd/nscd.h to fix build problem with ToT GCCSteve Ellcey2017-12-121-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-5/+5
* nss: Export nscd hash function as __nss_hash [BZ #22459]Florian Weimer2017-11-235-48/+7
* nscd: remove reference to libnslAndreas Schwab2017-10-115-15/+50
* nscd: Eliminate compilation time dependency in the build outputFlorian Weimer2017-10-051-6/+21
* Hide internal __nis_hash function [BZ #18822]H.J. Lu2017-10-011-0/+5
* Mark internal nscd functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-012-17/+29
* nscd: Release read lock after resetting timeout.DJ Delorie2017-09-251-0/+2
* Remove compat from DEFAULT_CONFIG lookup stringsSteve Ellcey2017-09-121-2/+7
* NSS: Remove internal_function function attributeFlorian Weimer2017-08-313-8/+3
* Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu2017-08-211-3/+0
* Consolidate non cancellable close callAdhemerval Zanella2017-08-188-10/+10
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-031-10/+11
* resolv: Call _res_hconf_init from __res_vinitFlorian Weimer2017-06-273-4/+1
* Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg2017-05-091-1/+1
* Assume that accept4 is always available and worksFlorian Weimer2017-04-191-48/+2
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-181-31/+6
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0139-39/+39
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-312-4/+5
* Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock2016-12-261-1/+0