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