VERSION
  to-talk 1.1, 25 Sep 1995


ABSTRACT

  An "old talk" client and server.

  This is a hacked version of NetBSD's [n]talk & [n]talkd

  The programs were modified to conform to the protocol used
  by the OLD (BSD4.2) talk server and clients
  i.e. those using port 517/udp.

  to-talk-1.1 has successfully been tested on linux-1.3.29/i586.
  It was able to communicate locally to itself as well as to
  remote native talks on
       SINIX-N 5.41    RM400   R3000
       SunOS   4.1.3   sun4m   sparc
       SunOS   5.4     sun4m   sparc
       TOS64M  4.1.01  i88_hfx TARGON/35-M50
       SINIX-L 5.41    i386    MX300
       unisys  4.0     i386    386/AT

                     Thomas Omerzu <[email protected]>, 25.9.95

SYNOPSIS

  to-talk user[@host] [tty]

  inetd.conf:
  talk    dgram   udp     wait    root    /usr/local/sbin/to-talkd to-talkd



INSTALLATION NOTES

  to-talkd requires to be entered to /etc/inetd.conf.
  "make install" automates this.



INSTALLATION FROM SOURCE CODE

  Under Linux, follow these steps:

  unpack:      tar xvfz to-talk-1.0.src.tar.gz
  compile:     cd to-talk-1.0 ; make
  install:     su root -c "make install"



INSTALLATION FROM BINARY CODE

  Under Linux, follow these steps:
  (Note: Binary version requires libcurses.so.0.1.2 & libc.so.4.6.27)

  unpack:      tar xvfz to-talk-1.0.bin.tar.gz
  install:     cd to-talk-1.0; su root -c "make install"



BUGS

 to-talk-1.0 cannot talk to new talk daemons (518/udp).
 to-talk-1.0 cannot talk to the following old talk daemons:
       ULTRIX  4.3     RISC
       (this is not really an old talk; use new talk instead!)



VERSION HISTORY

  to-talk 1.1, 25 Sep 1995
       added compatibility for machines using wrong byteorder for sa_family,
       e.g. SINIX/i386 and Unisys/i386
  to-talk 1.0, 24 Sep 1995
       first release


TODO

 * adapt man page
 * automatic choose of "right" talk protocol (old/new)



DISCLAIMER & COPYRIGHT NOTICE

  Copyright (c) 1995 Thomas Omerzu, <[email protected]>
  Copyright (c) 1983 Regents of the University of California.
  All rights reserved.

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
  1. Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
  3. All advertising materials mentioning features or use of this software
     must display the following acknowledgement:
       This product includes software developed by the University of
       California, Berkeley and its contributors.
  4. Neither the name of the University nor the names of its contributors
     may be used to endorse or promote products derived from this software
     without specific prior written permission.

  THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.