index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nscd
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-02
nscd: Use time_t for return type of addgetnetgrentX
Florian Weimer
1
-2
/
+2
2024-05-02
nscd: Typo inside comment in netgroup cache
Florian Weimer
1
-1
/
+1
2024-04-25
CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680)
Florian Weimer
1
-98
/
+121
2024-04-25
CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678)
Florian Weimer
1
-4
/
+7
2024-04-25
CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678)
Florian Weimer
1
-8
/
+6
2024-04-25
CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)
Florian Weimer
1
-2
/
+3
2024-01-01
Update copyright dates not handled by scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
39
-39
/
+39
2023-10-24
Move 'netgroup' routines from 'inet' into 'nss'
Arjun Shankar
1
-1
/
+1
2023-10-24
Remove 'grp' and merge into 'nss' and 'posix'
Arjun Shankar
1
-1
/
+1
2023-08-29
nscd: Skip unusable entries in first pass in prune_cache (bug 30800)
Florian Weimer
1
-14
/
+11
2023-08-11
nscd: Do not rebuild getaddrinfo (bug 30709)
Florian Weimer
3
-51
/
+12
2023-07-25
nscd: cleanup obsolete _FORTIFY_SOURCE setting
Sam James
1
-2
/
+0
2023-07-24
nscd: Use errval, not errno to guide cache update (bug 30662)
Florian Weimer
2
-2
/
+2
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
7
-10
/
+10
2023-03-27
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
5
-5
/
+10
2023-02-17
Use uintptr_t instead of performing pointer subtraction with a null pointer
Qihao Chencao
3
-8
/
+6
2023-02-17
nscd: Remove _STRING_ARCH_unaligned usage
Adhemerval Zanella
3
-10
/
+0
2023-02-06
Replace rawmemchr (s, '\0') with strchr
Wilco Dijkstra
4
-9
/
+9
2023-01-06
Update copyright dates not handled by scripts/update-copyrights
Joseph Myers
1
-1
/
+1
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
40
-40
/
+40
2022-12-09
nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)
Adhemerval Zanella Netto
2
-2
/
+2
2022-10-04
nscd: Drop local address tuple variable [BZ #29607]
Siddhesh Poyarekar
1
-3
/
+2
2022-09-23
Use C11 atomics instead of atomic_increment(_val)
Wilco Dijkstra
2
-2
/
+2
2022-09-09
Use C11 atomics instead of atomic_decrement(_val)
Wilco Dijkstra
9
-10
/
+10
2022-08-29
nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]
Fabian Vogt
1
-1
/
+2
2022-03-23
nscd: Remove unused variable
Adhemerval Zanella
1
-5
/
+1
2022-01-01
Update copyright dates not handled by scripts/update-copyrights.
Paul Eggert
1
-1
/
+1
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
40
-40
/
+40
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
38
-38
/
+0
2021-06-22
Use 64 bit time_t stat internally
Adhemerval Zanella
1
-2
/
+2
2021-03-09
nss: fix nss_database_lookup2's alternate handling [BZ #27416]
DJ Delorie
3
-6
/
+3
2021-03-02
nscd: Fix double free in netgroupcache [BZ #27462]
DJ Delorie
1
-2
/
+2
2021-01-02
Update copyright dates not handled by scripts/update-copyrights.
Paul Eggert
1
-1
/
+1
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
40
-40
/
+40
2020-12-04
nsswitch: use new internal API (callers)
DJ Delorie
5
-19
/
+14
2020-10-09
Remove stat wrapper functions, move them to exported symbols
Adhemerval Zanella
1
-0
/
+5
2020-09-17
nscd: bump GC cycle during cache pruning (bug 26130)
Andreas Schwab
2
-2
/
+11
2020-09-11
Remove internal usage of extensible stat functions
Adhemerval Zanella
1
-1
/
+1
2020-07-23
Disable warnings due to deprecated libselinux symbols used by nss and nscd
Arjun Shankar
1
-0
/
+15
2020-07-08
Remove --enable-obsolete-nsl configure flag
Petr Vorel
1
-7
/
+1
2020-05-05
y2038: nscd: Modify nscd_helper to use __clock_gettime64
Lukasz Majewski
1
-8
/
+9
2020-03-17
nscd/cachedumper.c : fix whitespace
DJ Delorie
1
-4
/
+4
2020-03-16
Fix nscd/cachedumper.c compile errors
DJ Delorie
1
-6
/
+8
2020-03-13
nscd: add cache dumper
DJ Delorie
4
-1
/
+389
2020-02-13
nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>
Florian Weimer
1
-18
/
+5
2020-01-01
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
39
-39
/
+39
2019-10-30
Change most internal uses of time to __clock_gettime.
Adhemerval Zanella
2
-3
/
+3
2019-10-30
Change most internal uses of __gettimeofday to __clock_gettime.
Zack Weinberg
1
-12
/
+12
[next]