2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 05:17:57 +00:00

1214 Commits

Author SHA1 Message Date
David Hankins
13936722ca Upon trying to back the www-server documentation down to the
V3-release-branch, I now believe that this was a merge error...the option
is already documented, this duplicates it.  Probably confused cvs merging
somehow from the fact that a single word was added...
2005-04-01 23:41:26 +00:00
David Hankins
9748a78039 Files removed in the massive merge between V3-RELEASE-BRANCH and HEAD,
bringing HEAD up to par with V3-0-3-BETA-1.
2005-03-17 20:42:06 +00:00
David Hankins
98311e4ba9 MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE are
now synced as of tag V3-0-3-BETA-1.
2005-03-17 20:15:29 +00:00
Murray
d01a85ad31 Back out last change. The bug is in FreeBSD, not in this file.
Requested by:	mellon
2002-06-10 00:12:34 +00:00
Murray
8794ca1fba Add $Id$ tag, to make it easier to track changes for the translators
and other contributors.
2002-06-10 00:07:41 +00:00
Murray
c9681d5f62 Merge the last year's worth of work on the branch to the HEAD. 2002-06-10 00:06:34 +00:00
Murray
8db1caf34e Correct typos found during the Japanese translation.
Submitted by:	SUZUKI Koichi <metal@gc5.so-net.ne.jp>
2002-06-10 00:00:47 +00:00
Murray
e1f77b3154 Increase size of buffer to support more interfaces.
Submitted by:	NAKAMURA Motonori <motonori@media.kyoto-u.ac.jp>
RT #:		2974
2002-06-09 22:52:39 +00:00
Murray
066bd4d547 Merge from branch - possibly avoid null-pointer dereference. 2002-06-09 22:49:51 +00:00
Murray
4089dd2111 Merge from branch: Don't print errors in fallback_discard(). 2002-06-09 22:19:37 +00:00
Murray
5c1f23c421 Properly initialize sockaddr
Submitted by:	Jun-ichiro itojun Hagino <itojun@iijlab.net>
RT #:		3040
2002-06-09 22:17:09 +00:00
Murray
cd6568057e Properly initialize sockaddr to 0.
Submitted by:	Jun-ichiro itojun Hagino <itojun@iijlab.net>
RT #:		3040
2002-06-09 22:16:34 +00:00
Murray
d1d0d78ad5 When an interface goes away in FreeBSD, read(2) returns ENXIO, not
EIO.

This fixes an annoying infinite-loop bug on FreeBSD.

Fix suggested by:	mellon
2002-06-08 09:28:15 +00:00
Murray
668c33c74a Sync with V3-RELEASE-BRANCH. Fixes remote root exploit. 2002-04-30 06:18:39 +00:00
Ted Lemon
a609e69bba sync with branch 2001-08-10 10:50:50 +00:00
Ted Lemon
d758ad8cac Merge changes between 3.0rc7 and 3.0rc8pl2. 2001-06-27 00:31:20 +00:00
Ted Lemon
31bbee784c Sync with 3.0rc7 2001-05-17 19:04:09 +00:00
Ted Lemon
cb7cfe5cb7 Mention that an ASCII DHCP client identifier may include a leading NUL. 2001-05-04 17:15:17 +00:00
Ted Lemon
33d1e366db Make print_hw_addr bulletproof. 2001-05-04 01:05:17 +00:00
Ted Lemon
351556132f If the algorithm name is not properly terminated with a '.', add one. 2001-05-02 16:59:30 +00:00
Ted Lemon
263a2ed031 Add line-oriented argument to new_parse(). 2001-05-02 06:39:43 +00:00
Ted Lemon
615a574a25 Tweak the SIOCGIFCONF code once again. 2001-05-02 06:36:54 +00:00
Ted Lemon
24f9d67e03 Add line-oriented argument to new_parse(). Add new tokens. 2001-05-02 06:32:54 +00:00
Ted Lemon
4ab46a1030 Add line-oriented argument to new_parse(). 2001-05-02 06:27:52 +00:00
Ted Lemon
a010c3ffb3 Fix a byte swap error 2001-04-27 22:23:02 +00:00
Ted Lemon
05dcd0936e Make lpf input packet reassembly buffer slightly bigger. 2001-04-24 00:36:00 +00:00
Ted Lemon
c6f810c2d5 If ICMP doesn't come up, continue. 2001-04-23 21:41:36 +00:00
Ted Lemon
3417f5cf6a Add recover_wait state goo. 2001-04-20 18:07:29 +00:00
Ted Lemon
36ed3a00a5 Fix a small bug in binary-to-ascii. 2001-04-18 18:54:47 +00:00
Ted Lemon
c267626033 Work around Linux 2.4 Token Ring problem. 2001-04-09 01:03:14 +00:00
Ted Lemon
7b01f134e8 Make it compile with DEBUG_EXPRESSION_PARSE. 2001-04-09 00:41:45 +00:00
Ted Lemon
80c897c871 Make things compile if DEBUG is defined. 2001-04-09 00:36:45 +00:00
Ted Lemon
611ba57c99 Fix an incorrect use of BPF_WORDALIGN 2001-04-08 21:12:49 +00:00
Ted Lemon
b089b9af9e Apply a patch supplied by Tuan Uong for a buffer offset error. 2001-04-05 20:53:01 +00:00
Ted Lemon
cf75fef2a8 Tweak the omapi interface hooks. 2001-04-05 20:50:19 +00:00
Ted Lemon
89000b2e13 If we get an EIO on read, the interface is gone, so delete it. 2001-04-05 20:47:34 +00:00
Ted Lemon
4b63da96d1 Get rid of a ??? that confuses the Sun compiler. 2001-03-22 07:00:15 +00:00
Ted Lemon
b0b4f89c39 Add a missing else whose absence was causing memory smashes. 2001-03-20 07:26:57 +00:00
Ben Cottrell
c73ced691d Fixed RT 938 having to do with SIOCGIFCONF on Linux. We now do a first
pass in which we pass a null pointer for the buffer, and we will get
back the length of the buffer we should allocate. This is because
if you pass in a buffer that is too small, Linux (unlike other OSes)
will not tell you that it is too small by returning a length greater
than the length you passed in.
2001-03-17 02:11:29 +00:00
Ted Lemon
b3519f23f1 Support NUL characters in STRING tokens. 2001-03-17 00:47:39 +00:00
Ben Cottrell
3d2aa1bff4 More DLPI patches from Joost. His patch was way garbled, but this is my
best interpretation of it. The only thing confusing me is that I thought
he'd fixed all the byte order dependencies in an elegant way, but I
still see some rather ugly #ifdefs in this code. Oh well. At least it
works on minbar.
2001-03-16 22:12:19 +00:00
Ted Lemon
0efc1180e9 Add quotify functions. 2001-03-15 23:17:28 +00:00
Ted Lemon
ef4d4bfdaa Fix an endian bug in trace files (James Brister) 2001-03-14 15:56:27 +00:00
Ted Lemon
f834d4ff91 Use unparsable names for unknown options. 2001-03-14 15:39:32 +00:00
Ted Lemon
aba6b916b6 Fix documentation for sending non-standard options. 2001-03-14 15:38:44 +00:00
Ted Lemon
ae598b4274 Get rid of local debug flag. 2001-03-14 15:36:57 +00:00
Ted Lemon
61126661cf Remove files starting with # in realclean target. 2001-03-01 22:12:16 +00:00
Ted Lemon
530de8b20c Apply a signed vs. unsigned fix suggested by Onno Van Der Linden. 2001-03-01 21:44:31 +00:00
Ted Lemon
0b69dcc870 Change EOF to END_OF_FILE in tokenizer for enum compatibility. 2001-03-01 18:17:09 +00:00
Damien Neil
9345f3ccbb Added tokens for "close", "create", "open", and "help" to the lexer. 2001-02-27 01:15:38 +00:00