summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Compiler warnings (a few were bugfixes internal to HEAD development) silenced.David Hankins2006-06-051-3/+3
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-019-1069/+990
* - The subnet-mask option is now supplied by default, but at lowestDavid Hankins2006-05-301-9/+29
* - The dhclient 'reject ...;' statement, which rejects leases given by namedDavid Hankins2006-05-152-2/+119
* - lcase() and ucase() configuration expressions have been added which adjustDavid Hankins2006-05-115-29/+228
* Pulling work between V3-0-4B3 and present v3-release-branch to HEAD.David Hankins2006-05-052-4/+17
* Manpage patch from user.David Hankins2006-04-261-1/+2
* - The IO system now tracks all local IP addresses, so that the DHCPDavid Hankins2006-02-273-10/+85
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-2414-66/+289
* - RFC3942 compliance, site-local option spaces start at 224 now, not 128.David Hankins2005-09-301-8/+11
* Upon trying to back the www-server documentation down to theHEAD-MERGE-V3-0-3RC1_baseDavid Hankins2005-04-011-12/+1
* Files removed in the massive merge between V3-RELEASE-BRANCH and HEAD,David Hankins2005-03-175-2266/+0
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-1731-2011/+2122
* Back out last change. The bug is in FreeBSD, not in this file.Murray2002-06-101-2/+2
* Add $Id$ tag, to make it easier to track changes for the translatorsMurray2002-06-101-0/+3
* Merge the last year's worth of work on the branch to the HEAD.Murray2002-06-101-36/+202
* Correct typos found during the Japanese translation.Murray2002-06-101-5/+5
* Increase size of buffer to support more interfaces.Murray2002-06-091-2/+2
* Merge from branch - possibly avoid null-pointer dereference.Murray2002-06-091-3/+6
* Merge from branch: Don't print errors in fallback_discard().Murray2002-06-091-1/+4
* Properly initialize sockaddrMurray2002-06-091-2/+2
* Properly initialize sockaddr to 0.Murray2002-06-091-1/+2
* When an interface goes away in FreeBSD, read(2) returns ENXIO, notMurray2002-06-081-1/+5
* Sync with V3-RELEASE-BRANCH. Fixes remote root exploit.Murray2002-04-301-11/+11
* sync with branchTed Lemon2001-08-104-41/+38
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-2718-825/+1866
* Sync with 3.0rc7Ted Lemon2001-05-172-3/+14
* Mention that an ASCII DHCP client identifier may include a leading NUL.Ted Lemon2001-05-041-0/+12
* Make print_hw_addr bulletproof.Ted Lemon2001-05-041-2/+2
* If the algorithm name is not properly terminated with a '.', add one.Ted Lemon2001-05-021-14/+26
* Add line-oriented argument to new_parse().Ted Lemon2001-05-021-3/+2
* Tweak the SIOCGIFCONF code once again.Ted Lemon2001-05-021-18/+16
* Add line-oriented argument to new_parse(). Add new tokens.Ted Lemon2001-05-021-3/+9
* Add line-oriented argument to new_parse().Ted Lemon2001-05-021-2/+2
* Fix a byte swap errorTed Lemon2001-04-271-2/+2
* Make lpf input packet reassembly buffer slightly bigger.Ted Lemon2001-04-241-2/+2
* If ICMP doesn't come up, continue.Ted Lemon2001-04-231-3/+9
* Add recover_wait state goo.Ted Lemon2001-04-201-1/+3
* Fix a small bug in binary-to-ascii.Ted Lemon2001-04-181-2/+2
* Work around Linux 2.4 Token Ring problem.Ted Lemon2001-04-091-1/+4
* Make it compile with DEBUG_EXPRESSION_PARSE.Ted Lemon2001-04-091-2/+2
* Make things compile if DEBUG is defined.Ted Lemon2001-04-091-4/+6
* Fix an incorrect use of BPF_WORDALIGNTed Lemon2001-04-081-3/+2
* Apply a patch supplied by Tuan Uong for a buffer offset error.Ted Lemon2001-04-051-4/+10
* Tweak the omapi interface hooks.Ted Lemon2001-04-051-51/+44
* If we get an EIO on read, the interface is gone, so delete it.Ted Lemon2001-04-051-3/+9
* Get rid of a ??? that confuses the Sun compiler.Ted Lemon2001-03-221-2/+2
* Add a missing else whose absence was causing memory smashes.Ted Lemon2001-03-201-2/+2
* Fixed RT 938 having to do with SIOCGIFCONF on Linux. We now do a firstBen Cottrell2001-03-171-1/+31
* Support NUL characters in STRING tokens.Ted Lemon2001-03-173-291/+328