home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / useful / comm / tcp / amitcp / changelog < prev    next >
Text File  |  1994-05-19  |  28KB  |  770 lines

  1. Thu May 19 07:35:18 1994  Pekka Pessi  (ppessi@lk-hp-14.hut.fi)
  2.  
  3.       * Install_AmiTCP:
  4.         Added user name handling and selecting of default user.
  5.  
  6.       * devs/netinfo.device (Smakefile, base.h, entries.h, netinfo.c,
  7.     init.c, server.c, entries.c, groupunit.c, passwdunit.c):
  8.         Added support for DOS notifications, now the changes in passwd and
  9.     group files are immediately visible with passwd and group maps.
  10.  
  11. Wed May 18 19:47:45 1994  Pekka Pessi  (ppessi@lk-hp-1.hut.fi)
  12.  
  13.       * libs/usergroup.library:
  14.         Updated the usergroup.library documentation.
  15.  
  16.       * appl/napsaterm:
  17.         Upgraded to version 3.8, fixed a couple of bugs in 3.7 and earlier
  18.     versions. 
  19.  
  20. Tue May 17 20:29:12 1994  Pekka Pessi  (ppessi@gamma.hut.fi)
  21.  
  22.       * libs/usergroup.library:
  23.     Added a new function call getcredentials() which returns all
  24.     credential for a process, updated library version to 4.
  25.     
  26.       * appl/napsaterm:
  27.     Upgraded to version 3.7, merged enchanchements made by R. Knop.
  28.     Major new feature is support of the Telnet protocol.
  29.  
  30. Mon May 16 01:09:27 1994  Jarno Tapio Rajahalme  (jraja@gamma.hut.fi)
  31.  
  32.       * bin/rsh:
  33.     Fixed bug which caused sending to stop if input was redirected
  34.     from a (not small) file.
  35.  
  36. Sun May 15 16:04:20 1994  Jarno Tapio Rajahalme  (jraja@gamma.hut.fi)
  37.  
  38.       * bin/showmount:
  39.     Added sources to the source distribution.
  40.  
  41. Sat May 14 16:02:47 1994  Jarno Tapio Rajahalme  (jraja@gamma.hut.fi)
  42.  
  43.       * NFS Client by Carsten Heyl:
  44.     Added to the distribution. Thanks Carsten!
  45.  
  46. Tue May  3 00:00:01 1994  Jarno Tapio Rajahalme  (jraja@gamma.hut.fi)
  47.  
  48.       * Install_AmiTCP:
  49.     Added copying of "libs" dir, which was missing.
  50.  
  51.       * netinclude: (errno.h, sys/errno.h):
  52.     Removed the definition for the __sys_errlist. Changed the
  53.     __sys_nerr to be a macro.
  54.  
  55.       * netinclude: (inetdlib.h)
  56.     Removed from the distribution.
  57.  
  58. Mon Apr 25 14:51:19 1994  Jarno Tapio Rajahalme  (jraja@gamma.hut.fi)
  59.  
  60.       * inetd: (inetd.c):
  61.     Fixed bugs in server argument parsing.
  62.  
  63. Sat Apr 23 19:42:11 1994  Tomi Ollila  (too@gamma.hut.fi)
  64.     
  65.       * telnet, inet-handler:
  66.         Fixes and changes to telnet. For DosPacket aborting,
  67.     ACTION_STACK is now used. Telnet has now version 3.3
  68.  
  69. Fri Apr 22 15:09:10 1994  Jarno Tapio Rajahalme  (jraja@gamma.hut.fi)
  70.  
  71.       * AmiTCP: (kern/amiga_log.c):
  72.     Fixed the bug in log file/console name change notify function
  73.     (NETTRACE's DosBase is no more used before initialization).
  74.  
  75.       * netstat: (util/netstat/netstat):
  76.     Added resolving the IP addresses (by Pavel Troller
  77.     <patrol@k332.feld.cvut.cz>). The resolving is done with AmiTCP
  78.     command 'resolve', and can be bypassed with command line
  79.     switch '-n'.
  80.     Added caching the resolved addresses (jraja).
  81.  
  82. Sun Apr 17 15:09:37 1994  Tomi Ollila  (too@lk-hp-11.hut.fi)
  83.  
  84.       * telnet, inet-handler: 
  85.         Added new `AmiTCP/IP_telnet 3.1' (5760 bytes)
  86.     Added preliminary ACTION_FORCE handling to inet-handler
  87.     and chanded some error messages a bit more descriptive.
  88.  
  89. Wed Apr 13 11:49:37 1994  Jarno Tapio Rajahalme  (jraja@gamma.hut.fi)
  90.  
  91.       * netlib: (serveraccept.c, autoinitd.c, init_inet_daemon.c,
  92.     set_socket_stdio.c and others with minor modifications):
  93.     Removed separate objects (serveraccept.o, autoinitd.o). The
  94.     serveraccept() is now included in the net.lib. autoinitd.o
  95.     functionality is now replaced with the standard autoinit module
  96.     int the net.lib + the new init_inet_daemon() function, which
  97.     obtains the server socket accepted by the inetd. The stdin,
  98.     stdout, and stderr can be redirected to any socket with the new
  99.     set_socket_stdio() function.
  100.  
  101.       * src/examples/serv:
  102.         Added an simple example server, which uses stdio over the socket.
  103.     The server is normally started by the inetd (an entry for the
  104.     in.example must be added to db/inetd.conf), but if started at cli,
  105.     it will operate over the normal stdin/stdout.
  106.  
  107. Fri Apr  8 18:22:29 1994  Tomi Ollila  (too@lk-hp-12.hut.fi)
  108.  
  109.       * netinclude:
  110.         Fixed arpa/telnet.h to define some TELOPT macros even TELOPTS
  111.     is not defined. One may need those macros but not that
  112.     `telopts' string array. Updated inline/usergroup.h for
  113.     gcc users.
  114.  
  115. Thu Apr  7 23:51:28 1994  Jarno Tapio Rajahalme  (jraja@gamma.hut.fi)
  116.  
  117.       * netinclude:
  118.     Added new file amitcp/types.h, which contains common type
  119.     definitions, which were previously defined in several places
  120.     around the netincludes. This is done because of the SAS/C GST
  121.     system, which doesn't like same symbol being defined in more
  122.     than one file.
  123.  
  124. Wed Apr  6 18:42:35 1994  Tomi Ollila  (too@lk-hp-12.hut.fi)
  125.  
  126.       * AmiTCP: (kern/amiga_netdb.[ch], kern/accesscontrol.c):
  127.     Added symbol '@' as `Service' in access control lists
  128.     to match with privileged ( < 1024) ports.
  129.  
  130. Tue Apr  5 20:19:36 1994  Tomi Ollila  (too@lk-hp-11.hut.fi)
  131.  
  132.       * tcp_AmiTCP, inet-handler:
  133.         Updated and cleaned up a bit.
  134.  
  135. Mon Apr  4 04:42:27 1994  Jarno Tapio Rajahalme  (jraja@gamma.hut.fi)
  136.  
  137.       * netlib:
  138.     Added files popen.c (by Rick Schaeffer), sleep.c and usleep().
  139.     popen.c implements UNIX compatible popen() and pclose() functions,
  140.     sleep.c and usleep.c implement UNIX compatible sleep() and
  141.     usleep() functions, respectively. 
  142.  
  143. Sat Apr  2 15:03:34 1994  Jarno Tapio Rajahalme  (jraja@gamma.hut.fi)
  144.  
  145.       * AmiTCP: (api/amiga_api.c, api/amiga_api.h, api/amiga_generic2.c,
  146.     api/gethostnamadr.c, api/res_init.c, api/res_mkquery.c,
  147.     api/res_query.c, api/res_send.c, api/resolv.h, kern/amiga_main.c):
  148.     Moved global resolver variables to the SocketBase, eliminating
  149.     the need for the res_lock, which is removed. Added tag code
  150.     SBTC_HERRNOLONGPTR for setting the h_errno pointer (LONG *).
  151.  
  152.       * netlib: (getherrno.c, autoinit.c, rcmd.c, Smakefile, GNUmakefile):
  153.     Removed getherrno.c, added global h_errno and it's pointer passing
  154.     to the autoinit.c, changed the rcmd.c to use newer netlib
  155.     features.
  156.  
  157.       * netinclude: (netdb.h, amitcp/socketbasetags.h):
  158.     Added external declaration of the h_errno to the netdb.h, added
  159.     tag code SBTC_HERRNOLONGPTR to the amitcp/socketbasetags.h.
  160.  
  161. Tue Mar 29 16:00:00 1994  Jarno Tapio Rajahalme  (jraja@gamma.hut.fi)
  162.  
  163.       * netlib: (utime.c):
  164.     Added to the distribution.
  165.  
  166.       * netinclude: (utime.h):
  167.     Added to the distribution.
  168.  
  169. Tue Mar 29 16:00:00 1994  Pekka Pessi  (ppessi@lk-hp-20.hut.fi)
  170.  
  171.       * usrlib:
  172.     Moved all functionality to netlib.
  173.  
  174. Sat Mar 26 12:19:54 1994  Tomi Ollila  (too@lk-hp-11.hut.fi)
  175.  
  176.       * AmiTCP: (netinet/tcp_input.c, kern/accesscontrol.[ch],
  177.     kern/amige_netdb.[ch] api/getxbyy.c
  178.     Added simple (but efficient) access control to the protocol
  179.     stack. Fixed bug in getservbyname() which now checks the
  180.     protocol string. 
  181.  
  182. Tue Mar 22 11:21:59 1994  Jarno Tapio Rajahalme  (jraja@lk-hp-11.hut.fi)
  183.  
  184.       * AmiTCP: (api/amiga_generic.c, api/amiga_generic2.c,
  185.     api/amiga_syscalls.c, api/amiga_api.h, api/amiga_api.c,
  186.     netinclude:amitcp/socketbasetags.h): 
  187.     Added new field 'fdCallback' to the SocketBase, added new tag to
  188.     SocketBaseTags() (SBTC_FDCALLBACK) for setting this function
  189.     pointer. Added code to AmiTCP functions to call this callback
  190.     whenever dTable changes.
  191.  
  192.       * netlib: (_allocufb.c, _chkufb.c, _close.c, _lseek.c, _open.c, 
  193.     _read.c, _write.c, fhopen.c, ioctl.c, iomode.c, isatty.c, stat.c):
  194.     Added the preliminary unix io compatibility code.
  195.           
  196.       * netinclude: (ios1.h):
  197.     New file containing additions to SAS/C header with the same name
  198.     (include:ios1.h). Defines flag UFB_SOCK for sockets.
  199.  
  200. Mon Mar 21 17:18:48 1994  Jarno Tapio Rajahalme  (jraja@lk-hp-11.hut.fi)
  201.  
  202.       * binary distribution: (bin/netmount, doc/netfs.doc,
  203.     l/netfs-handler, serv/netfs-server):
  204.     Updated to the newest release (0.56).
  205.  
  206. Sun Mar 20 02:13:33 1994  Jarno Tapio Rajahalme  (jraja@lk-hp-11.hut.fi)
  207.  
  208.       * netinclude: (arpa/ftp.h, arpa/nameser.h, arpa/tftp.h,
  209.         arpa/telnet.h): 
  210.     Added to the distribution.
  211.  
  212. Thu Mar 17 06:23:06 1994  Jarno Tapio Rajahalme  (jraja@lk-hp-11.hut.fi)
  213.  
  214.       * netinclude: (sys/syslog.h):
  215.         Added "INACTIVE" to the log window parameters (suggested by
  216.         Carsten Heyl).
  217.  
  218. AmiTCP/IP Release 3.0 beta: (released 11.3.1994)
  219. ================================================
  220.  
  221. Wed Mar  9 11:47:38 1994  Jarno Tapio Rajahalme  (jraja@lk-hp-11.hut.fi)
  222.  
  223.