Skip to content

llmnrd v0.4

Compare
Choose a tag to compare
@tklauser tklauser released this 10 Feb 08:51
· 31 commits to master since this release
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 host foobaz.
  • 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.