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

comm/tcp/AmiTCP-demo-40.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:TCP/IP protocol stack
Author:AmiTCP-Group at ndsi.fi (Network Solutions Development Inc.)
Uploader:AmiTCP-Group nsdi fi
Type:comm/net
Version:Release 4.0 demo version
Architecture:m68k-amigaos
Date:1994-10-29
Download:http://aminet.net/comm/tcp/AmiTCP-demo-40.lha - View contents
Readme:http://aminet.net/comm/tcp/AmiTCP-demo-40.readme
Downloads:6777

  AmiTCP/IP is the most videly used TCP/IP protocol stack for the
  Amiga. AmiTCP/IP utilizes the standard Sana-II network device
  drivers and provides an application level socket interface to the
  Internet protocol suite as an Amiga shared library.

  AmiTCP/IP is propiertary, copyrighted product of the NSDi - Network
  Solutions Development Inc, Finland.  See the file 'LICENCE' included
  in the archive for the licence conditions.

  This is the demonstration version of the AmiTCP/IP 4.0.

* About the Commercial AmiTCP/IP Version

  The commercial version of AmiTCP/IP 4.0 includes:

	- Enchanced version of AmiTCP:
	  - Frendlier logging system with global filter etc.
	  - Cache for name server replies
	  - Sana-II 2.0 support
	  - Full BOOTP support
	  - Access control for server programs
	  - Optimized version for '20 and up
	- Automatic BOOTP configuration utility
	- Printed & online User Manual
	- Technical support via email, fax and normal mail

  All the new features in the future will be added to the commercial
  version only.

  The commercial version can be ordered from:

	NSDi / Orders
	P.O.Box 32
	FIN-02151 ESPOO
	FINLAND

	email: <orders at nsdi.fi>
	fax: +358-0-452-1998

  VISA and Master Card are accepted. More complete order information
  is included in the demo version archive (in the file "HowToOrder".

* Distributions

  AmiTCP/IP 4.0 is distributed in 2 archives:

	AmiTCP-demo-40.lha	AmiTCP/IP demo version package
	AmiTCP-sdk-40.lha	Include files, link libraries and examples

  The source distribution with sources to some of the utilities and
  applications will be relesed shortly, too.

  If you just want to use AmiTCP/IP you need just 'demo'. If you want
  to write your own applications you need 'sdk', too. Number in the
  name corresponds to distribution version.

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

* Bug reports 

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

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

  NOTE: 3.0 beta releases are not mentioned in this list for clarity
  and to avoid unnecessary confusion.

  New Features on the commercial 4.0 (not in the demo version):

    * AmiTCP:
	- Added an optimized IP header checksum routine.
	- Added full support for the BOOTP.
	- Added Sana-II packet filtering function and interface configuration
	  flag "FILTER". This is needed only if you have several protocol
	  stacks using the same Sana-II device and unit. Envoy, for example
	  uses IP, too, so the FILTERing should be enabled on interfaces
	  shared with Envoy.
	- Added "INACTIVE" to the log window parameters.
	- 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.
	- Added caching of the host info got from the name servers
	- Added configuration variable LOG FILTER (defaults to 7, all
	  messages shown).

  New Utilities on 4.0 demo:

    * ch_nfsc:
	- Carsten Heyl's (SUN NFS compatible) NFS client added to the
	  distribution. (Newest version for the AmiTCP/IP 4.0).

    * ftpd:
	- net/2 ftp server ported by Magnus Lilja.
	  
    * telnet:
	- Totally new version.

    * APIPE:
	- Added to the distribution.

    * traceroute:
	- Trace routes used to send packets to some host.

    * hostname:
	- Return the AmiTCP's view of the current host name.

    * id, login, passwd, umask and whoami:
	- New usergroup.library oriented utilities
	
    * resolve:
	- Return host, network, protocol or service name from the IP
	  address, network number, protocol number or service number,
	  correspondingly. 

    * rsh:
	- Execute commands on remote hosts, note that the server
	  program is not included.

    * 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.

  Removed utilities on 4.0 demo:

    * ftp:
	- was outdated, use ncftp instead (Hint: alias ftp ncftp -u [])

    * qwriter:
	- not needed

    * agnet:
	- not needed
	
  New Features on 4.0 demo:

    * 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.
	- ExtUtil directory contains some usefull stuff for the remote
	  Unix side.

    * AmiTCP:
	- AmiTCP now detaches itself, so it should not be started with "run"
	  any more!
	- Added the link level address handling, changed if_type to use
	  hardware types.
	- Added new sana-II errors to the error lists.
	- Added "ADDRESS" option to interface properties in db/interfaces
	  with which the default Sana-II hardware address can possibly be 
	  overriden. This is useful if the default hardware address
	  cannot be used (for example, if AmiTCP/IP is used over
	  Ethernet concurrently with DECnet protocol (Enlan DFS)).
	- Configured domain names are now used on internal host
	  searches, too.
	- Added error messages to startup failures.
	- Early error messages are now printed to the console.
	- db/resolv.conf is now read for DOMAIN and NAMESERVER entries.
	- db/netdb is not read any more, the individual files (hosts,
	  protocols, networks, sercives, resolv.conf and inet.access)
	  are read explicitly
	- WITH keyword is removed from netdb parsing
	- Removed ARexx variables TASKNAME and NTHBASE (they were
	  obsolete).
	- Added new API function GetSocketEvents().
	- Added new SocketBaseTagList() tag SBTC_SIGEVENTMASK.
	- Added new socket option SO_EVENTMASK
	- Socket owner is now set by default, _except_ after
	  ObtainSocket().
	- FIOSETOWN ioctl now demands the caller to set itself as the
	  owner.
	- db/interfaces interface names can now contain numbers and
	  must be unique, no separate unit number is used. Sana-II
	  devices unit number MUST be present.
	- Added new callback functionality to coordinate fd tables
	  with the link library. (SocketBaseTags() tag
	  SBTC_FDCALLBACK).
	- 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).
	- 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 -> slip0)

    * db/inet.access:
	- New configuration file for Internet access control. Includes
	  documentation. (Functional only on commercial version.)

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

    * libs/usergroup.library:
	- New library managing the user/group information.
	- default user is now "nobody".

    * devs/netinfo.device
        - New device, which handles the actual user/group database
	  files.
	- Uses DOS notifications, the changes in passwd and group
	  files are immediately visible with passwd and group maps.

    * Install_AmiTCP:
	- Various fixes and enchancements including:
	- Interfaces are handled in new style,
	- SLIP and CSLIP configuration files are now created,
	- some support for dynamic IP addressing
	- AmiTCP:log directory is created,
	- db/resolv.conf is now created,
	- added info about private IP address ranges (RFC1597),
	- "login" and "umask" are now done at startnet, not s:user-startup
	- many other clarifications and suggestions.

    * 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.

    * napsaterm:
	- Upgraded to version 3.8, merged enchanchements made by R. Knop
	  (tektronix emulation).
	- Telnet protocol support (-d telnet).
	- Added "About" requester.
	- Uses the usergroup.library for user information.

    * netfs:
	- Updated version.

    * tcp_AmiTCP:
	- Updated version.

    * inet-handler:
	- Updated version.

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

    * online, offline:
	- 'new style' interface names are now recognized.
	- more informative error messages

    * ncftp:
	- Updated to the ncftp 1.8.3. Main new feature is "passive mode",
	  which can be toggled with "passive" command. Passive mode allows
	  usage through a firewall which does not let incoming connection
	  requests to come through.
	- Default stack is now 8192 bytes, since 4096 was not enough.
	- CTRL-C handling is now better, transfers can be interrupted
	  without side effects now.
	- Uses usergroup.library to find the user name _and_ home
	  directory. 

    * a2065.device:
	- Updated to a new version.

    * inetd:
	- Added DOS notifications on the inetd.conf. Now inetd will
	  read the inetd.conf again when DOS notifies that it has
	  changed.
	- Added support for naïve servers using DOS IO.  Fixed some bugs.
	- Added task priority and stack size parameters per
	  server. See the provided db/inetd.conf for examples.
	- Added command line option SERVPRI/K/N, which can be used to set
	  the process priority on which the launced servers are run. The
	  default is -1.

    * finger:
	- Changed to use stdio on the socket for improved speed (data
	  is now read in chunks instead of a byte at a time).

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

  Fixes Bugs on 4.0 demo:

    * AmiTCP:
	- Fixed bug with configuration string setting. Too small buffer
	  restricted the configuration string sizes to less than 24 bytes.
	- Fixed bug causing second instance of AmiTCP to hang before
	  it could exit (only one copy can be run at a time).
	- Fixed concurrency control problem which very randomly caused
	  severe problems.
	- A bug causing enforcer hits with buggy SANA-II drivers is fixed.
	- Fixed syslog message level handling. It was broken if the facility
	  code was present.
	- Fixed S2_GETSTATIONADDRESS and S2_CONFIGINTERFACE usage according
	  the Sana-II standard.
	- Changed gethostbyname() not to treate the name as dot notation IP
	  address based on the first digit only. Full check for the dot
	  notation is now made.
	- Fixed ARP hardware type field to be always set to Ethernet, as 
	  specified in the standard. This means that ARP on other than 
	  ethernet is not compatible between this release and the earlier 
	  ones.
	- Host aliases are now searched case insensitively, too
	- gethostbyaddr() now checks all the addresses given to a
	  specific host.
	- ARexx result is now always given.
	- Packets exceeding MTU are now truncated, not dropped.
	- 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).
	- Fixed the route dumping bug.
	- Logging information is now appended to the end of the old
          log file.

    * online, offline:
	- now set the DOS error code correctly

    * serv/in.fingerd:
	- The finger -s is now called if no user names are provided.

    * db/passwd-example:
	- Root password is now empty by default. Install_AmiTCP
	  requires the user to set the root password on installation.

    * napsaterm:
	- Error messages are now printed correctly.

    * askhost, showmount:
	- Updated to allow host names starting with a digit.

    * netinfo.device:
	- Added 4 bytes to CreateIORequest() request size due Mungwall
	  pickiness.

    * ls (sort.c):
	- Fixed a sorting bug which caused a crash in some cases.
    
    * 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).

    * rsh:
	- Fixed bug which caused sending to stop if input was redirected
	  from a (not small) 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

    * netstat:
	- Routing table can be dumped

  Fixed Bugs in 2.2:

    * arp: 
	- Arp table dumping is now working

  New Features in 2.1:

    * AmiTCP:
	- A timestamp is added to the log messages
	- Faster checksum calculation implemented in assembler

    * 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 Timo Rossi!)

    * SynClock:
	- A simple script which synchronize clock in Amiga with
	  specified host in network

EOF


Contents of comm/tcp/AmiTCP-demo-40.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
-r--r--r--  1096/10        279     632  44.1% -lh5- 880f Oct 28  1994 AmiTCP-4.0.info
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/
-rw-r--r--  1096/10      77769  134732  57.7% -lh5- b0ae Oct 27  1994 AmiTCP-4.0/AmiTCP
-rw-r--r--  1096/10       6437   15309  42.0% -lh5- fa35 Oct 21  1994 AmiTCP-4.0/AmiTCP-demo-4.0.readme
-rw-r--r--  1096/10       4998   12594  39.7% -lh5- 1736 Oct 15  1994 AmiTCP-4.0/COPYRIGHTS
-r--r-----  1096/10        241     478  50.4% -lh5- 4122 May 28  1994 AmiTCP-4.0/COPYRIGHTS.info
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/ExtUtil/
-r--r--r--  1096/10       3267    9237  35.4% -lh5- 0de6 Jun 10  1994 AmiTCP-4.0/ExtUtil/mg-mouse.el
-r--r--r--  1096/10        397     700  56.7% -lh5- b7b5 Jun 10  1994 AmiTCP-4.0/ExtUtil/termcap
-rw-r--r--  1096/10       3686    8722  42.3% -lh5- ec24 Oct 24  1994 AmiTCP-4.0/HowToInstall
-r--r-----  1096/10        266     487  54.6% -lh5- f9eb May 28  1994 AmiTCP-4.0/HowToInstall.info
-r--r--r--  1096/10       3803   13505  28.2% -lh5- 4b63 Oct 28  1994 AmiTCP-4.0/HowToOrder
-r--r--r--  1096/10        268     487  55.0% -lh5- 1721 Oct  5  1994 AmiTCP-4.0/HowToOrder.info
-r--r--r--  1096/10      22011   74911  29.4% -lh5- 1ca3 Oct 24  1994 AmiTCP-4.0/Install_AmiTCP
-r--r--r--  1096/10        520    1222  42.6% -lh5- b227 Sep 21  1994 AmiTCP-4.0/Install_AmiTCP.info
-r--r-----  1096/10       1685    3864  43.6% -lh5- 9588 Oct 19  1994 AmiTCP-4.0/LICENCE
-r--r-----  1096/10        240     478  50.2% -lh5- 3464 May 28  1994 AmiTCP-4.0/LICENCE.info
-rw-r--r--  1096/10       1419    3073  46.2% -lh5- 6ec1 Oct 28  1994 AmiTCP-4.0/README.FIRST
-r--r-----  1096/10        261     487  53.6% -lh5- da3e May 28  1994 AmiTCP-4.0/README.FIRST.info
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/bin/
-rwxr-xr-x  1096/10      60034  115144  52.1% -lh5- b538 Jul 30  1993 AmiTCP-4.0/bin/Installer
-r-xr-xr-x  1096/10        499     719  69.4% -lh5- e0d1 May 27  1994 AmiTCP-4.0/bin/SynClock
-rw-rw-r--  1096/10      10613   17300  61.3% -lh5- 7883 Oct 16  1994 AmiTCP-4.0/bin/arp
-rw-rw-r--  1096/10       1614    2376  67.9% -lh5- d0c0 Oct 16  1994 AmiTCP-4.0/bin/askhost
-rw-r--r--  1096/10       2403    3988  60.3% -lh5- 642f Oct 15  1994 AmiTCP-4.0/bin/ch_chmod
-rw-r--r--  1096/10       1244    1736  71.7% -lh5- a65a Oct 15  1994 AmiTCP-4.0/bin/ch_die
-rw-r--r--  1096/10       2026    3016  67.2% -lh5- 9d97 Oct 15  1994 AmiTCP-4.0/bin/ch_mknod
-rw-r--r--  1096/10      43090   75072  57.4% -lh5- 395b Oct 15  1994 AmiTCP-4.0/bin/ch_nfsc
-rw-r--r--  1096/10       2480    8392  29.6% -lh5- 1902 Oct 15  1994 AmiTCP-4.0/bin/ch_nfsctl
-rw-r--r--  1096/10       2941    4884  60.2% -lh5- 80f7 Oct 15  1994 AmiTCP-4.0/bin/ch_nfsmount
-rw-r--r--  1096/10       8329   12868  64.7% -lh5- 5a4a Oct 15  1994 AmiTCP-4.0/bin/ch_setowner
-rw-rw-r--  1096/10      12961   20596  62.9% -lh5- e192 Oct 16  1994 AmiTCP-4.0/bin/finger
-rw-rw-r--  1096/10        426     508  83.9% -lh5- 1766 Oct 16  1994 AmiTCP-4.0/bin/hostname
-rw-rw-r--  1096/10        743    1252  59.3% -lh5- aa45 Oct 16  1994 AmiTCP-4.0/bin/id
-rw-rw-r--  1096/10       8077   13040  61.9% -lh5- c260 Oct 16  1994 AmiTCP-4.0/bin/ifconfig
-rw-rw-r--  1096/10      10382   16792  61.8% -lh5- 5f33 Oct 25  1994 AmiTCP-4.0/bin/inetd
-rw-rw-r--  1096/10       3339    5280  63.2% -lh5- 9d9b Oct 16  1994 AmiTCP-4.0/bin/letnet
-rw-rw-r--  1096/10       6039    9296  65.0% -lh5- bafc Oct 26  1994 AmiTCP-4.0/bin/login
-rw-rw-r--  1096/10       6205    9308  66.7% -lh5- 66e3 Oct 16  1994 AmiTCP-4.0/bin/ls
-rw-rw-r--  1096/10      37545   65492  57.3% -lh5- 0d74 Oct 15  1994 AmiTCP-4.0/bin/napsaterm
-rw-rw-r--  1096/10        604    1117  54.1% -lh5- f93b Oct  4  1994 AmiTCP-4.0/bin/napsaterm.info
-rw-rw-r--  1096/10      49009   87996  55.7% -lh5- f3f2 Oct 16  1994 AmiTCP-4.0/bin/ncftp
-rwxr-xr-x  1096/10       5727    9484  60.4% -lh5- 749f Mar 21  1994 AmiTCP-4.0/bin/netmount
-r--r--r--  1096/10       4496   13190  34.1% -lh5- a54d Oct  3  1994 AmiTCP-4.0/bin/netstat
-rw-rw-r--  1096/10       2305    3604  64.0% -lh5- 0154 Oct 17  1994 AmiTCP-4.0/bin/offline
-rw-rw-r--  1096/10       2305    3604  64.0% -lh5- 0154 Oct 16  1994 AmiTCP-4.0/bin/online
-rw-rw-r--  1096/10       2737    4292  63.8% -lh5- b7a9 Oct 16  1994 AmiTCP-4.0/bin/passwd
-rw-rw-r--  1096/10      12026   19784  60.8% -lh5- b2fc Oct 16  1994 AmiTCP-4.0/bin/ping
-rw-rw-r--  1096/10      14255   23632  60.3% -lh5- 17f8 Oct 16  1994 AmiTCP-4.0/bin/portmap
-rw-rw-r--  1096/10        820    1224  67.0% -lh5- 5318 Oct 16  1994 AmiTCP-4.0/bin/resolve
-rw-rw-r--  1096/10       8955   13840  64.7% -lh5- 2149 Oct 16  1994 AmiTCP-4.0/bin/route
-rw-rw-r--  1096/10      14376   24488  58.7% -lh5- 1e35 Oct 16  1994 AmiTCP-4.0/bin/rpcinfo
-rw-rw-r--  1096/10       5232    8100  64.6% -lh5- 0a57 Oct 16  1994 AmiTCP-4.0/bin/rsh
-rw-rw-r--  1096/10      11009   18132  60.7% -lh5- 5f98 Oct 16  1994 AmiTCP-4.0/bin/showmount
-r-xr-xr-x  1096/10        192     230  83.5% -lh5- 3a3b May 27  1994 AmiTCP-4.0/bin/stopnet
-rw-r--r--  1096/10       3644    6232  58.5% -lh5- 9e75 Oct  5  1994 AmiTCP-4.0/bin/telnet
-rw-rw-r--  1096/10       9234   14540  63.5% -lh5- 4386 Oct 16  1994 AmiTCP-4.0/bin/traceroute
-rw-rw-r--  1096/10        609     784  77.7% -lh5- d262 Oct 16  1994 AmiTCP-4.0/bin/umask
-rw-rw-r--  1096/10        333     420  79.3% -lh5- fc4b Oct 16  1994 AmiTCP-4.0/bin/whoami
-r--r--r--  1096/10        278     632  44.0% -lh5- 5f8d May 28  1994 AmiTCP-4.0/bin.info
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/db/
-r--r--r--  1096/10        217     311  69.8% -lh5- 951b Oct  3  1994 AmiTCP-4.0/db/AmiTCP.config
-rw-r--r--  1096/10        873    1760  49.6% -lh5- e10f Oct 15  1994 AmiTCP-4.0/db/ch_nfstab
-r--r--r--  1096/10          3       3 100.0% -lh0- b962 Oct  5  1994 AmiTCP-4.0/db/ftpdir
-r--r--r--  1096/10         16      16 100.0% -lh0- 4638 Oct  5  1994 AmiTCP-4.0/db/ftpusers
-r--r--r--  1096/10        194     293  66.2% -lh5- 87cd Oct  3  1994 AmiTCP-4.0/db/group-example
-r--r--r--  1096/10        680    1254  54.2% -lh5- dbf2 Oct  5  1994 AmiTCP-4.0/db/hosts
-r--r--r--  1096/10       1560    3301  47.3% -lh5- 4486 Oct  3  1994 AmiTCP-4.0/db/inet.access
-r--r--r--  1096/10        843    1947  43.3% -lh5- 874f Oct  5  1994 AmiTCP-4.0/db/inetd.conf
-r--r--r--  1096/10       2095    5594  37.5% -lh5- b8e9 Oct 28  1994 AmiTCP-4.0/db/interfaces
-r--r--r--  1096/10        447     933  47.9% -lh5- 6ae4 Oct  5  1994 AmiTCP-4.0/db/napsaprefs
-r--r--r--  1096/10        414     692  59.8% -lh5- 791d Oct  3  1994 AmiTCP-4.0/db/networks
-r--r--r--  1096/10        324     538  60.2% -lh5- e480 Oct 28  1994 AmiTCP-4.0/db/passwd-example
-r--r--r--  1096/10        252     366  68.9% -lh5- 4683 Oct  3  1994 AmiTCP-4.0/db/protocols
-r--r--r--  1096/10        283     413  68.5% -lh5- cd93 Oct  3  1994 AmiTCP-4.0/db/resolv.conf-example
-r--r--r--  1096/10        462     876  52.7% -lh5- 1753 Oct  3  1994 AmiTCP-4.0/db/rpc
-r--r--r--  1096/10       1008    1996  50.5% -lh5- 433b Oct  3  1994 AmiTCP-4.0/db/services
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/devs/
-r--r--r--  1096/10        116     139  83.5% -lh5- 2a90 May 27  1994 AmiTCP-4.0/devs/apipe-mountlist
-rw-r--r--  1096/10        110     134  82.1% -lh5- 39cf Nov 16  1993 AmiTCP-4.0/devs/inet-mountlist
-rw-rw-r--  1096/10       4712    7584  62.1% -lh5- f6a8 Oct 15  1994 AmiTCP-4.0/devs/netinfo.device
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/doc/
-r--r--r--  1096/10      13368   35242  37.9% -lh5- 499e Oct 28  1994 AmiTCP-4.0/doc/AmiTCP-FAQ.txt
-r--r--r--  1096/10       7056   18110  39.0% -lh5- 14a8 Oct 15  1994 AmiTCP-4.0/doc/GNU-GPL.txt
-rw-r--r--  1096/10        432     827  52.2% -lh5- f902 Oct 17  1993 AmiTCP-4.0/doc/SynClock.doc
-rw-r--r--  1096/10        461     857  53.8% -lh5- 1839 Jan 22  1994 AmiTCP-4.0/doc/askhost.doc
-rw-r--r--  1096/10        567    1018  55.7% -lh5- 7096 Oct 15  1994 AmiTCP-4.0/doc/ch_chmod.doc
-rw-r--r--  1096/10        192     250  76.8% -lh5- f1e8 Oct 15  1994 AmiTCP-4.0/doc/ch_die.doc
-rw-r--r--  1096/10        324     509  63.7% -lh5- 53ef Oct 15  1994 AmiTCP-4.0/doc/ch_mknod.doc
-rw-r--r--  1096/10        289     445  64.9% -lh5- f82b Oct 15  1994 AmiTCP-4.0/doc/ch_setowner.doc
-rw-rw-r--  1096/10        884    1731  51.1% -lh5- 9b2c Oct 16  1994 AmiTCP-4.0/doc/fingerd.doc
-rw-r--r--  1096/10       1235    2406  51.3% -lh5- 5ff5 Oct 24  1993 AmiTCP-4.0/doc/inet-handler.doc
-rw-r--r--  1096/10      14565   43196  33.7% -lh5- 5410 Jun 17  1994 AmiTCP-4.0/doc/ncftp.man
-rw-rw-r--  1096/10       3056    7237  42.2% -lh5- 9775 Mar 21  1994 AmiTCP-4.0/doc/netfs.doc
-rw-rw-r--  1096/10      21445   63825  33.6% -lh5- e93e Oct 28  1994 AmiTCP-4.0/doc/netutil.doc
-rw-r--r--  1096/10        652    1368  47.7% -lh5- 72cb Oct 15  1994 AmiTCP-4.0/doc/showmount.doc
-rw-rw-r--  1096/10        822    1772  46.4% -lh5- 3a29 Oct  5  1994 AmiTCP-4.0/doc/slip.doc
-rw-r--r--  1096/10       1075    2575  41.7% -lh5- 4108 Oct  5  1994 AmiTCP-4.0/doc/telnet.doc
-r--r-----  1096/10        277     632  43.8% -lh5- 8f0b May 28  1994 AmiTCP-4.0/doc.info
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/Devs/
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/Devs/Networks/
-rw-r--r--  1096/10       2846    5444  52.3% -lh5- dd72 May 12  1994 AmiTCP-4.0/export/Devs/Networks/a2060.device
-rw-rw-r--  1096/10       4557    7708  59.1% -lh5- e0a2 Jul 24  1994 AmiTCP-4.0/export/Devs/Networks/a2065.device
-rw-rw-r--  1096/10       5896    9464  62.3% -lh5- 93ad Oct  4  1994 AmiTCP-4.0/export/Devs/Networks/rhcslip.device
-rw-rw-r--  1096/10       3982    6480  61.5% -lh5- 6510 Oct  4  1994 AmiTCP-4.0/export/Devs/Networks/rhslip.device
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/Fonts/
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/Fonts/napsa/
-rw-r--r--  1096/10       1651    3012  54.8% -lh5- 6e39 Apr  4  1993 AmiTCP-4.0/export/Fonts/napsa/11
-rw-r--r--  1096/10       1709    3012  56.7% -lh5- e360 Apr  4  1993 AmiTCP-4.0/export/Fonts/napsa/11b
-rw-r--r--  1096/10       1692    2988  56.6% -lh5- 788a Apr  4  1993 AmiTCP-4.0/export/Fonts/napsa/11i
-rw-r--r--  1096/10         46     784   5.9% -lh5- 082a Aug  9  1993 AmiTCP-4.0/export/Fonts/napsa.font
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/Fonts/napsab/
-rw-r--r--  1096/10        792    2104  37.6% -lh5- ec70 Dec  7  1990 AmiTCP-4.0/export/Fonts/napsab/11
-rw-r--r--  1096/10         30     264  11.4% -lh5- 53ce Aug  9  1993 AmiTCP-4.0/export/Fonts/napsab.font
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/Fonts/napsat/
-rw-r--r--  1096/10       1194    2516  47.5% -lh5- 8618 Dec  7  1990 AmiTCP-4.0/export/Fonts/napsat/11
-rw-r--r--  1096/10         30     264  11.4% -lh5- 5738 Aug  9  1993 AmiTCP-4.0/export/Fonts/napsat.font
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/Fonts/napsav/
-rw-r--r--  1096/10        753    1488  50.6% -lh5- 3273 Dec  7  1990 AmiTCP-4.0/export/Fonts/napsav/11
-rw-r--r--  1096/10        759    1488  51.0% -lh5- a57a Dec  7  1990 AmiTCP-4.0/export/Fonts/napsav/11b
-rw-r--r--  1096/10        789    1488  53.0% -lh5- 11e5 Dec  7  1990 AmiTCP-4.0/export/Fonts/napsav/11bi
-rw-r--r--  1096/10        786    1488  52.8% -lh5- d6af Dec  7  1990 AmiTCP-4.0/export/Fonts/napsav/11i
-rw-r--r--  1096/10         54    1044   5.2% -lh5- 875d Aug  9  1993 AmiTCP-4.0/export/Fonts/napsav.font
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/Fonts/napsavb/
-rw-r--r--  1096/10        639    1816  35.2% -lh5- 05f6 Dec  7  1990 AmiTCP-4.0/export/Fonts/napsavb/11
-rw-r--r--  1096/10         28     264  10.6% -lh5- 4c02 Aug  9  1993 AmiTCP-4.0/export/Fonts/napsavb.font
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/Fonts/napsavt/
-rw-r--r--  1096/10        888    2080  42.7% -lh5- cb6c Dec  7  1990 AmiTCP-4.0/export/Fonts/napsavt/11
-rw-r--r--  1096/10         28     264  10.6% -lh5- fa0d Aug  9  1993 AmiTCP-4.0/export/Fonts/napsavt.font
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/Fonts/napsavw/
-rw-r--r--  1096/10        951    2280  41.7% -lh5- d1b1 Dec  7  1990 AmiTCP-4.0/export/Fonts/napsavw/11
-rw-r--r--  1096/10         28     264  10.6% -lh5- 090d Aug  9  1993 AmiTCP-4.0/export/Fonts/napsavw.font
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/Fonts/napsaw/
-rw-r--r--  1096/10       1321    2760  47.9% -lh5- d5a2 Dec  7  1990 AmiTCP-4.0/export/Fonts/napsaw/11
-rw-r--r--  1096/10        975    2280  42.8% -lh5- 7f3e Dec  7  1990 AmiTCP-4.0/export/Fonts/napsaw/11b
-rw-r--r--  1096/10         41     524   7.8% -lh5- 78b9 Aug  9  1993 AmiTCP-4.0/export/Fonts/napsaw.font
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/GNUEmacs/
-r--r--r--  1096/10        334     572  58.4% -lh5- d92c Oct  5  1994 AmiTCP-4.0/export/GNUEmacs/add_to_.emacs
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/GNUEmacs/etc/
-rw-r--r--  1096/10       1195    1672  71.5% -lh5- 33d5 May  9  1994 AmiTCP-4.0/export/GNUEmacs/etc/tcp_AmiTCP
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/export/GNUEmacs/lisp/
-rw-r--r--  1096/10       1825    4461  40.9% -lh5- 7134 Oct  7  1994 AmiTCP-4.0/export/GNUEmacs/lisp/background.el
-rw-r--r--  1096/10      12202   42170  28.9% -lh5- d599 Oct  7  1994 AmiTCP-4.0/export/GNUEmacs/lisp/forms.el
-rw-r--r--  1096/10      15680   54197  28.9% -lh5- 1404 Oct  7  1994 AmiTCP-4.0/export/GNUEmacs/lisp/gopher.el
-r--r--r--  1096/10       1384    2811  49.2% -lh5- bf5d Oct  7  1994 AmiTCP-4.0/export/GNUEmacs/lisp/tcp.el
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/help/
-rw-r--r--  1096/10      16703   45678  36.6% -lh5- c11b Oct 15  1994 AmiTCP-4.0/help/ch_nfsc
-rw-r--r--  1096/10        259     504  51.4% -lh5- a3ec Oct 15  1994 AmiTCP-4.0/help/ch_nfsc.info
-rw-r--r--  1096/10        531    1315  40.4% -lh5- 267c Oct 15  1994 AmiTCP-4.0/help/ch_nfsutil
-rw-r--r--  1096/10        259     504  51.4% -lh5- a3ec Oct 15  1994 AmiTCP-4.0/help/ch_nfsutil.info
-rw-rw-r--  1096/10       4528   10997  41.2% -lh5- 02e3 Oct  5  1994 AmiTCP-4.0/help/ftpd.guide
-rw-r--r--  1096/10        259     504  51.4% -lh5- a3ec Oct  5  1994 AmiTCP-4.0/help/ftpd.guide.info
-rw-rw-r--  1096/10      18668   66227  28.2% -lh5- 3646 Oct 15  1994 AmiTCP-4.0/help/napsaterm.guide
-rw-r--r--  1096/10        259     504  51.4% -lh5- a3ec May 19  1994 AmiTCP-4.0/help/napsaterm.guide.info
-r--r--r--  1096/10        282     632  44.6% -lh5- a9c6 Oct  5  1994 AmiTCP-4.0/help.info
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/l/
-rw-r--r--  1096/10       2490    4076  61.1% -lh5- 9e11 May 27  1994 AmiTCP-4.0/l/apipe-handler
-rw-r--r--  1096/10       3754    6312  59.5% -lh5- 17f5 Sep 20  1994 AmiTCP-4.0/l/inet-handler
-rw-rw-r--  1096/10       4551   11284  40.3% -lh5- 1815 Mar 21  1994 AmiTCP-4.0/l/netfs-handler
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/libs/
-rw-rw-r--  1096/10       8481   14272  59.4% -lh5- 4725 Oct 19  1994 AmiTCP-4.0/libs/usergroup.library
drwxrwxr-x  1096/10          0       0 ****** -lhd- 0000 Oct 28  1994 AmiTCP-4.0/serv/
-rw-rw-r--  1096/10      29682   52836  56.2% -lh5- 695f Oct  5  1994 AmiTCP-4.0/serv/ftpd
-rw-rw-r--  1096/10       2089    2916  71.6% -lh5- c1ea Oct 15  1994 AmiTCP-4.0/serv/in.fingerd
-rw-rw-r--  1096/10       7148   12136  58.9% -lh5- 9ccb Mar 21  1994 AmiTCP-4.0/serv/netfs-server
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       166 files  743020 1533600  48.4%            Oct 29  1994

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