home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bootpd-2.zip / CHANGES < prev    next >
Text File  |  1995-09-04  |  11KB  |  308 lines

  1. Changes, most recent first
  2. Date, <email> Real Name
  3.     what...
  4.  
  5. --> bootp-2.4.3
  6.  
  7. 03/27/96  gwr@mc.com (Gordon W. Ross)
  8.     Use LOG_NOTICE in place of LOG_INFO for messages related
  9.     to unsatisfied clients [at request of <otto@tukki.jyu.fi>]
  10.     Fix the irix Makefile targets, and other misc.
  11.  
  12. 03/25/95  gwr@mc.com (Gordon W. Ross)
  13.     Corrected a bug I introduced into SunOS setarp, where
  14.     bad IP address caused "network unreachable" errors.
  15.     [Thanks to andrew@ntplx.net (Andrew Lindh) for the fix!]
  16.  
  17. --> bootp-2.4.3
  18.  
  19. 08/07/95  middelin@polyware.iaf.nl (Pauline Middelink)
  20.     Fixed problem while reporting duplicate hardware address in
  21.     readfile.c (kerry@maine.maine.edu)
  22.     Changed some code to allow the giaddr to pass through. Needed
  23.     when the client request is forwarded to us through a gateway.
  24.     (Broadcasting to the gateway will not reach the client)
  25.     
  26. 01/26/95  Phil.Packer@bbc.co.uk (Phil.Packer)
  27.     Added dl tag for DHCP lease and rejigged Pauline's codes
  28.     at the end of bootpd.c to allow the setting of explicit leases.
  29.     Added "sco" Makefile target.
  30.     
  31. --> bootp-2.4.2
  32.  
  33. 01/14/95  middelin@polyware.iaf.nl (Pauline Middelink)
  34.     Corrected support for the Linux networking code.
  35.     Fixed lots of warnings (gcc -Wall)
  36.     Added "linux" Makefile target.
  37.     Written code for DHCP static IP allocation.
  38.  
  39. 01/02/95  Jukka Ukkonen <ukkonen@csc.fi>
  40.     Allow bootptab syntax: ha="0:0:c0:80:e8:a7"
  41.  
  42. 11/30/94  Tonny van Lankveld <A.L.M.G.v.Lankveld@urc.tue.nl>
  43.     Fix reporting of duplicate Ethernet addresses.
  44.  
  45. 09/06/94  longyear@netcom.com (Al Longyear)
  46.     Better setarp for linux, allows non-ether types.
  47.  
  48. 09/02/94  Robert MacKinnon <rbm@montrouge.mis.slb.com>
  49.     Add support for IBM's AIX 3.2.5
  50.  
  51. 08/30/94  piercarl@ltd.c-d.com (Piercarlo Grandi)
  52.     Fix select calls on linux (modifies timeval arg).
  53.     Fix setarp (specify Ethernet type for now).
  54.  
  55. 08/27/94  drew@drewsun.FEITH.COM (Andrew B. Sudell)
  56.     Add support for Wollongong Win-TCP (SysVr4 variant).
  57.  
  58. 08/24/94  gwr@mc.com (Gordon W. Ross)
  59.     Use sigaction() on systems that define SA_NOCLDSTOP
  60.     (a symbol required by POSIX) for HP/UX and others.
  61.  
  62. --> bootp-2.4.1
  63.  
  64. 08/24/94  gwr@mc.com (Gordon W. Ross)
  65.     Fix bug in boot file name generation (missing init)
  66.  
  67. --> bootp-2.4.0
  68.  
  69. 08/20/94  gwr@mc.com (Gordon W. Ross)
  70.     Fix code to build bootfile name based on combination of
  71.     client requested name and bootfile specifications.
  72.     Behave similarly with or without CHECK_FILE_ACCESS.
  73.  
  74. 07/30/94  Dirk Koeppen <dirk@incom.de>
  75.     Add "min wait" option (mw) to cause bootpd to ignore
  76.     requests from clients that have not waited long enough.
  77.     Add code to honor client requests containing the DHCP
  78.     option "Maximum Message Size" and use its value to
  79.     determine the size of the reply message.
  80.  
  81. --> bootp-2.3.8
  82.  
  83. 06/25/94  Christos Zoulas <christos@deshaw.com>
  84.     Add "-h" flag to override host name (affects default IP
  85.     address provided in reply messages.  (Also minor bug fix)
  86.  
  87. 05/27/94  gwr@mc.com (Gordon W. Ross)
  88.     Add code to call "arp -s IPADDR HWADDR" on systems
  89.     that do not provide an SIOCSARP ioctl (i.e. NetBSD)
  90.  
  91. --> bootp-2.3.7
  92.  
  93. 05/05/94  Walter Wong <wcw+@CMU.EDU>
  94.     Reduce noize at debug level one, where log messages
  95.     are generated only for hosts that are recognized
  96.     and replied to by bootpd.  (At request of HP folks.)
  97.  
  98. 04/30/94  gwr@mc.com (Gordon W. Ross)
  99.     Use memxxx functions unless USE_BFUNCS is defined.
  100.     Added -f <file> option to bootptest (requested file).
  101.  
  102. 04/29/94  tpaquett@ita.lgc.com (Trevor Paquette)
  103.     Remove call to haddr_conv802() in sendreply().
  104.     The setarp should get the non-transformed address.
  105.  
  106. 04/27/94  gwr@mc.com
  107.     Improve logic for building bootfile pathname, so a path
  108.     will be put in the reply if either the client or bootpd
  109.     specifies a boot file.  (Needed for NetBSD diskless boot)
  110.  
  111. 04/25/94  shamash@boxhill.com (Ari Shamash)
  112.     Fix prs_inetaddr() so it allows '_' in hostnames.
  113.  
  114. 04/16/94  gwr@mc.com (Gordon W. Ross)
  115.     Fix setarp for SVR4 (needs to use I_STR ioctl)
  116.     Thanks to several people: (all sent the same fix)
  117.         Barney Wolff <barney@databus.com>,
  118.         bear@upsys.se (Bj|rn Sj|holm),
  119.         Michael Kuschke <Michael.Kuschke@Materna.DE>,
  120.  
  121. 03/25/95  Ulrich Heuer </I=zhhi9/G=Ulrich/S=Heuer/@zhflur.ubs.ubs.ch>
  122.     Make option string lengths not include a null terminator.
  123.     The trailing null breaks some clients.
  124.  
  125. 03/15/94  "Edmund J. Sutcliffe" <ejs1@tower.york.ac.uk>
  126.     Add support for the "EX" option:  Execute a program
  127.     before sending a BOOTREPLY to a client.  Support for
  128.     this option is conditional on YORK_EX_OPTION.
  129.  
  130. 03/10/94  Nigel Metheringham <nigelm@ohm.york.ac.uk>
  131.     Make getether.c work on Linux.
  132.  
  133. 03/09/94  Koch@Math.Uni-Duisburg.DE (Peter Koch)
  134.     Add missing MANDIR definition to Makefile.
  135.  
  136. 03/08/94  Jeroen.Scheerder@let.ruu.nl
  137.     Fix args to report in getether code for Ultrix.
  138.     Run install individually for each program.
  139.  
  140. --> bootp-2.3.6
  141. 03/07/94  gwr@mc.com
  142.     Cleanup for release (run gnu indent, tab-size=4)
  143.  
  144. 02/24/94  Jeroen.Scheerder@let.ruu.nl
  145.     Allow underscore in host names - readfile.c:goodname()
  146.     Add ConvOldTab.sh - converts 1.1 bootptab to new format.
  147.  
  148. 02/20/94  gwr@mc.com (Gordon W. Ross)
  149.     Make readfile tolerant of hardware addresses that start
  150.     with a letter.  (If lookup_hwa() fails, assume numeric.)
  151.     Fix whitespace skip before :vm= auto: and avoid lookup.
  152.  
  153. 02/12/94  walker@zk3.dec.com (Mary Walker)
  154.     Added support for 64-bit longs (for the DEC Alpha)
  155.     Allow ieee802 hardware address in bit-reversed oreder
  156.  
  157. 02/07/94  hl@tekla.fi (Harald Lundberg)
  158.     Fix conflict with DUMP_FILE in syslog.h on OSF1
  159.     Use int for (struct bootp).bp_xid (for DEC Alpha)
  160.     Added Ultrix support to bootptest (getether)
  161.  
  162. 02/06/94  brezak@ch.hp.com (John Brezak)
  163.     Add man-page and install targets to Makefile.NetBSD
  164.     Add getether support for NetBSD
  165.  
  166. 02/05/94  gwr@mc.com (Gordon W. Ross)
  167.     Added tags 40,41,42 (NIS domain, NIS server, NTP server)
  168.     Add stub to getether for machines not yet supported.
  169.  
  170. --> bootp-2.3.5
  171. 01/29/94  gwr@mc.com (Gordon W. Ross)
  172.     Make bootpgw put a correct address in "giaddr" when
  173.         the client request came via broadcast.
  174.  
  175. 01/22/94  gwr@mc.com (Gordon W. Ross)
  176.     Fix syslog call (missing "facility" code)
  177.     Add SVR4/Streams support to getif() and getether()
  178.     Fix getif bug (matched when it should not)
  179.     Macro-ize lots of similar cases in readfile.c
  180.  
  181. 12/27/93  brezak@ch.hp.com (John Brezak)
  182.     Remove all newlines passed to syslog(3)
  183.     Add /etc/ethers support for NetBSD.
  184.  
  185. 12/18/93  gwr@mc.com (Gordon W. Ross)
  186.     Fix bootptest IP address printing.
  187.     Fix byte-order bugs in bootpgw and bootptest.
  188.     Clean-up signed/unsigned mismatches.
  189.     Back out SLIP support changes for now
  190.         (code fragment saved in ToDo).
  191.  
  192. --> bootp-2.3.4 (beta test release)
  193. 12/12/93  gwr@mc.com (Gordon W. Ross)
  194.     Fixed several more NULL references in readfile.
  195.     Added proper length checks to option insertions.
  196.  
  197. --> bootp-2.3.3 (beta test release)
  198. 12/09/93  gwr@mc.com (Gordon W. Ross)
  199.     Added ASSERT checks to readfile.c:fill_defaults()
  200.  
  201. 12/08/93  brezak@ch.hp.com (John Brezak)
  202.     New Makefile.NetBSD
  203.     Added setsid() and #ifdef TIOCNOTTY
  204.         (bootpd.c, bootpgw.c)
  205.     Moved #include <net/if.h> out of #ifdef SUNOS
  206.     Fixed several multiple declaration problems
  207.  
  208. 12/04/93  gwr@mc.com (Gordon W. Ross)
  209.     Re-implemented Extension File support
  210.       based on work by Jason Zions <jazz@hal.com>
  211.     Added support for Reply-Address-Override to support
  212.       HP clients (need reply sent to broadcast address)
  213.       from David R. Linn <drl@vuse.vanderbilt.edu>
  214.  
  215. --> bootp-2.3.2 (beta test release)
  216. 11/27/93  gwr@mc.com (Gordon W. Ross)
  217.     Incorporated bootptest into the bootp release.
  218.     Added ANSI function prototypes everywhere.
  219.  
  220. 11/17/93  dpm@depend.com (David P. Maynard)
  221.     Added automatic SLIP address determination.
  222.     (This is NOT dynamic IP address assignment.)
  223.     Cleaned up some type warnings from gcc.
  224.  
  225. 11/11/93  gwr@mc.com (Gordon W. Ross)
  226.     Works (again) with no -DSYSLOGD defined.
  227.     Provide a default value for the subnet mask.
  228.     More #ifdef's for SunOS specific code (lookup_hwa)
  229.     Added a simple BOOTP gateway program: bootpgw
  230.     Reorganized for more code sharing (with bootpgw)
  231.  
  232. --> bootp-2.3.1 (alpha test release)
  233. 11/08/93  gwr@mc.com (Gordon W. Ross)
  234.     Back-out changes to honor option structure in request
  235.         (this needs to be a per-client option).
  236.     Merged changes from NetBSD and Columbia versions.
  237.     Allow host name anywhere IP address is expected.
  238.     Add null terminators to option strings.
  239.     Add missing symbols to dump routine, dump symbols
  240.         in alphabetical order, one tag per line.
  241.  
  242. --> bootp-2.2.D (posted as patch 2)
  243. 10/19/93  gwr@mc.com (Gordon W. Ross)
  244.     Fix references to free memory (leads to core dumps).
  245.  
  246. --> bootp-2.2.C (posted as patch 1)
  247. 10/14/93  gwr@mc.com (Gordon W. Ross)
  248.     Fix data access alignment problems on SPARC/Solaris.
  249.  
  250. --> bootp-2.2.B (posted to usenet)
  251. 10/11/93  gwr@mc.com (Gordon W. Ross)
  252.     Allow extended-length BOOTP packets (more vendor options)
  253.     Honor option format specified in client requests.
  254.     Added Solaris-2.X changes from db@sunbim.be (Danny Backx).
  255.  
  256. All history before this point may be inaccurate.  Please send
  257. changes if any of the credits are incorrect. -gwr
  258.  
  259. --> bootp-2.2+NetBSD released
  260. 08/27/93  brezak@ch.hp.com (John Brezak)
  261.     Added RFC 1396 support (tags 14-17)
  262.  
  263. --> bootp-2.2+NetBSD (version?)
  264. ??/??/93  mckim@lerc.nasa.gov (Jim McKim)
  265.     Ported to NetBSD (see Makefile.NetBSD)
  266.     Set server host name in responses.
  267.     Check all interfaces in address match routine.
  268.  
  269. --> bootp-2.2+FdC released
  270. 01/27/93  <fdc@watsun.cc.columbia.edu> Frank da Cruz
  271.     Added RFC 1395 information: Merit dump file, 
  272.     client domain name, swap server address, root path.
  273.  
  274. --> bootp-2.2alpha released
  275. 11/14/91 <walt+@cmu.edu> Walter L. Wimer
  276.     Add "td" to TFTP directory for "secure" (chroot) TFTP.
  277.     Add "sa" tag to set explicit server address.
  278.     Automatically determine if child of inetd.
  279.     Use RFC 1048 format when request has magic number zero.
  280.     Fixed various bugs.  Give bootptab a separate man page.
  281.  
  282. --> bootp-2.1 released
  283. 01/09/89  <walt+@cmu.edu> Walter L. Wimer
  284.     Check world read bit on TFTP boot file.
  285.     Add support for rfc1085 "bootfile size" tag.
  286.     Add generic tags.  Fix byte order of rfc1048 data.
  287.     Fix various crashing bugs.
  288.  
  289. --> bootp-2.0 released
  290. 07/15/88  <walt+@cmu.edu> Walter L. Wimer
  291.     Added vendor information to conform to RFC1048.
  292.     Adopted termcap-like file format to support above.
  293.     Added hash table lookup instead of linear search.
  294.     Other cleanups.
  295.  
  296. --> bootp-1.3(?) released
  297. 07/24/87  <ddp@andrew.cmu.edu> Drew D. Perkins
  298.     Modified to use syslog instead of Kovar's
  299.     routines.  Add debugging dumps.  Many other fixups.
  300.  
  301. --> bootp-1.2(?) released
  302. 07/30/86  David Kovar at Carnegie Mellon University
  303.     Modified to work at CMU.
  304.  
  305. --> bootp-1.1 released
  306. 01/22/86  Bill Croft at Stanford University
  307.     Original created.
  308.