summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd
AgeCommit message (Collapse)Author
2004-05-12like always I missed tzset(); Ben Lovett <ben@tilderoot.com>Henning Brauer
2004-05-11knfTheo de Raadt
2004-05-08remove hostname lookup stuff, done at parse time now, ok theoHenning Brauer
2004-05-08resolve hostnames at parse time, solves PR3771, ok theoHenning Brauer
2004-05-06spacingTheo de Raadt
2004-05-04remove DEBUG_PACKET stuff; henning okTheo de Raadt
2004-05-04remove things not used, spotted by lint mostly; ok henningTheo de Raadt
2004-04-22instead of using some lower 16 bits of some address on the stack thatHenning Brauer
even requires knowledge about wether the machine is 32 or 64 bit, use getpid() for the icmp id. that is not optimal, but matches what ping does and the way to go for now.
2004-04-21cleaning; Ryan okHenning Brauer
2004-04-21filter writes and lock bpf descriptor, ok henning@Can Erkin Acar
2004-04-21missing comma;Jason McIntyre
2004-04-21sync AUTHORS w/ other dhcpd pages;Jason McIntyre
ok henning@
2004-04-21fix the error message in case the _dhcp user does not existHenning Brauer
2004-04-20add back manpage that was forgotten during the switch, catched by and ok theoHenning Brauer
2004-04-20$OpenBSD$Henning Brauer
2004-04-20there are lies, damn lies, and isc dhcpd manpagesHenning Brauer
2004-04-20remove lies about the leases file and its handlingHenning Brauer
2004-04-20don't allow the port to be changed here eitherHenning Brauer
2004-04-19Catch negative lease times. From openbsd@nerd-marrow.com in PR 2888,Tom Cosgrove
which this closes (though the PR was for usr.sbin/dhcpd/server/). ok henning@
2004-04-18spacingTheo de Raadt
2004-04-18more KNFHenning Brauer
2004-04-18more knfTheo de Raadt
2004-04-18various knf; henning okTheo de Raadt
2004-04-18dhcpd may be invoked without any interface givenHenning Brauer
2004-04-16a bunch of knf, ok henningTheo de Raadt
2004-04-15chroot and drop privileges after startupHenning Brauer
2004-04-15do not close and re-open the leases file all the time, instead open it onceHenning Brauer
and rewind as neccessary
2004-04-15dhcpd actually does not listen on port 68 ...Henning Brauer
2004-04-15knf + ansiHans-Joerg Hoexer
ok henning@
2004-04-15cleaning; from pedroHenning Brauer
2004-04-15knf + ansiHans-Joerg Hoexer
ok henning@
2004-04-15- trim/update AUTHORSJason McIntyre
- standard options list and correct SYNOPSIS for dhcpd(8) - sync usage() ok henning@
2004-04-14useless tooHenning Brauer
2004-04-14ansiTheo de Raadt
2004-04-14king bula sez those are bulaHenning Brauer
2004-04-14spacesTheo de Raadt
2004-04-14KNF, ansi and suchHenning Brauer
2004-04-14getoptHenning Brauer
2004-04-14less pathetic usage(), and I felt free to remove the helpfullHenning Brauer
/* print usage message */
2004-04-14remove pidfile gunk, use daemon, and get rid of some debugging crapHenning Brauer
2004-04-14don't print half a terminal worth of vixie advertising at startup and in usageHenning Brauer
2004-04-14the ones from dhclient do, and they're already KNF'd and annsified...Henning Brauer
2004-04-14fold in 10liners and clean up other .hs a bitHenning Brauer
2004-04-14more crap bites the dustHenning Brauer
2004-04-14bye byeHenning Brauer
2004-04-14cheat to KNF and ansi this: take the one from dhclient and add back theHenning Brauer
few missing functions
2004-04-14dhcpd may know about a thousand strange things to get packets onto the wire,Henning Brauer
but we do not care for them, really
2004-04-14we want bpf onlyHenning Brauer
2004-04-13sure a good idea to include 100 lines of comments Just Because...Henning Brauer
2004-04-13time_t and kill a few dumb definesHenning Brauer