summaryrefslogtreecommitdiff
path: root/llmnrd.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-10llmnrd: create pid file when daemonizing, and remove it on exitDiego Santa Cruz1-0/+37
2020-09-10llmnrd: add command line option to log to syslog instead of stdioDiego Santa Cruz1-1/+7
2020-09-10llmnrd: exit gracefully on select() EINTRTobias Klauser1-2/+3
2020-09-10llmnrd: only async signal safe functions may be called in signal handlerDiego Santa Cruz1-1/+2
2020-03-28llmnrd: don't exit on SO_BINDTODEVICE failureJon Franklin1-1/+4
2019-02-03llmnrd: set stdout to line bufferingmpvader1-0/+2
2017-02-28llmnrd: Update copyright in version informationTobias Klauser1-1/+1
2017-02-28llmnrd: Poll hostnameTobias Klauser1-2/+33
2017-01-10llmnrd: merge rtnl interface event loop into main select() loopsTobias Klauser1-9/+84
2016-08-17llmnrd: Allow to bind to a specific network interfaceTobias Klauser1-3/+9
2016-08-16llmnrd: Don't enumerate and store IPv6 addresses if IPv6 is disabledTobias Klauser1-1/+1
2016-08-02llmnrd: Use MAXHOSTNAMELEN for hostname buffer and zero-terminate stringTobias Klauser1-3/+4
2016-08-02llmnrd: Update copyrightTobias Klauser1-2/+2
2016-04-29llmnrd: Use SA_RESTART for installed signal handlersTobias Klauser1-0/+1
2016-04-29llmnrd: Add missing break in switchTobias Klauser1-0/+1
2015-02-18llmnrd: Add IPv6 supportTobias Klauser1-3/+8
2015-02-18llmnrd: Join IP multicast group on each new interfaceTobias Klauser1-3/+6
2015-02-18llmnrd: Fix usageTobias Klauser1-5/+5
2015-02-18llmnrd: Support daemonizationTobias Klauser1-1/+5
2015-02-18build: Check if called from git repo when generating GIT_VERSIONTobias Klauser1-2/+2
2015-02-18llmnrd, llmnr-query: Add git id to version outputTobias Klauser1-2/+3
2015-02-17all: Add version informationTobias Klauser1-5/+16
2015-02-17llmnrd: Rename main.c to llmnrd.cTobias Klauser1-0/+150