summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/icmp.c
AgeCommit message (Expand)Author
2019-10-03Properly initalize the ICMP message to zero to avoid leaking 4-byteClaudio Jeker
2017-02-13Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() andKenneth R Westerback
2017-02-13Adjust some long lines.Kenneth R Westerback
2017-02-13Switch from old errwarn.c logging to shiny new log.[ch].Kenneth R Westerback
2016-11-15Replace bzero(3) with memset(3)Ricardo Mestre
2016-02-06Eliminate #include inside *.h files and include only needed headers inKenneth R Westerback
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-05-07back out the previous ICMP simplifying diff, it caused livelocks.Martin Pelikan
2014-05-05Don't call the ICMP handler indirectly + clean up a bit.Martin Pelikan
2008-09-15When checking if a syscall like open(), ioctl() or writev() failed compareClaudio Jeker
2004-09-16avoid aliasing with libc functions; ok henningTheo de Raadt
2004-04-22instead of using some lower 16 bits of some address on the stack thatHenning Brauer
2004-04-21cleaning; Ryan okHenning Brauer
2004-04-20$OpenBSD$Henning Brauer
2004-04-18various knf; henning okTheo de Raadt
2004-04-14ansiTheo de Raadt
2004-04-14spacesTheo de Raadt
2004-04-14more crap bites the dustHenning Brauer
2004-04-13may the whacking beginHenning Brauer