summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcp
AgeCommit message (Expand)Author
2003-03-19Fix parsing of the leases file.Kenneth R Westerback
2003-03-18missed a RUNDIR -> /var/runAnil Madhavapeddy
2003-03-18- expand DBDIR, ETCDIR, RUNDIR to the actual directories to makeAnil Madhavapeddy
2003-03-18spelling typos/errorsDavid Krause
2003-03-18ip address -> IP address;Jason McIntyre
2003-03-15recoginzed -> recognized;Jason McIntyre
2003-03-11spellingDavid Krause
2003-02-02We don't need to include bsd.man.mk explicitly, bsd.lib.mk pullsTodd C. Miller
2003-02-01typos;Jason McIntyre
2003-01-30when an interface is no longer valid, remove it from the protocol listTed Unangst
2003-01-23typos;Jason McIntyre
2003-01-17seperate[d][ly] -> separate[d][ly]; alan@alanday.comTheo de Raadt
2002-09-06socklen_t use; pvalchev okTheo de Raadt
2002-07-11incorrect header; jj.walker@auckland.ac.nzTheo de Raadt
2002-07-04support non-"objdir" build. From: David Krause <openbsd@davidkrause.com>Jun-ichiro itojun Hagino
2002-07-03missing or incorrect checks for malloc failure; cloder@acm.orgTheo de Raadt
2002-06-21more strlcpyTheo de Raadt
2002-06-18actually, wrong type for printing of sise_tTheo de Raadt
2002-06-18fix file descriptor leak.Jun-ichiro itojun Hagino
2002-06-18format string audit. From: Gregory Steuck <greg@nest.cx>Jun-ichiro itojun Hagino
2002-06-17typo. From: "R. Lewczuk" <rafal.lewczuk@pronet.pl>Jun-ichiro itojun Hagino
2002-06-17format string fix. From: Gregory Steuck <greg@nest.cx>Jun-ichiro itojun Hagino
2002-06-11Remove \n from warn(3). ok deraadt@Thomas Nordin
2002-06-10more sockaddr initializations.Jun-ichiro itojun Hagino
2002-06-09optimize build time. based on PR 2715Jun-ichiro itojun Hagino
2002-06-02clear sockaddr_in before useTheo de Raadt
2002-06-02strlcpyTheo de Raadt
2002-05-30typo; moritz@jodeit.orgTheo de Raadt
2002-05-07spelling; svs@ropnet.ruTheo de Raadt
2002-05-06syslog() paranoia; never pass in a non-const buffer w/o using "%s"Todd C. Miller
2002-03-25make docs match reality - we don't support hooks in dhclient-scriptBob Beck
2002-03-052nd part to make dhcpd work on sparc64:Jason Wright
2002-02-28no, that error message was bad.Bob Beck
2002-02-28Some new servers return the hostname as type XBob Beck
2002-02-17fix LP64 bug; ura@hiru.aoba.yokohama.jpTheo de Raadt
2002-02-06Don't pass long*'s to ioctl's expecting int*'s (part 1 of a 2 part fix forJason Wright
2001-10-08force alignment, makes dhcp work on alpha'sEric Jackson
2001-10-08Link order tweak so vax crunches happily.Hugh Graham
2001-10-01change broken urlJakob Schlyter
2001-09-11sparc64 has 64 bit pointers, tooJason Wright
2001-08-28fix a segfault occuring in dhclient when the server specifies his name.Matthieu Herrb
2001-08-26Fix typo: 'On after defining ...' -> 'After defining ...'Kenneth R Westerback
2001-08-26Fix two typos that had the effect that ethernet addresses where always loggedMatthieu Herrb
2001-08-18be careful with snprintf/strlcpy - account for cases where theyBob Beck
2001-07-04check for nul bytes on the end of an option buffer, since windows 2000Bob Beck
2001-07-03ENODEV -> EOPNOTSUPP to make this work. beck@ ok.Tobias Weingartner
2001-06-27don't die if IPV6 isn't there, so that this will work even withBob Beck
2001-06-25fix nasty little bug in the identifaction of dead interfaces - make sureBob Beck
2001-06-24Old M of mine, uncovered by the recent dhcpd update: Bypass IPsec in allNiklas Hallqvist
2001-06-24bye byeBob Beck