llmnrd v0.4
- llmnrd: Fix hostname compare to also consider the last character. This fixes a problem where llmnrd running e.g. on host
foobar
would also reply to queries for hostfoobaz
. - llmnrd: Avoid error message on subsequent attempts to join multicast group (#21).
- llmnr-query: Allocate large enough receive buffer to avoid truncating LLMNR responses and printing garbage hostnames/addresses (#21).
- llmnr-query: Fixes for misaligned access.
- Remove Debian packaging as there is now an llmnrd package in the official Debian repository .
Thanks to @Schimmelreiter for the bug report and testing.