summaryrefslogtreecommitdiff
path: root/nscd
Commit message (Expand)AuthorAgeFilesLines
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-275-5/+10
* Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao2023-02-173-8/+6
* nscd: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella2023-02-173-10/+0
* Replace rawmemchr (s, '\0') with strchrWilco Dijkstra2023-02-064-9/+9
* Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0640-40/+40
* nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)Adhemerval Zanella Netto2022-12-092-2/+2
* nscd: Drop local address tuple variable [BZ #29607]Siddhesh Poyarekar2022-10-041-3/+2
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-232-2/+2
* Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra2022-09-099-10/+10
* nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]Fabian Vogt2022-08-291-1/+2
* nscd: Remove unused variableAdhemerval Zanella2022-03-231-5/+1
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0140-40/+40
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0338-38/+0
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-221-2/+2
* nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie2021-03-093-6/+3
* nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie2021-03-021-2/+2
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0240-40/+40
* nsswitch: use new internal API (callers)DJ Delorie2020-12-045-19/+14
* Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2020-10-091-0/+5
* nscd: bump GC cycle during cache pruning (bug 26130)Andreas Schwab2020-09-172-2/+11
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-1/+1
* Disable warnings due to deprecated libselinux symbols used by nss and nscdArjun Shankar2020-07-231-0/+15
* Remove --enable-obsolete-nsl configure flagPetr Vorel2020-07-081-7/+1
* y2038: nscd: Modify nscd_helper to use __clock_gettime64Lukasz Majewski2020-05-051-8/+9
* nscd/cachedumper.c : fix whitespaceDJ Delorie2020-03-171-4/+4
* Fix nscd/cachedumper.c compile errorsDJ Delorie2020-03-161-6/+8
* nscd: add cache dumperDJ Delorie2020-03-134-1/+389
* nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer2020-02-131-18/+5
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0139-39/+39
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-302-3/+3
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-301-12/+12
* 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