xref: /freebsd/sys/netinet/libalias/HISTORY (revision 59354a4e8d7075dc4ad1c76052750ed622833316)
13efa11bbSBrian SomersVersion 1.0: August 11, 1996 (cjm)
23efa11bbSBrian Somers
33efa11bbSBrian SomersVersion 1.1:  August 20, 1996  (cjm)
43efa11bbSBrian Somers    - Host accepts incoming connections for ports 0 to 1023.
53efa11bbSBrian Somers
63efa11bbSBrian SomersVersion 1.2:  September 7, 1996 (cjm)
73efa11bbSBrian Somers    - Fragment handling error in alias_db.c corrected.
83efa11bbSBrian Somers
93efa11bbSBrian SomersVersion 1.3:  September 15, 1996 (cjm)
103efa11bbSBrian Somers    - Generalized mechanism for handling incoming
113efa11bbSBrian Somers      connections (no more 0 to 1023 restriction).
123efa11bbSBrian Somers
133efa11bbSBrian Somers    - Increased ICMP support (will handle traceroute now).
143efa11bbSBrian Somers
153efa11bbSBrian Somers    - Improved TCP close connection logic.
163efa11bbSBrian Somers
173efa11bbSBrian SomersVersion 1.4: September 16, 1996 (cjm)
183efa11bbSBrian Somers
193efa11bbSBrian SomersVersion 1.5: September 17, 1996 (cjm)
203efa11bbSBrian Somers    - Corrected error in handling incoming UDP packets
213efa11bbSBrian Somers      with zero checksum.
223efa11bbSBrian Somers
233efa11bbSBrian SomersVersion 1.6: September 18, 1996
243efa11bbSBrian Somers    - Simplified ICMP data storage.  Will now handle
253efa11bbSBrian Somers      tracert from Win95 and NT as well as FreeBSD
263efa11bbSBrian Somers      traceroute, which uses UDP packets to non-existent
273efa11bbSBrian Somers      ports.
283efa11bbSBrian Somers
293efa11bbSBrian SomersVerstion 1.7: January 9, 1997 (cjm)
303efa11bbSBrian Somers    - Reduced malloc() activity for ICMP echo and
313efa11bbSBrian Somers      timestamp requests.
323efa11bbSBrian Somers
333efa11bbSBrian Somers    - Added handling for out-of-order IP fragments.
343efa11bbSBrian Somers
353efa11bbSBrian Somers    - Switched to differential checksum computation
363efa11bbSBrian Somers      for IP headers (TCP, UDP and ICMP checksums
373efa11bbSBrian Somers      were already differential).
383efa11bbSBrian Somers
393efa11bbSBrian Somers    - Accepts FTP data connections from other than
403efa11bbSBrian Somers      port 20.  This allows one ftp connections
413efa11bbSBrian Somers      from two hosts which are both running packet
423efa11bbSBrian Somers      aliasing.
433efa11bbSBrian Somers
4459354a4eSBrian Somers    - Checksum error on FTP transfers.  Problem
4559354a4eSBrian Somers      in code located by Martin Renters and
4659354a4eSBrian Somers      Brian Somers.
4759354a4eSBrian Somers
483efa11bbSBrian SomersVersion 1.8: January 14, 1997 (cjm)
493efa11bbSBrian Somers    - Fixed data type error in function StartPoint()
503efa11bbSBrian Somers      in alias_db.c (this bug did not exist before v1.7)
5159354a4eSBrian Somers      Problem in code located by Ari Suutari.
523efa11bbSBrian Somers
533efa11bbSBrian SomersVersion 1.9: February 1, 1997 (Eivind Eklund <perhaps@yes.no>)
543efa11bbSBrian Somers    - Added support for IRC DCC (ee)
553efa11bbSBrian Somers
563efa11bbSBrian Somers    - Changed the aliasing routines to use ANSI style
573efa11bbSBrian Somers      throughout (ee)
583efa11bbSBrian Somers
593efa11bbSBrian Somers    - Minor API changes for integration with other
603efa11bbSBrian Somers      programs than PPP (ee)
613efa11bbSBrian Somers
623efa11bbSBrian Somers    - Fixed minor security hole in alias_ftp.c for
633efa11bbSBrian Somers      other applications of the aliasing software.
643efa11bbSBrian Somers      Hole could _not_ manifest in ppp+pktAlias, but
653efa11bbSBrian Somers      could potentially manifest in other applications
663efa11bbSBrian Somers      of the aliasing. (ee)
673efa11bbSBrian Somers
683efa11bbSBrian Somers    - Connections initiated from packet aliasing
693efa11bbSBrian Somers      host machine will not have their port number
703efa11bbSBrian Somers      aliased unless it conflicts with an aliasing
713efa11bbSBrian Somers      port already being used. (There is an option
723efa11bbSBrian Somers      to disable this for debugging) (cjm)
733efa11bbSBrian Somers
743efa11bbSBrian Somers    - Sockets will be allocated in cases where
753efa11bbSBrian Somers      there might be port interference with the
763efa11bbSBrian Somers      host machine.  This can be disabled in cases
773efa11bbSBrian Somers      where the ppp host will be acting purely as a
783efa11bbSBrian Somers      masquerading router and not generate any
793efa11bbSBrian Somers      traffic of its own.
803efa11bbSBrian Somers      (cjm)
813efa11bbSBrian Somers
823efa11bbSBrian SomersVersion 2.0: March, 1997 (cjm)
833efa11bbSBrian Somers    - Aliasing links are cleared only when a host interface address
843efa11bbSBrian Somers      changes.
853efa11bbSBrian Somers
863efa11bbSBrian Somers    - PacketAliasPermanentLink() API added.
873efa11bbSBrian Somers
883efa11bbSBrian Somers    - Option for only aliasing private, unregistered
893efa11bbSBrian Somers      IP addresses added.
903efa11bbSBrian Somers
913efa11bbSBrian Somers    - Substantial rework to the aliasing lookup engine.
923efa11bbSBrian Somers
933efa11bbSBrian SomersVersion 2.1: May, 1997 (cjm)
943efa11bbSBrian Somers    - Continuing rework to the aliasing lookup engine
953efa11bbSBrian Somers      to support multiple incoming addresses and static
963efa11bbSBrian Somers      NAT.  PacketAliasRedirectPort() and
973efa11bbSBrian Somers      PacketAliasRedirectAddr() added to API.
983efa11bbSBrian Somers
993efa11bbSBrian Somers    - Now supports outgoing as well as incoming ICMP
1003efa11bbSBrian Somers      error messges.
1013efa11bbSBrian Somers
1023efa11bbSBrian SomersVersion 2.2: July, 1997 (cjm)
1033efa11bbSBrian Somers    - Rationalized API function names to all begin with
1043efa11bbSBrian Somers      "PacketAlias..."  Old function names are retained
1053efa11bbSBrian Somers      for backwards compatitibility.
1063efa11bbSBrian Somers
1073efa11bbSBrian Somers    - Packet aliasing engine will now free memory of
1083efa11bbSBrian Somers      fragments which are never resolved after a timeout
1093efa11bbSBrian Somers      period.  Once a fragment is resolved, it becomes
1103efa11bbSBrian Somers      the users responsibility to free the memory.
1114fe071a9SBrian Somers
1124fe071a9SBrian SomersVersion 2.3: August 11, 1997 (cjm)
1134fe071a9SBrian Somers    - Problem associated with socket file descriptor
1144fe071a9SBrian Somers      accumulation in alias_db.c corrected.  The sockets
1154fe071a9SBrian Somers      had to be closed when a binding failed.  Problem
11659354a4eSBrian Somers      in code located by Gordon Burditt.
11759354a4eSBrian Somers
11859354a4eSBrian SomersVersion 2.4: September 1, 1997 (cjm)
11959354a4eSBrian Somers    - PKT_ALIAS_UNREGISTERED_ONLY option repaired.
12059354a4eSBrian Somers      This part of the code was incorrectly re-implemented
12159354a4eSBrian Somers      in version 2.1.
1224fe071a9SBrian Somers
123