summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcp/dhclient
AgeCommit message (Expand)Author
2003-12-22- document -q; from Edward Paul Wehrwein;Jason McIntyre
2003-10-01fix typo; jjy2+@pitt.eduTheo de Raadt
2003-09-26realloc fixes; ok deraadt millertPeter Valchev
2003-06-25mdoc version of the dhcp pages;Jason McIntyre
2003-06-22-mdoc version;Jason McIntyre
2003-06-16Add more paranoia and try to ensure created resolv.conf files have theKenneth R Westerback
2003-06-15Add an OpenBSD style license/copyright.Kenneth R Westerback
2003-06-13Be more careful with resolv.conf. It may be a link (e.g. duringKenneth R Westerback
2003-06-10Rework script using advanced coding techniques like a case statement,Kenneth R Westerback
2003-05-29Don't reject non-DHCPNAK packets with a yiaddr of 0.0.0.0. ThereTodd C. Miller
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
2003-03-313com, 3COM -> 3ComJason McIntyre
2003-03-18- expand DBDIR, ETCDIR, RUNDIR to the actual directories to makeAnil Madhavapeddy
2003-03-18ip address -> IP address;Jason McIntyre
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-06-18format string audit. 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-05-30typo; moritz@jodeit.orgTheo de Raadt
2002-03-25make docs match reality - we don't support hooks in dhclient-scriptBob Beck
2002-02-28no, that error message was bad.Bob Beck
2002-02-28Some new servers return the hostname as type XBob Beck
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-18be careful with snprintf/strlcpy - account for cases where theyBob Beck
2001-06-24Old M of mine, uncovered by the recent dhcpd update: Bypass IPsec in allNiklas Hallqvist
2001-06-24dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on thisBob Beck
2001-06-04Chop off remainder of string, so we don't get mangled options.Angelos D. Keromytis
2001-02-23cleanup after vacationing hippies and make dhclient create theBob Beck
2001-01-06Commit 1.6 was just plain wrong on two counts; as a result, it causedAngelos D. Keromytis
2001-01-06Also protect write_client_lease() in bind_lease()Angelos D. Keromytis
2001-01-06Lock the leases file, to protect against multiple instances ofAngelos D. Keromytis
2001-01-03-Wall cleanup.Eric Jackson
2000-12-29If no LEASE_TIME was received from the server, use theAngelos D. Keromytis
2000-10-30accept unknown options in leases by default; beckTheo de Raadt
2000-10-26Close pr1295 - Only a DHCPNAK bootreply should have a yiaddr of 0.0.0.0,Bob Beck
2000-10-20Fix various typos; spotted by gluk@ptci.ru.Aaron Campbell
2000-10-18this was overlooked in the last commit. ok beck@.Todd T. Fries
2000-10-18due to over agressive quoting, various space separated variables were failing.Todd T. Fries
2000-09-05undo security hole peter just commitedTheo de Raadt
2000-09-05Remove quotes from arguement lists to for loops.Peter Galbavy
2000-08-18Fix obviously bad XrefNiklas Hallqvist
2000-07-21Deal with a bunch of dhcp issues, ok fries@:Bob Beck
2000-07-03arp(8) invocations fixedNiklas Hallqvist
2000-06-25safe shell quotingDug Song
2000-06-25pass variables to dhclient-script via a constructed environment, instead of a...Dug Song