Age | Commit message (Expand) | Author |
2003-12-22 | - document -q; from Edward Paul Wehrwein; | Jason McIntyre |
2003-10-01 | fix typo; jjy2+@pitt.edu | Theo de Raadt |
2003-09-26 | realloc fixes; ok deraadt millert | Peter Valchev |
2003-06-25 | mdoc version of the dhcp pages; | Jason McIntyre |
2003-06-22 | -mdoc version; | Jason McIntyre |
2003-06-16 | Add more paranoia and try to ensure created resolv.conf files have the | Kenneth R Westerback |
2003-06-15 | Add an OpenBSD style license/copyright. | Kenneth R Westerback |
2003-06-13 | Be more careful with resolv.conf. It may be a link (e.g. during | Kenneth R Westerback |
2003-06-10 | Rework script using advanced coding techniques like a case statement, | Kenneth R Westerback |
2003-05-29 | Don't reject non-DHCPNAK packets with a yiaddr of 0.0.0.0. There | Todd C. Miller |
2003-05-08 | AUTHOR -> AUTHORS in .Sh, as per mdoc template. | Jason McIntyre |
2003-04-08 | refer to dhclient.leases~ as the client backup file, not dhcpd.leases~ | David Krause |
2003-03-31 | 3com, 3COM -> 3Com | Jason McIntyre |
2003-03-18 | - expand DBDIR, ETCDIR, RUNDIR to the actual directories to make | Anil Madhavapeddy |
2003-03-18 | ip address -> IP address; | Jason McIntyre |
2003-01-23 | typos; | Jason McIntyre |
2003-01-17 | seperate[d][ly] -> separate[d][ly]; alan@alanday.com | Theo de Raadt |
2002-09-06 | socklen_t use; pvalchev ok | Theo de Raadt |
2002-06-18 | format string audit. From: Gregory Steuck <greg@nest.cx> | Jun-ichiro itojun Hagino |
2002-06-11 | Remove \n from warn(3). ok deraadt@ | Thomas Nordin |
2002-06-10 | more sockaddr initializations. | Jun-ichiro itojun Hagino |
2002-06-09 | optimize build time. based on PR 2715 | Jun-ichiro itojun Hagino |
2002-05-30 | typo; moritz@jodeit.org | Theo de Raadt |
2002-03-25 | make docs match reality - we don't support hooks in dhclient-script | Bob Beck |
2002-02-28 | no, that error message was bad. | Bob Beck |
2002-02-28 | Some new servers return the hostname as type X | Bob Beck |
2001-08-28 | fix a segfault occuring in dhclient when the server specifies his name. | Matthieu Herrb |
2001-08-26 | Fix typo: 'On after defining ...' -> 'After defining ...' | Kenneth R Westerback |
2001-08-18 | be careful with snprintf/strlcpy - account for cases where they | Bob Beck |
2001-06-24 | Old M of mine, uncovered by the recent dhcpd update: Bypass IPsec in all | Niklas Hallqvist |
2001-06-24 | dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on this | Bob Beck |
2001-06-04 | Chop off remainder of string, so we don't get mangled options. | Angelos D. Keromytis |
2001-02-23 | cleanup after vacationing hippies and make dhclient create the | Bob Beck |
2001-01-06 | Commit 1.6 was just plain wrong on two counts; as a result, it caused | Angelos D. Keromytis |
2001-01-06 | Also protect write_client_lease() in bind_lease() | Angelos D. Keromytis |
2001-01-06 | Lock the leases file, to protect against multiple instances of | Angelos D. Keromytis |
2001-01-03 | -Wall cleanup. | Eric Jackson |
2000-12-29 | If no LEASE_TIME was received from the server, use the | Angelos D. Keromytis |
2000-10-30 | accept unknown options in leases by default; beck | Theo de Raadt |
2000-10-26 | Close pr1295 - Only a DHCPNAK bootreply should have a yiaddr of 0.0.0.0, | Bob Beck |
2000-10-20 | Fix various typos; spotted by gluk@ptci.ru. | Aaron Campbell |
2000-10-18 | this was overlooked in the last commit. ok beck@. | Todd T. Fries |
2000-10-18 | due to over agressive quoting, various space separated variables were failing. | Todd T. Fries |
2000-09-05 | undo security hole peter just commited | Theo de Raadt |
2000-09-05 | Remove quotes from arguement lists to for loops. | Peter Galbavy |
2000-08-18 | Fix obviously bad Xref | Niklas Hallqvist |
2000-07-21 | Deal with a bunch of dhcp issues, ok fries@: | Bob Beck |
2000-07-03 | arp(8) invocations fixed | Niklas Hallqvist |
2000-06-25 | safe shell quoting | Dug Song |
2000-06-25 | pass variables to dhclient-script via a constructed environment, instead of a... | Dug Song |