Skip to content

Releases: tklauser/llmnrd

llmnrd v0.7

14 Sep 10:23
Compare
Choose a tag to compare

llmnrd v0.6

29 Jan 09:08
v0.6
e1b6baa
Compare
Choose a tag to compare
  • Makefile fixes for setting CC, deprecated CROSS_COMPILE (use CC=<arch>-gcc instead)
  • Ignore queries with TC bit set in llmnrd
  • Add option to set conflict bit in llmnr-query

llmnrd v0.5

18 Oct 07:33
v0.5
Compare
Choose a tag to compare
  • Poll for hostname changes. Contributed through #23 by @tbetker
  • Fix missing terminating NULL byte in llmnr-query. Contributed through #22 by @tbetker
  • Manpages for llmnrd and llmnr-query
  • Additional compiler warnings enabled

llmnrd v0.4

10 Feb 08:51
v0.4
Compare
Choose a tag to compare
  • 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.

llmnrd v0.3

25 Jan 10:15
v0.3
Compare
Choose a tag to compare
  • Merge RTNL interface event loop into main select() loop, fixes race condition on termination (#20)
  • No busy wait in llmnrd receive loop (#19)
  • Fixes for handling CPPFLAGS, CFLAGS and LDFLAGS as commonly expected (#17)
  • llmnr-query supported on Darwin (Mac OS X) and FreeBSD
  • Additional GCC warnings enabled by default
  • Various smaller fixes and updates

Thanks to @pali for testing and bug reports.

llmnrd v0.2.1

22 Dec 13:39
v0.2.1
Compare
Choose a tag to compare
  • Bug fix relase to not include Debian packaging information in source package

llmnrd v0.2

21 Dec 09:26
v0.2
Compare
Choose a tag to compare
  • Add debian packaging, from Elazar Leibovich
  • Fix misaligned memory access, from Michael Evertz
  • Don't send empty AAAA responses (#10), from Tobias Klauser
  • Allow to bind to a specific network interface (#9), from Tobias Klauser
  • Don't enumerate and store IPv6 addresses if IPv6 is disabled (#8), from Tobias Klauser

llmnrd 0.1

03 Aug 08:38
v0.1
348e161
Compare
Choose a tag to compare

Initial release