xserver/os
Enrico Weigelt, metux IT consult 5c0cbd0f92 os: drop own implementation of strcasecmp() and strncasecmp()
These are POSIX standard since 2001, so shouldn't be needed anymore.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-06-12 17:21:46 +02:00
..
.gitignore
WaitFor.c os: drop unused TimerCheck() 2025-02-23 17:46:13 +00:00
access.c drop remains of cygwin support 2025-06-12 17:21:46 +02:00
alloc.c os: use calloc() instead of malloc() 2025-06-12 16:49:45 +02:00
audit.h
auth.c os: auth: let GenerateAuthorization() return 0 on error 2025-06-12 16:52:59 +02:00
auth.h os: auth: generate XIDs in proto funcs only on success 2025-06-12 16:52:56 +02:00
backtrace.c
bug_priv.h
busfault.c
busfault.h
client.c os: unexport internal logging functions 2025-06-12 17:21:46 +02:00
client_priv.h os: unexport SetCriticalOutputPending() 2025-02-23 17:39:18 +00:00
cmdline.c os: helper for parsing an counting-flag or value-flag option 2025-06-12 17:21:46 +02:00
cmdline.h os: helper for parsing an counting-flag or value-flag option 2025-06-12 17:21:46 +02:00
connection.c os: unexport internal logging functions 2025-06-12 17:21:46 +02:00
ddx_priv.h
fmt.c
fmt.h os: unexport xstrtokenize() 2025-06-12 17:21:44 +02:00
inputthread.c os: unexport internal logging functions 2025-06-12 17:21:46 +02:00
io.c os: use calloc() instead of malloc() 2025-06-12 16:49:45 +02:00
log.c os: log: add syslog support 2025-06-12 17:21:46 +02:00
log_priv.h os: log: add syslog support 2025-06-12 17:21:46 +02:00
meson.build os: drop own implementation of strcasecmp() and strncasecmp() 2025-06-12 17:21:46 +02:00
mitauth.c os: auth: protect against duplicate auth keys 2025-06-12 16:53:06 +02:00
mitauth.h os: auth: generate XIDs in proto funcs only on success 2025-06-12 16:52:56 +02:00
osdep.h os: move LIMITCLIENTS define into private header 2025-06-12 17:21:43 +02:00
osinit.c os: unexport internal logging functions 2025-06-12 17:21:46 +02:00
ospoll.c os: ospoll_create(): protect from allocation failure 2025-06-12 16:35:42 +02:00
ospoll.h
reallocarray.c
screensaver.h
serverlock.c
serverlock.h
strcasecmp.c os: drop own implementation of strcasecmp() and strncasecmp() 2025-06-12 17:21:46 +02:00
strcasestr.c
string.c os: unexport xstrtokenize() 2025-06-12 17:21:44 +02:00
strlcat.c
strlcpy.c
strndup.c os: use calloc() instead of malloc() 2025-06-12 16:49:45 +02:00
timingsafe_memcmp.c
utils.c os: log: add syslog support 2025-06-12 17:21:46 +02:00
xdmauth.c os: auth: protect against duplicate auth keys 2025-06-12 16:53:06 +02:00
xdmauth.h os: auth: generate XIDs in proto funcs only on success 2025-06-12 16:52:56 +02:00
xdmcp.c os: xdmcp: simplify AddAuth handler call 2025-06-12 16:53:03 +02:00
xdmcp.h os: auth: use strlen() for auth proto name length 2025-06-12 16:52:41 +02:00
xprintf.c os: drop deprecated Xprintf() 2025-06-12 16:54:27 +02:00
xserver_poll.c drop remains of cygwin support 2025-06-12 17:21:46 +02:00
xserver_poll.h
xsha1.c os: use calloc() instead of malloc() 2025-06-12 16:49:45 +02:00
xsha1.h
xstrans.c