summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcp
AgeCommit message (Expand)Author
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
2001-06-24bye byeBob Beck
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-04-25After tree lock, undo a bullshit change that was obviously NOT tested.Theo de Raadt
2001-04-10Allow unnatural behavior.Chris Cappuccio
2001-02-23cleanup after vacationing hippies and make dhclient create theBob Beck
2001-01-14Compute UDP checksum, PR 1621 (matthieu.herrb@wanadoo.fr)Angelos D. Keromytis
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-30setockopt(SO_REUSEPORT), so multiple dhclients work, PR 1391Angelos D. Keromytis
2000-12-29If no LEASE_TIME was received from the server, use theAngelos D. Keromytis
2000-11-10seperate -> separate, okay aaron@Niels Provos
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-29use %s with syslog; millert wrote an identical patchTheo de Raadt
2000-06-25safe shell quotingDug Song
2000-06-25pass variables to dhclient-script via a constructed environment, instead of a...Dug Song
2000-06-23fix dhcpd to not abandon addresses forever when they are pinged before useBob Beck
2000-04-29fix spec. PR1217Eric Jackson
2000-04-20Document /etc/resolv.conf.tailAngelos D. Keromytis
2000-04-20If /etc/resolv.conf.tail exists, append to newly-constructedAngelos D. Keromytis
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
2000-02-11Fix from jonathon.fletcher@pobox.comChris Cappuccio
2000-02-09I need to get rid of local stuff of my tree. Here is an oldNiklas Hallqvist
2000-01-31Don't update /etc/resolv.conf if no data is returned for DNS serversChris Cappuccio