Releases: tklauser/llmnrd
Releases · tklauser/llmnrd
llmnrd v0.7
- llmnrd: set stdout to line buffering (#28 by @mpvader)
- llmnrd: don't exit on SO_BINDTODEVICE failure (#30 by @jvfranklin)
- llmnrd: create pid file when daemonizing, and remove it on exit (#31 by @diego-santacruz)
- llmnrd: add command line option to log to syslog instead of stdio (#32 by @diego-santacruz)
- llmnrd: only async signal safe functions may be called in signal handler (#33 by @diego-santacruz)
- llmnrd: exit gracefully on select() EINTR (#34 by @tklauser)
- Add simple init script (#35 by @diego-santacruz)
llmnrd v0.6
- Makefile fixes for setting
CC
, deprecatedCROSS_COMPILE
(useCC=<arch>-gcc
instead) - Ignore queries with TC bit set in
llmnrd
- Add option to set conflict bit in
llmnr-query
llmnrd v0.5
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.
llmnrd v0.3
- 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
- Bug fix relase to not include Debian packaging information in source package
llmnrd v0.2
- 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
Initial release