| Commit message (Expand) | Author | Age | Files | Lines |
* | Compiler warnings (a few were bugfixes internal to HEAD development) silenced. | David Hankins | 2006-06-05 | 1 | -3/+3 |
* | - Varying option space code and length bit widths (8/16/32) are now | David Hankins | 2006-06-01 | 9 | -1069/+990 |
* | - The subnet-mask option is now supplied by default, but at lowest | David Hankins | 2006-05-30 | 1 | -9/+29 |
* | - The dhclient 'reject ...;' statement, which rejects leases given by named | David Hankins | 2006-05-15 | 2 | -2/+119 |
* | - lcase() and ucase() configuration expressions have been added which adjust | David Hankins | 2006-05-11 | 5 | -29/+228 |
* | Pulling work between V3-0-4B3 and present v3-release-branch to HEAD. | David Hankins | 2006-05-05 | 2 | -4/+17 |
* | Manpage patch from user. | David Hankins | 2006-04-26 | 1 | -1/+2 |
* | - The IO system now tracks all local IP addresses, so that the DHCP | David Hankins | 2006-02-27 | 3 | -10/+85 |
* | - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silence | David Hankins | 2006-02-24 | 14 | -66/+289 |
* | - RFC3942 compliance, site-local option spaces start at 224 now, not 128. | David Hankins | 2005-09-30 | 1 | -8/+11 |
* | Upon trying to back the www-server documentation down to theHEAD-MERGE-V3-0-3RC1_base | David Hankins | 2005-04-01 | 1 | -12/+1 |
* | Files removed in the massive merge between V3-RELEASE-BRANCH and HEAD, | David Hankins | 2005-03-17 | 5 | -2266/+0 |
* | MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE are | David Hankins | 2005-03-17 | 31 | -2011/+2122 |
* | Back out last change. The bug is in FreeBSD, not in this file. | Murray | 2002-06-10 | 1 | -2/+2 |
* | Add $Id$ tag, to make it easier to track changes for the translators | Murray | 2002-06-10 | 1 | -0/+3 |
* | Merge the last year's worth of work on the branch to the HEAD. | Murray | 2002-06-10 | 1 | -36/+202 |
* | Correct typos found during the Japanese translation. | Murray | 2002-06-10 | 1 | -5/+5 |
* | Increase size of buffer to support more interfaces. | Murray | 2002-06-09 | 1 | -2/+2 |
* | Merge from branch - possibly avoid null-pointer dereference. | Murray | 2002-06-09 | 1 | -3/+6 |
* | Merge from branch: Don't print errors in fallback_discard(). | Murray | 2002-06-09 | 1 | -1/+4 |
* | Properly initialize sockaddr | Murray | 2002-06-09 | 1 | -2/+2 |
* | Properly initialize sockaddr to 0. | Murray | 2002-06-09 | 1 | -1/+2 |
* | When an interface goes away in FreeBSD, read(2) returns ENXIO, not | Murray | 2002-06-08 | 1 | -1/+5 |
* | Sync with V3-RELEASE-BRANCH. Fixes remote root exploit. | Murray | 2002-04-30 | 1 | -11/+11 |
* | sync with branch | Ted Lemon | 2001-08-10 | 4 | -41/+38 |
* | Merge changes between 3.0rc7 and 3.0rc8pl2. | Ted Lemon | 2001-06-27 | 18 | -825/+1866 |
* | Sync with 3.0rc7 | Ted Lemon | 2001-05-17 | 2 | -3/+14 |
* | Mention that an ASCII DHCP client identifier may include a leading NUL. | Ted Lemon | 2001-05-04 | 1 | -0/+12 |
* | Make print_hw_addr bulletproof. | Ted Lemon | 2001-05-04 | 1 | -2/+2 |
* | If the algorithm name is not properly terminated with a '.', add one. | Ted Lemon | 2001-05-02 | 1 | -14/+26 |
* | Add line-oriented argument to new_parse(). | Ted Lemon | 2001-05-02 | 1 | -3/+2 |
* | Tweak the SIOCGIFCONF code once again. | Ted Lemon | 2001-05-02 | 1 | -18/+16 |
* | Add line-oriented argument to new_parse(). Add new tokens. | Ted Lemon | 2001-05-02 | 1 | -3/+9 |
* | Add line-oriented argument to new_parse(). | Ted Lemon | 2001-05-02 | 1 | -2/+2 |
* | Fix a byte swap error | Ted Lemon | 2001-04-27 | 1 | -2/+2 |
* | Make lpf input packet reassembly buffer slightly bigger. | Ted Lemon | 2001-04-24 | 1 | -2/+2 |
* | If ICMP doesn't come up, continue. | Ted Lemon | 2001-04-23 | 1 | -3/+9 |
* | Add recover_wait state goo. | Ted Lemon | 2001-04-20 | 1 | -1/+3 |
* | Fix a small bug in binary-to-ascii. | Ted Lemon | 2001-04-18 | 1 | -2/+2 |
* | Work around Linux 2.4 Token Ring problem. | Ted Lemon | 2001-04-09 | 1 | -1/+4 |
* | Make it compile with DEBUG_EXPRESSION_PARSE. | Ted Lemon | 2001-04-09 | 1 | -2/+2 |
* | Make things compile if DEBUG is defined. | Ted Lemon | 2001-04-09 | 1 | -4/+6 |
* | Fix an incorrect use of BPF_WORDALIGN | Ted Lemon | 2001-04-08 | 1 | -3/+2 |
* | Apply a patch supplied by Tuan Uong for a buffer offset error. | Ted Lemon | 2001-04-05 | 1 | -4/+10 |
* | Tweak the omapi interface hooks. | Ted Lemon | 2001-04-05 | 1 | -51/+44 |
* | If we get an EIO on read, the interface is gone, so delete it. | Ted Lemon | 2001-04-05 | 1 | -3/+9 |
* | Get rid of a ??? that confuses the Sun compiler. | Ted Lemon | 2001-03-22 | 1 | -2/+2 |
* | Add a missing else whose absence was causing memory smashes. | Ted Lemon | 2001-03-20 | 1 | -2/+2 |
* | Fixed RT 938 having to do with SIOCGIFCONF on Linux. We now do a first | Ben Cottrell | 2001-03-17 | 1 | -1/+31 |
* | Support NUL characters in STRING tokens. | Ted Lemon | 2001-03-17 | 3 | -291/+328 |