ladybird/Servers/LookupServer
Andreas Kling ff93d3f362 LookupServer: Only interpret A records as 32-bit IPv4 addresses.
This fixes a bug where CNAME records would be interpreted as if they were
IP addresses, causing much confusion.
2019-04-02 20:39:33 +02:00
..
.gitignore Rename DNSLookupServer => LookupServer. 2019-03-20 04:26:30 +01:00
DNSPacket.h Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace. 2019-04-02 20:04:54 +02:00
DNSRecord.h Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace. 2019-04-02 20:04:54 +02:00
main.cpp LookupServer: Only interpret A records as 32-bit IPv4 addresses. 2019-04-02 20:39:33 +02:00
Makefile LibC: Run constructors on process startup. 2019-03-27 12:48:21 +01:00