summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/conflex.c
AgeCommit message (Collapse)Author
2006-12-17remove one-lease-per-client parameter which was never implemented (itKevin Steves
doesn't do anything and is not documented); ok henning@
2006-04-20list must be sortedTheo de Raadt
2006-04-18cleanup keyword lookup for the lexer, and remove keywords not valid inTheo de Raadt
either dhclient or dhcpd context; tested by many
2005-11-25Missing 'break;' found by lint. 'blass' is not the same as 'class'!Kenneth R Westerback
ok moritz@ otto@
2005-07-26Fix buffer overflows in dhcpd and dhclient. Closes PR#4306.Kenneth R Westerback
ok henning@
2004-09-16avoid aliasing with libc functions; ok henningTheo de Raadt
2004-04-14more crap bites the dustHenning Brauer
2004-04-13time_t and kill a few dumb definesHenning Brauer
2004-04-13may the whacking beginHenning Brauer