Version 1.4.3:

  (telnet) Fixed errors in configure.in for some platforms.
    On FreeBSD, the DEFAULT_IM was improperly quoted in
    configure.in.  This has been fixed.

  (telnet) -lutil added for those platforms that need it.

  (java) Documentation has been added to some files.

  (libsrp) Bugfix for Digital Unix added.
    Using optimization with the wrong compiler resulted in
    an infinite loop in t_truerand.c.  #ifdefs have been
    added around a new fixed declaration.

Version 1.4.2:

  (libsrp) First cut at NIS support in EPS.
    NIS support is turned on with "./configure --with-nis" in libsrp.
    The API has been slightly changed to accommodate NIS:
    The old t_openpw() and t_openconf() API has been superceded
    by the gettpent()/gettpnam()/settpent()/endtpent() interface,
    which functions exactly like the standard getpwnam()/... calls
    in libc, NIS support and all.

    The old t_open... API is retained solely for the purpose of
    manipulating tpasswd and tconf-formatted files.

  (telnet,ftp,base) The new libsrp API is now used to obtain
    user verifiers.  Changes are trivial.

  A README.NIS file has been added to the main distribution directory
  to assist installers.

Version 1.4.1:

  (telnet) Fixed hanging telnetd problem on HP-UX.
    This problem was caused by a race condition that occurred when
    telnetd fork()ed a child process to execute "/bin/login".
    The signal catcher in the child process now times out to
    avoid this condition.

  (telnet) Linux telnetd now uses correct pathnames for utmp and wtmp.
    Telnetd had "/etc/utmp" and "/etc/wtmp" hardcoded in, which
    broke on Linux systems.  Telnetd now uses the appropriate
    system macros to locate these files.

  (eps) Miscellaneous bug fixes.
    The "passwd" program did not handle a missing configuration file
    gracefully, and various messages needed to be cleaned up for
    accuracy.  A few potential buffer overruns were also fixed.
