summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/parse.c
AgeCommit message (Expand)Author
2024-06-27Remove outdated references to dhclient, it's finally going away.Florian Obser
2022-01-16dhcpd: fix -Wunused-but-set-variable warningChristian Weisgerber
2020-04-16Support looking up ethernet addresses in /etc/ethers at dhcpd startup time.Darren Tucker
2017-02-16Bring parse_warn() into the log.[ch] 21st century and adopt the "^"Kenneth R Westerback
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
2017-02-11Move parse_warning() into parse.c to prepare to replace errwarn.cKenneth R Westerback
2016-08-27Pull in <time.h> for one or more of gmtime, strftime, strptime, time,Philip Guenther
2016-02-06Eliminate #include inside *.h files and include only needed headers inKenneth R Westerback
2015-12-11Actually use default-lease-time, max-lease-time, bootp-lease-lengthKenneth R Westerback
2015-05-18Tweak parsing so that hostnames starting with 0-9 are accepted.Kenneth R Westerback
2013-12-18Two 'break;'s in a row seems excessive.Kenneth R Westerback
2013-12-05Stop pretending we still support FDDI or token ring hardware types.Kenneth R Westerback
2013-11-22unsigned char cast for some ctype callsTheo de Raadt
2013-04-17Replace hand-rolled date printing/parsing code with strftime()/strptime().Kenneth R Westerback
2010-03-27malloc/strlcpy -> strdup. Use consistent idiom.Kenneth R Westerback
2009-09-01Echo back the Relay Agent Information option if present (RFC 3046).Reyk Floeter
2007-02-26don't leak memory, from dhclient; ok krw@Kevin Steves
2006-11-22sync dhclient and dhcpd parse.c areas where we can.Kevin Steves
2006-11-22fix some warning messages and comments in parse_date(); ok henning@Kevin Steves
2006-04-18cleanup keyword lookup for the lexer, and remove keywords not valid inTheo de Raadt
2004-09-16avoid aliasing with libc functions; ok henningTheo de Raadt
2004-05-04remove things not used, spotted by lint mostly; ok henningTheo de Raadt
2004-04-18various knf; henning okTheo de Raadt
2004-04-15knf + ansiHans-Joerg Hoexer
2004-04-14the ones from dhclient do, and they're already KNF'd and annsified...Henning Brauer
2004-04-13time_t and kill a few dumb definesHenning Brauer
2004-04-13may the whacking beginHenning Brauer