• Home
  • History
  • Annotate
  • only in this directory
1# $FreeBSD$
2
3This is an enhanced version of the CMU BOOTP server which was derived
4from the original BOOTP server created by Bill Croft at Stanford.
5This version merges most of the enhancements and bug-fixes from the
6NetBSD, Columbia, and other versions.
7
8New features in version 2.4 include:
9
10	Added a simple BOOTP gateway program: bootpgw
11	Allow host name anywhere IP address is expected.
12	Automatically lookup the IP address when the name of a
13		bootptab entry is a valid hostname.
14		(Dummy entries names should start with '.')
15	Merged changes from NetBSD and Columbia versions.
16	Merged changes for Solaris-2.X and SVR4 systems.
17	Combined bootptest into the bootp release.
18	Merged tag 18 support (:ef=...:) from Jason Zions.
19		Use :ef=extension_file_name: and make the
20		extension files for all clients using bootpef.
21	Merged HP compatibility (:ra=...:) from David R Linn.
22		Allows you to override the reply address.
23		(i.e. send the reply to a broadcast address)
24	Add /etc/ethers support for NetBSD.
25	More systems support getether (Ultrix, OSF, NetBSD)
26	Added RFC 1533 tags 40,41,42
27		:yd=<NIS domain>:ys=<NIS server>:nt=<NTP server>:
28	ConvOldTab.sh to convert old (1.1) bootptab to new format.
29	Permits extended-length replies with more option data.
30
31Problems fixed in this version:
32
33	Fixed references to free host structures.
34		(used to cause core dump on Solaris)
35	Remove change that added null terminator to string options.
36		(this annoyed some clients...)
37	Add missing symbols to dump routine, fix order.
38	Works (again) with no -DSYSLOGD defined.
39	Fixed several more NULL references in readfile.
40	Added proper length checks to option insertions.
41	Fixed bootptest IP address printing.
42	Cleaned-up signed/unsigned and byteorder bugs.
43	Added SVR4/Streams support to getif and getether
44	Removed extra newlines in syslog messages.
45	Specify facility code when calling syslog(3)
46	When lookup_hwa fails, assume numeric HW address.
47
48Systems on which I have seen this code work:
49	NetBSD-1.0 (BSD-4.4 derivative)
50	SunOS 4.X (Solaris 1.X)
51	SunOS 5.X (Solaris 2.X)
52	System V/386 Rel. 4.0
53
54Systems on which others say this code works:
55	CDC EP/IX (1.4.3, 2.1.1)
56	DEC Ultrix (4.2, 4.3)
57	Linux 1.1.81
58	OSF/1 (DEC Alpha CPU)
59
60Please direct questions, comments, and bug reports to:
61	<bootp@andrew.cmu.edu>
62
63Gordon W. Ross  		Mercury Computer Systems
64gwr@mc.com      		199 Riverneck Road
65508-256-1300			Chelmsford, MA 01824-2820
66