AminetAminet
Search:
84450 packages online
About
Recent
Browse
Search
Upload
Setup
Services

comm/net/AmiTCP-bin-30b2.lha

Mirror:Random
Showing:ppc-morphosgeneric
No screenshot available
Short:GNU TCP/IP stack
Author:amitcp-group at hut.fi (The AmiTCP/IP Group)
Uploader:lombi iprimus com au (Lorence Lombardo)
Type:comm/net
Version:3.0b2
Architecture:m68k-amigaos
Date:2012-07-31
Download:http://aminet.net/comm/net/AmiTCP-bin-30b2.lha - View contents
Readme:http://aminet.net/comm/net/AmiTCP-bin-30b2.readme
Downloads:11915

Note from uploader:-

This is the last free version of AmiTCP that I am aware of.
Even if you use Miami you need to have the AmiTCP: assign with stuff in it
to run programs such as the BitchX IRC client.

End of my note. ;) 


  Please read the NOTE_TO_BETA_TESTERS on the archive before you do
  anything else.

  AmiTCP/IP is the first publicly available TCP/IP protocol stack for
  the SANA-II interface. AmiTCP/IP provides an application level socket
  interface to the Internet protocol suite as an Amiga shared library.

* distributions

  AmiTCP/IP 3.0 beta 2 is distributed in 3 archives:

	AmiTCP-bin-30b2.lha	AmiTCP/IP package
	AmiTCP-api-30b2.lha	Include files and link libraries
	AmiTCP-src-30b2.lha	Source for AmiTCP/IP and utilities

  If you just want to use AmiTCP/IP you need just bin and one of
  document files. If you want to write your own applications or compile
  AmiTCP/IP you need api/src, too. Number in the name corresponds to
  distribution version. Printed documentation is currently up to release
  2.0.

  Unpack archive(s), then read README.FIRST and HowToInstall.

* Bug reports 

  Send any bug reports to <AmiTCP-Bug at hut.fi>.

* New Features, enchancements and bug fixes on each release:

  New Features on 3.0 beta 2:

    * binary distribution:
	- all files which are installed to non-AmiTCP directories are
	  now placed in AmiTCP:export. After the installation is done
	  you can delete all these files.

    * AmiTCP:
	- Added "INACTIVE" to the log window parameters (suggested by
	  Carsten Heyl).
	- Added new callback functionality to coordinate fd tables
	  with the link library. (SocketBaseTags() tag
	  SBTC_FDCALLBACK).
	- Added simple (but efficient) access control to the protocol
	  stack. Now it is possible to deny TCP connections to
	  given/any ports from given/any machine.
	- Made name server resolving multithreaded. Now each
	  application has it's own set of resolver state variables.
	  Before any name resolvation would block if another
	  resolvation was in progress.
	- Added h_errno setting via a pointer (SocketBaseTags() tag
	  SBTC_HERRNOLONGPTR).

    * db/inet.access:
	- New configuration file for Internet access control. Includes
	  documentation.

    * netinclude:
	- Added arpa protocol headers (arpa/ftp.h, arpa/nameser.h,
	  arpa/tftp.h and arpa/telnet.h) to the distribution.
	- Added/deleted some files.

    * netlib:
	- Moved usr.lib functionality to here.
	- Added implementation of SAS/C level 1 I/O functions, which
	  allows stdio on sockets (printf(), and a like).
	- Integrated inetd daemon startup code to here. Includes
	  functions init_inet_daemon() and set_socket_stdio(). See
	  src/examples/serv for an example.
	- Added some unix style functions (utime(), popen(), sleep()
	  etc.). See doc/netlib.doc for a full list and a reference.
	- Added real h_errno variable.

    * libs/usergroup.library:
	- Added a new function call getcredentials() which returns all
	  credential for a process, updated library version to 4.

    * ch_nfsc:
	- Carsten Heyl's (SUN NFS compatible) NFS client added to the
	  distribution.
	  
    * napsaterm:
	- Upgraded to version 3.8, merged enchanchements made by R. Knop
	  (tektronix emulation). Major new feature is support of the 
	  Telnet protocol.

    * netfs:
	- Updated version.

    * tcp_AmiTCP:
	- Updated version.

    * inet-handler:
	- Updated version.

    * telnet:
	- Totally new version.

    * netstat:
	- Added resolving the IP addresses (by Pavel Troller
	  <patrol at k332.feld.cvut.cz>). The resolving is done with
	  AmiTCP command 'resolve', and can be bypassed with command
	  line switch '-n'.
	- Added caching the resolved addresses (jraja).

    * src/examples/serv:
	- New example of stdio and inetd usage.

    * ftp:
	- removed from the distribution. Use NcFTP instead.
	  (Hint: alias ftp ncftp -u [])

  Fixed Bugs on 3.0 beta 2:

    * AmiTCP:
	- Fixed bug in getservbyname() which now checks the protocol
	  string.
	- Fixed the bug in log file/console name change notify
	  function (NETTRACE's DosBase is no more used before
	  initialization).

    * inetd:
	- Fixed bugs in server argument parsing. Before any more than
	  one argument would not have worked. (Thanks to Magnus Lilja
	  for pointing this out).

    * Install_AmiTCP:
	- Added copying of the "libs" dir.

    * rsh:
	- Fixed bug which caused sending to stop if input was redirected
	  from a (not small) file.

  New Features on 3.0 beta:

    * AmiTCP:
	- Changed the AmiTCP ARexx port (AMITCP) to show only after the API
	  is up and running (no need to "wait" on the bin/startnet).
	- Added functions sendmsg() and recvmsg() for scatter/gather I/O.
	- First parameter to Dup2Socket() can now be -1 to mark the fd
          (the second parameter) as not to be used by AmiTCP.
	- Added function SocketBaseTagList(). Tag definitions for it are
          on netinclude:amitcp/socketbasetags.h
	- Added function gethostid(), which returns the primary IP
          address of the host as the unique host id.
	- Implemented gethostname() API function and HOSTNAME ARexx variable
	  (QUERY/SET). The host name is queried from the netdb and/or name
	  server, if it is not explicitly given in db/AmiTCP.config _or_ set
	  with the ARexx SET command.
	- Added support for the BSD %m feature to the syslog() (%m is
          replaced by the error description of current errno value), Also
          changed the formatting code to not use the Exec's RawDoFmt()
          allowing 32 bit values to be printed without the 'l' size
          modifier. 
	- Only the sizes 1, 2 and 4 are now allowed for the errno
          variable.
	- SetErrnoPtr() has now return value. 0 on success and -1
          otherwise. The _old_ errno indicates the error causing the
          failure.
	- "new" interface naming style (eg. slip.device/0 -> sl0)

    * db/interfaces:
	- New configuration file to allow easy extension to new sana2
	  devices. Maps interface names to sana2 parameters.

    * netinclude:
	- Added SocketBaseTagList() definitions to
	  amitcp/socketbasetags.h 
	- GCC: Added inline functions from clib/socket_inlines.h to
	  inline/socket.h, since those had to be modified for gcc.
	  Generated big list of defines to make possible to use local
	  `SocketBase' variable in calls to bsdsocket.library calls.
	  This feature is invoked defining SOCKETBASE_IN_CONTEXT.
	- Added syslog.h (includes sys/syslog.h) for source
	  compatibility.
	- SAS/C: inline functions are defined only if OPTINLINE is
	  used, netlib stubs are used otherwise.
	- Added new prototypes and declarations for the
	  usergroup.library and its link library (grp.h, pwd.h,
	  unistd.h, utmp.h, clib/netlib_protos.h) 
	- Changes for the short interface names, removed interface
	  tags.
	- Added include files for the netinfo.device
	- Added RPC include directories rpc and rpcsvc
 
    * net.lib:
	- Added rcmd() and resvport(), removed getpwuid() and getgrgid().
	- Added syslog() support functions: openlog(), closelog() and
          setlogmask().
	- Removed errlst.c (error tables are now inside the AmiTCP to
	  decrease overall memory usage).
	- Removed gethostname(), now implemented in the AmiTCP.
	- Added strerror().
	- Added perror() and stubs for the inline functions (if the
	  inlining is not done).
	- Program name is passed to the AmiTCP at startup. It is used
	  in the syslog() messages.
	- New function herror() will print the host error code set
	  after host resolving failure (uses SocketBaseTags()).
	- New function GetHErrno() will return the host error code
	  using the SocketBaseTags().

    * usergroup.library:
	- New library managing the user/group information.

    * netinfo.device:
        - New device, which handles the actual user/group database
	  files.

    * rpc.lib:
	- AmiTCP implementation of the Sun RPC 4.0.

    * help/RPC.guide:
	- Full documentation for the RPC in the AmigaGuide format.

    * rh(c)slip.device:
	- Added configureable MTU and EOFMODE.

    * tcp_AmiTCP:
	- Added sending of custom packet to ABORT pending read packet
	  when network closes the connection. This packet is FIFO
	  spesific and won't do anything when using another handler.
	  Anyway, it works with emacs which uses FIFO to communicate
	  with spawned processes.

    * ping:
	- New loose routing option (-L).

    * napsaterm:
	- New version, has some bugs fixed and uses the
	  usergroup.library for user information.

    * ncftp:
	- Uses usergroup.library to find the user name _and_ home
	  directory. 

    * id, login, passwd, umask and whoami:
	- New usergroup.library oriented utilities
	
    * resolve:
	- New utility, trying to return host name from the IP address.

    * rsh:
	- New utility to execute commands on remote hosts, note that
	  the server program is not included.

    * rcsrev:
	- New development utility, which creates standard _rev.h files
	  from some files RCS id.

    * src/devtools, src/examples, src/doc:
	- New directories to clean up the directory structure.

    * portmap:
	- RPC program,version to port mapper, needed to be run before
	  any RPC based servers.

    * rpcinfo:
	- Utility to show RPC bindings on a portmap on some host.

  Fixed Bugs on 3.0 beta:

    * AmiTCP:
	- Fixed the route dumping bug.
	- Logging information is now appended to the end of the old
          log file.

    * ping:
	- record routing (-R) now works.

  New Features on 2.3:

    * AmiTCP:
	- New ARexx command "KILL" and a new script, bin/stopnet,
          which sends this command to AmiTCP, causing it to try to
          stop all networking applications, and if successfull,
          itself, too.

    * NcFTP:
	- Faster I/O on binary transfers.

  Fixed Bugs on 2.3:

    * AmiTCP:
	- Removed the incorrect use of M_EOR, which caused fragmented
          packets to be	truncated.

New Features in 2.2:

    * AmiTCP:
 	- The interactive sessions have now a higher priority when
	  using rh(c)slip.device
    * arp: 
	- Arp table dumping is now working
    * netstat:
	- Routing table can be dumped

New Features in 2.1:

    * Inet-handler:
        - With Inet-Handler you can use AmigaDOS IO to access TCP protocol
    * finger: 
	- New application, prints information about local and remote users
    * fingerd:
	- Calls now finger when asked for local users. (This feature requires
	  Apipe-handler by Per Bojsen, Apipe-handler can be found e.g. on Fish
	  disk 783)
    * ls:
	- New application, an imitation of Unix directory lister.  Supports
	  multiuser filesystems. Included as an example of user and group
	  database usage
    * Napsaterm:
	- Default window title is now the name of the remote host
	- A public screen can be used with -S switch (thanks trossi!)
    * SynClock:
	- A simple script which synchronize clock in Amiga with
	  specified host in network
    * AmiTCP:
	- A timestamp is added to the log messages
	- Faster checksum calculation implemented in assembler
    * netlib: 
	- User and group database handling routines are added to the
	  net.lib. Release includes example databases for `ls' and `finger'
	  utilities, which use these databases
	- A real gettimeofday() using locale is also added


Contents of comm/net/AmiTCP-bin-30b2.lha
PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[unknown]                  278     632  44.0% -lh5- c45f May 19  1994 AmiTCP-3.0b2.info
[unknown]                65931  116064  56.8% -lh5- 315e May  3  1994 AmiTCP-3.0b2/AmiTCP
[unknown]                 4831   11374  42.5% -lh5- 07f4 Aug  1 12:53 AmiTCP-3.0b2/AmiTCP-bin-30b2.readme
[unknown]                 4675   11134  42.0% -lh5- d8c7 May 18  1994 AmiTCP-3.0b2/AmiTCP-bin-30b2.readme.orig
[unknown]                  276     632  43.7% -lh5- 4b3b May 19  1994 AmiTCP-3.0b2/bin.info
[unknown]                 8755   13876  63.1% -lh5- 2dfa Apr 26  1994 AmiTCP-3.0b2/bin/agnet
[unknown]                10681   17412  61.3% -lh5- 3707 May  3  1994 AmiTCP-3.0b2/bin/arp
[unknown]                 2629    4340  60.6% -lh5- 7a58 Feb  8  1994 AmiTCP-3.0b2/bin/askhost
[unknown]                 2349    3840  61.2% -lh5- 2fbe May  8  1994 AmiTCP-3.0b2/bin/ch_chmod
[unknown]                 1169    1592  73.4% -lh5- 74f7 May  8  1994 AmiTCP-3.0b2/bin/ch_die
[unknown]                 1957    2856  68.5% -lh5- c190 May  8  1994 AmiTCP-3.0b2/bin/ch_mknod
[unknown]                42833   75280  56.9% -lh5- 5919 May  8  1994 AmiTCP-3.0b2/bin/ch_nfsc
[unknown]                 2425    8291  29.2% -lh5- d058 May  8  1994 AmiTCP-3.0b2/bin/ch_nfsctl
[unknown]                 2574    4136  62.2% -lh5- bbd9 May  8  1994 AmiTCP-3.0b2/bin/ch_nfsmount
[unknown]                 7296   11300  64.6% -lh5- ad52 May  8  1994 AmiTCP-3.0b2/bin/ch_setowner
[unknown]                12933   20408  63.4% -lh5- 54ca Apr 27  1994 AmiTCP-3.0b2/bin/finger
[unknown]                  770    1284  60.0% -lh5- 2304 Apr 26  1994 AmiTCP-3.0b2/bin/id
[unknown]                 8201   13232  62.0% -lh5- ce7f Apr 26  1994 AmiTCP-3.0b2/bin/ifconfig
[unknown]                11788   18868  62.5% -lh5- 496c May  3  1994 AmiTCP-3.0b2/bin/inetd
[unknown]                60011  115144  52.1% -lh5- b538 Jul 30  1993 AmiTCP-3.0b2/bin/Installer
[unknown]                 3373    5328  63.3% -lh5- 93c3 May  3  1994 AmiTCP-3.0b2/bin/letnet
[unknown]                 5936    9052  65.6% -lh5- 7ceb May  3  1994 AmiTCP-3.0b2/bin/login
[unknown]                 6185    9272  66.7% -lh5- 9f03 Apr 27  1994 AmiTCP-3.0b2/bin/ls
[unknown]                36626   63940  57.3% -lh5- a6ce May 19  1994 AmiTCP-3.0b2/bin/napsaterm
[unknown]                  605    1124  53.8% -lh5- 6783 May 19  1994 AmiTCP-3.0b2/bin/napsaterm.info
[unknown]                47449   84824  55.9% -lh5- 19a0 May  3  1994 AmiTCP-3.0b2/bin/ncftp
[unknown]                 5726    9484  60.4% -lh5- 749f Mar 21  1994 AmiTCP-3.0b2/bin/netmount
[unknown]                 4175   12120  34.4% -lh5- 2cb7 May  3  1994 AmiTCP-3.0b2/bin/netstat
[unknown]                 1550    2396  64.7% -lh5- 37d6 May  3  1994 AmiTCP-3.0b2/bin/offline
[unknown]                 1550    2396  64.7% -lh5- 37d6 Apr 26  1994 AmiTCP-3.0b2/bin/online
[unknown]                 2758    4320  63.8% -lh5- b67b May  3  1994 AmiTCP-3.0b2/bin/passwd
[unknown]                12116   19896  60.9% -lh5- 1e84 Apr 26  1994 AmiTCP-3.0b2/bin/ping
[unknown]                17562   28820  60.9% -lh5- 9124 May  3  1994 AmiTCP-3.0b2/bin/portmap
[unknown]                14441   23684  61.0% -lh5- b0b7 Apr 26  1994 AmiTCP-3.0b2/bin/qwriter
[unknown]                  441     544  81.1% -lh5- 63e9 Apr 26  1994 AmiTCP-3.0b2/bin/resolve
[unknown]                 9032   13964  64.7% -lh5- 62b5 Apr 26  1994 AmiTCP-3.0b2/bin/route
[unknown]                19256   31912  60.3% -lh5- 4578 May  3  1994 AmiTCP-3.0b2/bin/rpcinfo
[unknown]                 8940   14092  63.4% -lh5- bfce May 16  1994 AmiTCP-3.0b2/bin/rsh
[unknown]                14554   23684  61.5% -lh5- f829 May 15  1994 AmiTCP-3.0b2/bin/showmount
[unknown]                   50      50 100.0% -lh0- 1ffa Dec 23  1993 AmiTCP-3.0b2/bin/stopnet
[unknown]                  465     665  69.9% -lh5- 6272 Nov  8  1993 AmiTCP-3.0b2/bin/SynClock
[unknown]                 3470    5936  58.5% -lh5- 276d Apr 23  1994 AmiTCP-3.0b2/bin/telnet
[unknown]                  636     816  77.9% -lh5- 00e6 Apr 26  1994 AmiTCP-3.0b2/bin/umask
[unknown]                  354     448  79.0% -lh5- 6099 Apr 26  1994 AmiTCP-3.0b2/bin/whoami
[unknown]                 9889   27617  35.8% -lh5- d175 May 19  1994 AmiTCP-3.0b2/ChangeLog
[unknown]                  269     487  55.2% -lh5- e04f Nov 20  1993 AmiTCP-3.0b2/ChangeLog.info
[unknown]                 6994   17986  38.9% -lh5- a748 Aug 12  1993 AmiTCP-3.0b2/COPYING
[unknown]                  246     478  51.5% -lh5- 326b Nov 17  1993 AmiTCP-3.0b2/COPYING.info
[unknown]                 4552   11229  40.5% -lh5- 594d May 14  1994 AmiTCP-3.0b2/COPYRIGHTS
[unknown]                  246     478  51.5% -lh5- 8379 Nov 17  1993 AmiTCP-3.0b2/COPYRIGHTS.info
[unknown]                  103     118  87.3% -lh5- 4403 Aug 12  1993 AmiTCP-3.0b2/db/AmiTCP.config
[unknown]                  770    1416  54.4% -lh5- 7392 May  8  1994 AmiTCP-3.0b2/db/ch_nfstab
[unknown]                  194     293  66.2% -lh5- 87cd Feb 26  1994 AmiTCP-3.0b2/db/group-example
[unknown]                  710    1325  53.6% -lh5- 3bbc Aug 12  1993 AmiTCP-3.0b2/db/hosts
[unknown]                 1572    3324  47.3% -lh5- aafd Apr  6  1994 AmiTCP-3.0b2/db/inet.access
[unknown]                  636    1438  44.2% -lh5- 4a47 Feb 27  1994 AmiTCP-3.0b2/db/inetd.conf
[unknown]                 1464    3516  41.6% -lh5- aafb Feb 26  1994 AmiTCP-3.0b2/db/interfaces
[unknown]                  384     802  47.9% -lh5- 871c May 15  1994 AmiTCP-3.0b2/db/napsaprefs
[unknown]                  467     783  59.6% -lh5- 5b01 Mar 26  1994 AmiTCP-3.0b2/db/netdb
[unknown]                  113     143  79.0% -lh5- 4205 Aug 13  1993 AmiTCP-3.0b2/db/netdb-myhost.example
[unknown]                  362     588  61.6% -lh5- 979a Feb 26  1994 AmiTCP-3.0b2/db/passwd-example
[unknown]                  291     433  67.2% -lh5- 9e97 Aug 12  1993 AmiTCP-3.0b2/db/protocols
[unknown]                  364     710  51.3% -lh5- 60b3 Mar  7  1994 AmiTCP-3.0b2/db/rpc
[unknown]                 1066    2103  50.7% -lh5- a6ae Oct 20  1993 AmiTCP-3.0b2/db/services
[unknown]                  110     134  82.1% -lh5- 39cf Nov 16  1993 AmiTCP-3.0b2/devs/inet-mountlist
[unknown]                 4713    7580  62.2% -lh5- 278e May 19  1994 AmiTCP-3.0b2/devs/netinfo.device
[unknown]                  279     632  44.1% -lh5- 9b6d May 19  1994 AmiTCP-3.0b2/doc.info
[unknown]                13535   35650  38.0% -lh5- 300e May 16  1994 AmiTCP-3.0b2/doc/AmiTCP-FAQ.txt
[unknown]                  461     857  53.8% -lh5- 1839 Jan 22  1994 AmiTCP-3.0b2/doc/askhost.doc
[unknown]                  567    1018  55.7% -lh5- 7096 May  8  1994 AmiTCP-3.0b2/doc/ch_chmod.doc
[unknown]                  192     250  76.8% -lh5- f1e8 May  8  1994 AmiTCP-3.0b2/doc/ch_die.doc
[unknown]                  324     509  63.7% -lh5- 53ef May  8  1994 AmiTCP-3.0b2/doc/ch_mknod.doc
[unknown]                  289     445  64.9% -lh5- f82b May  8  1994 AmiTCP-3.0b2/doc/ch_setowner.doc
[unknown]                  884    1731  51.1% -lh5- 9b2c May  3  1994 AmiTCP-3.0b2/doc/fingerd.doc
[unknown]                 1235    2406  51.3% -lh5- 5ff5 Oct 24  1993 AmiTCP-3.0b2/doc/inet-handler.doc
[unknown]                13257   39095  33.9% -lh5- 27e6 Oct 18  1993 AmiTCP-3.0b2/doc/ncftp.man
[unknown]                 3053    7237  42.2% -lh5- 9775 Mar 21  1994 AmiTCP-3.0b2/doc/netfs.doc
[unknown]                16214   48593  33.4% -lh5- 2ef1 May  3  1994 AmiTCP-3.0b2/doc/netutil.doc
[unknown]                  652    1368  47.7% -lh5- 72cb May  8  1994 AmiTCP-3.0b2/doc/showmount.doc
[unknown]                 1428    3227  44.3% -lh5- cab9 Nov 12  1992 AmiTCP-3.0b2/doc/slip.doc
[unknown]                  432     827  52.2% -lh5- f902 Oct 17  1993 AmiTCP-3.0b2/doc/SynClock.doc
[unknown]                 1028    2306  44.6% -lh5- 17b6 Apr 20  1994 AmiTCP-3.0b2/doc/telnet.doc
[unknown]                 2845    5444  52.3% -lh5- dd72 May 12  1994 AmiTCP-3.0b2/export/Devs/Networks/a2060.device
[unknown]                 4146    7004  59.2% -lh5- eab6 May 12  1994 AmiTCP-3.0b2/export/Devs/Networks/a2065.device
[unknown]                 5894    9464  62.3% -lh5- f478 May 12  1994 AmiTCP-3.0b2/export/Devs/Networks/rhcslip.device
[unknown]                 3982    6480  61.5% -lh5- 6b5c May 12  1994 AmiTCP-3.0b2/export/Devs/Networks/rhslip.device
[unknown]                  352     548  64.2% -lh5- e74c May 12  1994 AmiTCP-3.0b2/export/Env/Sana2/agnet0.config
[unknown]                  352     548  64.2% -lh5- 4878 May 12  1994 AmiTCP-3.0b2/export/Env/Sana2/agnet1.config
[unknown]                  265     411  64.5% -lh5- 1ea8 May 12  1994 AmiTCP-3.0b2/export/Env/Sana2/agnet2.config
[unknown]                  275     421  65.3% -lh5- 71f3 May 12  1994 AmiTCP-3.0b2/export/Env/Sana2/agnet4.config
[unknown]                  276     421  65.6% -lh5- 0b2f May 12  1994 AmiTCP-3.0b2/export/Env/Sana2/agnet5.config
[unknown]                  582    1139  51.1% -lh5- 460f May 12  1994 AmiTCP-3.0b2/export/Env/Sana2/rhslip0.config
[unknown]                   46     784   5.9% -lh5- 082a Aug  9  1993 AmiTCP-3.0b2/export/Fonts/napsa.font
[unknown]                 1651    3012  54.8% -lh5- 6e39 Apr  4  1993 AmiTCP-3.0b2/export/Fonts/napsa/11
[unknown]                 1709    3012  56.7% -lh5- e360 Apr  4  1993 AmiTCP-3.0b2/export/Fonts/napsa/11b
[unknown]                 1692    2988  56.6% -lh5- 788a Apr  4  1993 AmiTCP-3.0b2/export/Fonts/napsa/11i
[unknown]                   30     264  11.4% -lh5- 53ce Aug  9  1993 AmiTCP-3.0b2/export/Fonts/napsab.font
[unknown]                  791    2104  37.6% -lh5- ec70 Dec  7  1990 AmiTCP-3.0b2/export/Fonts/napsab/11
[unknown]                   30     264  11.4% -lh5- 5738 Aug  9  1993 AmiTCP-3.0b2/export/Fonts/napsat.font
[unknown]                 1194    2516  47.5% -lh5- 8618 Dec  7  1990 AmiTCP-3.0b2/export/Fonts/napsat/11
[unknown]                   54    1044   5.2% -lh5- 875d Aug  9  1993 AmiTCP-3.0b2/export/Fonts/napsav.font
[unknown]                  753    1488  50.6% -lh5- 3273 Dec  7  1990 AmiTCP-3.0b2/export/Fonts/napsav/11
[unknown]                  759    1488  51.0% -lh5- a57a Dec  7  1990 AmiTCP-3.0b2/export/Fonts/napsav/11b
[unknown]                  789    1488  53.0% -lh5- 11e5 Dec  7  1990 AmiTCP-3.0b2/export/Fonts/napsav/11bi
[unknown]                  786    1488  52.8% -lh5- d6af Dec  7  1990 AmiTCP-3.0b2/export/Fonts/napsav/11i
[unknown]                   28     264  10.6% -lh5- 4c02 Aug  9  1993 AmiTCP-3.0b2/export/Fonts/napsavb.font
[unknown]                  639    1816  35.2% -lh5- 05f6 Dec  7  1990 AmiTCP-3.0b2/export/Fonts/napsavb/11
[unknown]                   28     264  10.6% -lh5- fa0d Aug  9  1993 AmiTCP-3.0b2/export/Fonts/napsavt.font
[unknown]                  887    2080  42.6% -lh5- cb6c Dec  7  1990 AmiTCP-3.0b2/export/Fonts/napsavt/11
[unknown]                   28     264  10.6% -lh5- 090d Aug  9  1993 AmiTCP-3.0b2/export/Fonts/napsavw.font
[unknown]                  951    2280  41.7% -lh5- d1b1 Dec  7  1990 AmiTCP-3.0b2/export/Fonts/napsavw/11
[unknown]                   41     524   7.8% -lh5- 78b9 Aug  9  1993 AmiTCP-3.0b2/export/Fonts/napsaw.font
[unknown]                 1321    2760  47.9% -lh5- d5a2 Dec  7  1990 AmiTCP-3.0b2/export/Fonts/napsaw/11
[unknown]                  975    2280  42.8% -lh5- 7f3e Dec  7  1990 AmiTCP-3.0b2/export/Fonts/napsaw/11b
[unknown]                  320     565  56.6% -lh5- f6e1 May 12  1994 AmiTCP-3.0b2/export/GNUEmacs/add_to_.emacs
[unknown]                 1195    1672  71.5% -lh5- 33d5 May  9  1994 AmiTCP-3.0b2/export/GNUEmacs/etc/tcp_AmiTCP
[unknown]                 1275    2283  55.8% -lh5- 297d Nov 12  1993 AmiTCP-3.0b2/export/GNUEmacs/lisp/background.elc
[unknown]                 6771   18087  37.4% -lh5- b4ce Nov 12  1993 AmiTCP-3.0b2/export/GNUEmacs/lisp/forms.elc
[unknown]                 5774   15855  36.4% -lh5- 0ddd Oct 13  1993 AmiTCP-3.0b2/export/GNUEmacs/lisp/gopher.elc
[unknown]                  767    1328  57.8% -lh5- 06a3 May 29  1993 AmiTCP-3.0b2/export/GNUEmacs/lisp/tcp.elc
[unknown]                  281     632  44.5% -lh5- 07c4 May 19  1994 AmiTCP-3.0b2/help.info
[unknown]                15016   40991  36.6% -lh5- 57f8 May  8  1994 AmiTCP-3.0b2/help/ch_nfsc
[unknown]                  259     504  51.4% -lh5- a3ec May 19  1994 AmiTCP-3.0b2/help/ch_nfsc.info
[unknown]                  529    1290  41.0% -lh5- 1188 May  8  1994 AmiTCP-3.0b2/help/ch_nfsutil
[unknown]                18270   64517  28.3% -lh5- e696 May 19  1994 AmiTCP-3.0b2/help/napsaterm.guide
[unknown]                  259     504  51.4% -lh5- a3ec May 19  1994 AmiTCP-3.0b2/help/napsaterm.guide.info
[unknown]                 3755    9241  40.6% -lh5- 8dd8 May  3  1994 AmiTCP-3.0b2/HowToInstall
[unknown]                  266     487  54.6% -lh5- 93a6 Nov 17  1993 AmiTCP-3.0b2/HowToInstall.info
[unknown]                16903   55334  30.5% -lh5- 92cd May 19  1994 AmiTCP-3.0b2/Install_AmiTCP
[unknown]                  524    1222  42.9% -lh5- 8e92 Nov 17  1993 AmiTCP-3.0b2/Install_AmiTCP.info
[unknown]                 3722    6312  59.0% -lh5- 1973 Apr 20  1994 AmiTCP-3.0b2/l/inet-handler
[unknown]                 4548   11284  40.3% -lh5- 1815 Mar 21  1994 AmiTCP-3.0b2/l/netfs-handler
[unknown]                 8469   14256  59.4% -lh5- 5b1c May 19  1994 AmiTCP-3.0b2/libs/usergroup.library
[unknown]                 1940    4292  45.2% -lh5- 25fd May 10  1994 AmiTCP-3.0b2/NOTE_TO_BETA_TESTERS
[unknown]                  262     487  53.8% -lh5- d4a7 May  3  1994 AmiTCP-3.0b2/NOTE_TO_BETA_TESTERS.info
[unknown]                  962    1880  51.2% -lh5- aa2f May 14  1994 AmiTCP-3.0b2/README.FIRST
[unknown]                  263     487  54.0% -lh5- e6cd Nov 17  1993 AmiTCP-3.0b2/README.FIRST.info
[unknown]                 2127    2964  71.8% -lh5- 10ee May  3  1994 AmiTCP-3.0b2/serv/in.fingerd
[unknown]                 7146   12136  58.9% -lh5- 9ccb Mar 21  1994 AmiTCP-3.0b2/serv/netfs-server
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total       139 files  694711 1384556  50.2%            Jul 31 21:12

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>