summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcp
AgeCommit message (Collapse)Author
2003-06-25mdoc version of the dhcp pages;Jason McIntyre
from myself and pjanzen@. input and ok in dhclient-script.8 from krw@
2003-06-22-mdoc version;Jason McIntyre
ok pjanzen@
2003-06-22-mdoc version;Jason McIntyre
ok pjanzen@
2003-06-16Add more paranoia and try to ensure created resolv.conf files have theKenneth R Westerback
correct owner and mode. Suggested by & ok millert@.
2003-06-15Add an OpenBSD style license/copyright.Kenneth R Westerback
Suggested by deraadt@, ok millert@.
2003-06-13Be more careful with resolv.conf. It may be a link (e.g. duringKenneth R Westerback
installs) so just pour new information into the existing file/link rather than removing and replacing it. Noticed by and fix tested by Jan Johansson. Several enhancements suggested as a result and in the pipeline. ok deraadt@ millert@
2003-06-10Rework script using advanced coding techniques like a case statement,Kenneth R Westerback
factoring out common code to functions, consistant indenting, etc. Should be no semantic changes, just much easier to read, except for ensuring that certain cable companies no longer confuse the issue by supplying name server addresses without a domain name. Either will now result in the creation of an appropriate resolv.conf Inspired by PRs #2969 from Alexander Taler and #3135 from Jan Johansson. Fixes #3135 completely according to Jan. #2969 may have another item to fix. Tested by various, including tech@'ers Jan Johansson, Uwe A. P. Wuerdinger and Jim Rees. Let the flood of enhancements begin now that it can actually be read and understood ... ok deraadt@.
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-29Don't reject non-DHCPNAK packets with a yiaddr of 0.0.0.0. ThereTodd C. Miller
are commonly used dhcp servers (like Comcast in the US) that do this. Turns out later versions of ISC dhcp dropped this check as well. It is better to be liberal in what you accept... deraadt@ OK
2003-05-08AUTHOR -> AUTHORS in .Sh, as per mdoc template.Jason McIntyre
2003-04-08refer to dhclient.leases~ as the client backup file, not dhcpd.leases~David Krause
from Michael Tannenbaum <miketa@attbi.com> in PR 3184 also add missing part of the sentence ok tedu@
2003-03-313com, 3COM -> 3ComJason McIntyre
2003-03-19Fix parsing of the leases file.Kenneth R Westerback
src & dst parameters to the only remaining strncpy() in the file were reversed. Use strlcpy() instead, with parameters in correct order. ok millert@.
2003-03-18missed a RUNDIR -> /var/runAnil Madhavapeddy
2003-03-18- expand DBDIR, ETCDIR, RUNDIR to the actual directories to makeAnil Madhavapeddy
the man pages easier to read - add dhcp(8) to SEE ALSO in dhcpd(8) - rearrange SEE ALSO in section order as well as alphabetical in dhcpd(8) ok millert@, todd@
2003-03-18spelling typos/errorsDavid Krause
ok miod@ jmc@
2003-03-18ip address -> IP address;Jason McIntyre
rtadvd.conf(5): positve -> positive; ok miod@
2003-03-15recoginzed -> recognized;Jason McIntyre
elimininating -> eliminating; typos courtesy NetBSD (Igor Sobrado)
2003-03-11spellingDavid Krause
ok millert@
2003-02-02We don't need to include bsd.man.mk explicitly, bsd.lib.mk pullsTodd C. Miller
it in if it is needed. We do need a fake maninstall target ifdef NOMAN though. This prevents dhcp-options.5 from being installed if NOMAN is set.
2003-02-01typos;Jason McIntyre
chat(8): removed reference to uucico(8) ok deraadt@
2003-01-30when an interface is no longer valid, remove it from the protocol listTed Unangst
ok deraadt@ millert@
2003-01-23typos;Jason McIntyre
ok millert@
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
http://marc.theaimsgroup.com/?l=openbsd-tech&m=102125850815351&w=2 From: Gregory Steuck <greg@nest.cx>
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
remove use of SIOCGIFCONF and use getifaddrs()/freeifaddrs() instead
2002-02-28no, that error message was bad.Bob Beck
2002-02-28Some new servers return the hostname as type XBob Beck
this ensures we check against the right thing and don't reject leases when we shouldn't.
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
sparc64 dhcpd)
2001-10-08force alignment, makes dhcp work on alpha'sEric Jackson
from netbsd. deraadt@ Ok.
2001-10-08Link order tweak so vax crunches happily.Hugh Graham