summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcp
AgeCommit message (Expand)Author
2004-04-20switch to new dhcrelay, theo okHenning Brauer
2004-04-05move to our new dhclientTheo de Raadt
2004-04-03more .Pp removal;Jason McIntyre
2004-04-03correct option is `dhcp-lease-time', not `requested-lease-time';Jason McIntyre
2004-04-03remove a scad of .Pp's before displays, making postscriptJason McIntyre
2004-04-03add pxeboot references to FILES and SEE ALSO;Jason McIntyre
2004-03-02avoid memleak if parse_string() fails, Patrick Latifi <pat@eyeo.org>Henning Brauer
2004-03-02here as well: when our interface vanishes, exitHenning Brauer
2004-02-24use calloc istead of malloc, setting sinaddr and bzero'ing it over laterHenning Brauer
2004-02-24correctly check send_packet()s return valHenning Brauer
2004-02-24fix usage(); extracted from a mail by Ward Wouts <ward@wizeazz.nl>Henning Brauer
2004-02-05plug memory leak; PR3668 Emil Mikulic <emikulic@dmr.ath.cx>Henning Brauer
2004-01-26no more SIOCGIFCONF any more here eitherHenning Brauer
2004-01-11listen to the routing socket. if anyone messes with our interface byTheo de Raadt
2004-01-11save & restore resolv.conf when we can... krw okTheo de Raadt
2004-01-09Delete default route before attempting to add the new one, or the old oneTheo de Raadt
2003-12-22- document -q; from Edward Paul Wehrwein;Jason McIntyre
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
2003-11-08seperate -> separate; from Jonathon Gray;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-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-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
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-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