ladybird/Userland/Services
Timur Sultanov 46710d9efa LookupServer: Use case-insensitive comparison for domain names
Some ISPs may MITM DNS requests coming from clients, changing the case
of domain name in response. LookupServer will refuse responses from
any DNS server in that case. This commit changes the behaviour to
perform a case-insensitive equality check.
2022-03-27 17:36:13 +02:00
..
AudioServer Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
ChessEngine Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
Clipboard Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
ConfigServer Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
CrashDaemon Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
DHCPClient Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
EchoServer Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
FileOperation FileOperation: Port to Core::Stream 2022-03-13 22:38:48 +01:00
FileSystemAccessServer Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
ImageDecoder Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
InspectorServer Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
KeyboardPreferenceLoader LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods 2022-02-16 19:49:41 -05:00
LaunchServer Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
LoginServer Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
LookupServer LookupServer: Use case-insensitive comparison for domain names 2022-03-27 17:36:13 +02:00
NotificationServer Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
RequestServer Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
SpiceAgent SpiceAgent: Rename ClipboardServerConnection 2022-02-25 22:35:12 +01:00
SQLServer Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
SystemServer SystemServer: Create /dev/tty as a character device instead of a symlink 2022-03-22 20:26:05 +01:00
Taskbar WindowServer+LibGUI: Expose raw scroll wheel values to applications 2022-03-27 01:11:27 +01:00
TelnetServer Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
WebContent LibWeb: Show correct element margin values in Inspector "Box Model" view 2022-03-25 11:57:30 +01:00
WebServer WebServer: Add Content-Length header to HTTP responses 2022-03-19 22:03:51 +01:00
WebSocket Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
WindowServer WindowServer+LibGUI: Expose raw scroll wheel values to applications 2022-03-27 01:11:27 +01:00
CMakeLists.txt LoginServer: Layout a basic login window 2021-10-17 22:18:48 +02:00