ladybird/Libraries/LibIPC
Andreas Kling e91b2b8f1b WindowServer: Mark clients as misbehaving when they send invalid data
If a client sends an invalid window ID or similar to the WindowServer,
we'll now immediately mark them as misbehaving and disconnect them.

This might be too aggressive in some cases (window management, ...)
but it's just a place to start.
2019-12-02 15:55:14 +01:00
..
IClientConnection.h WindowServer: Mark clients as misbehaving when they send invalid data 2019-12-02 15:55:14 +01:00
IEndpoint.cpp LibIPC: Start fleshing out a separate IPC library 2019-08-03 15:29:40 +02:00
IEndpoint.h LibIPC+AudioServer: Allow unsolicited server-to-client IPC messages 2019-11-23 16:50:21 +01:00
IMessage.cpp LibIPC: Start fleshing out a separate IPC library 2019-08-03 15:29:40 +02:00
IMessage.h LibIPC: Rename IMessage id/name to message_id/message_name 2019-12-02 11:11:05 +01:00
install.sh POSIX compliance: (most) shell scripts converted to generic shell 2019-11-03 09:26:22 +01:00
IServerConnection.h LibIPC: Rename IMessage id/name to message_id/message_name 2019-12-02 11:11:05 +01:00
Makefile LibIPC: Start fleshing out a separate IPC library 2019-08-03 15:29:40 +02:00