summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-14llmnrd v0.7v0.7Tobias Klauser1-1/+1
2020-09-10Add a simple init scriptDiego Santa Cruz1-0/+172
2020-09-10make: line-wrap CFLAGS_MIN definitionTobias Klauser1-1/+5
2020-09-10llmnrd: create pid file when daemonizing, and remove it on exitDiego Santa Cruz2-1/+40
2020-09-10llmnrd: add command line option to log to syslog instead of stdioDiego Santa Cruz4-7/+59
2020-09-10llmnrd: exit gracefully on select() EINTRTobias Klauser1-2/+3
2020-09-10README.md: add Diego Santa Cruz to authorsTobias Klauser1-0/+1
2020-09-10llmnrd: only async signal safe functions may be called in signal handlerDiego Santa Cruz1-1/+2
2020-03-28llmnr: fix ifindex typeTobias Klauser1-1/+1
2020-03-28llmnrd: don't exit on SO_BINDTODEVICE failureJon Franklin4-12/+17
2019-02-03llmnrd: set stdout to line bufferingmpvader1-0/+2
2019-01-29llmnrd v0.6v0.6Tobias Klauser1-2/+2
2019-01-29doc: fix typo in llmnr-query manpageTobias Klauser1-1/+1
2018-02-16llmnrd: ignore queries with TC bit setTobias Klauser1-2/+2
2018-02-13llmnr-query: add option to set conflict bit in LLMNR header flagsTobias Klauser1-4/+11
2018-02-12make: remove CROSS_COMPILE variableTobias Klauser2-4/+5
2018-02-11Makefile: assign CC conditionallympvader1-1/+1
2017-10-18llmnrd v0.5v0.5Tobias Klauser1-1/+1
2017-03-16make: add -Wextra to CFLAGS_WARN, sort additional warning flagsTobias Klauser1-4/+14
2017-03-07make: install manpages in 'install' targetTobias Klauser2-0/+14
2017-03-07doc: add manpages for llmnrd and llmnr-queryTobias Klauser2-0/+78
2017-02-28llmnrd: Update copyright in version informationTobias Klauser1-1/+1
2017-02-28llmnrd: Poll hostnameTobias Klauser3-3/+39
2017-02-28README.md: Acknowledge @tbetkerTobias Klauser1-2/+3
2017-02-28llmnr-query: Fix missing NULL byteTobias Klauser1-3/+4
2017-02-10llmnrd v0.4v0.4Tobias Klauser1-1/+1
2017-02-10llmnrd: Fix typo in commentTobias Klauser1-1/+1
2017-02-09llmnr-query: Allocate receive buffer large enoughTobias Klauser1-1/+4
2017-02-09llmnr-query: Fix two cases where misaliged access could occurTobias Klauser1-10/+12
2017-02-08debian: remove debian packaging filesTobias Klauser9-76/+0
2017-02-08llmnr-query: Extract LLMNR packet data in an alignment-safe wayTobias Klauser2-7/+24
2017-02-08llmnr-query: Account for terminating NULL byte in address string bufferTobias Klauser1-1/+2
2017-02-08iface: Merge duplicate codeTobias Klauser2-20/+10
2017-02-08llmnrd: Use strncasecmp() instead of open-coding itTobias Klauser1-11/+3
2017-02-08llmnrd: Check query name length against LLMNR_LABEL_MAX_SIZETobias Klauser1-1/+2
2017-02-07llmnrd: compare full hostname in query, fix off-by-one errorTobias Klauser1-2/+8
2017-02-07socket: ignore EADDRINUSE when joining multicast groupTobias Klauser1-6/+16
2017-01-25llmnrd v0.3v0.3Tobias Klauser1-1/+1
2017-01-13illmnr-query: Add const qualifier to name variableTobias Klauser1-1/+1
2017-01-13util: Add printf format GCC attribute to panic() functionTobias Klauser2-2/+8
2017-01-13make: Enable additional GCC warningsTobias Klauser1-1/+6
2017-01-10llmnrd: Correct IPv6 check in llmnr_respond()Tobias Klauser1-1/+1
2017-01-10llmnrd: merge rtnl interface event loop into main select() loopsTobias Klauser6-178/+116
2017-01-09make: Append instead of override CPPFLAGS and CFLAGS passed by userTobias Klauser1-6/+7
2017-01-09make: don't show echo commands in verbose modeTobias Klauser1-8/+13
2017-01-07make: Support CPPFLAGS in MakefileHEADmasterTobias Klauser1-2/+3
2017-01-07llmnrd: Don't busy wait in receive loopTobias Klauser1-6/+2
2017-01-06compiler: Avoid redefinitions of __unused and __packedTobias Klauser1-2/+6
2017-01-06llmnr-query: Add support for FreeBSD and DarwinTobias Klauser1-2/+34
2017-01-06llmnr-query: Update copyrightTobias Klauser1-3/+3