home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NETKIT-B.05 / NETKIT-B / NetKit-B-0.05 / ChangeLog < prev    next >
Encoding:
Text File  |  1994-08-18  |  3.8 KB  |  75 lines

  1. ToDo:
  2. - Remove logwtmp.c from rlogind and telnetd, if they are fixed in the
  3.   linux shared C library.
  4.   Maybe leave these versions together with the programs and add stuff like
  5.   recording the IP address.
  6. - Install all programs like in.ftpd in /usr/libexec/ ?
  7. - You could change talk to use ncurses instead of bsd curses.
  8. - Remove rdist source directory.
  9. - Don't put all things in one directory, but make a better dir structure.
  10.   Suggested by Daniel Quinland:
  11.   ./daemons     Standard networking daemons \
  12.         /inetd  inetd-based daemons          -> I think these all are
  13.         /rpc    daemons that use Sun RPC    /   placed in /usr/sbin
  14.   ./clients     Standard networking clients -> some in /bin & most in /usr/bin
  15.   ./etc         Et cetera files       -> All of these go in /etc, I think.
  16.  
  17.  
  18. New in 0.05:
  19. - Fixed writing entries to /var/adm/wtmp by ftpd, rlogind and
  20.   telnetd. (logwtmp.c) Florian
  21.   This is only necessary for the GNU last, not for the one in util-linux...
  22. - Fixed finger/util.c to cope with XDM login entry in utmp (Leonard Zubkoff)
  23. - Put "YACC=bison -y" in the main Makefile (Vesa Ruokonen)
  24. - Fixed talk connection problem for multihomed hosts (Pauline Middelink)
  25.   This patch must be activated by editing the Makefile of "talk" as this
  26.   is not the correct way to set up a linux host/solve this problem...
  27. - Fixed rdist to not work with freed memory, done by Florian (that's me)
  28. - Kept rdist source, but don't install it. It has security problems and there
  29.   is a better (rewritten) rdist available.
  30. - Changed rsh to stop lookin for options after the first non-option.
  31.   (See POSIXLY_CORRECT environment and "+" as first option for GNU getopt.)
  32. - Don't install /etc/rpc.
  33.  
  34.  
  35. New in 0.04:
  36. - Added new program rdist from NetBSD with many bug-fixes from me.
  37. - Changed inetd to store pid-file in /var/run.
  38. - Changes to comsat and biff from newer NetBSD versions.
  39. - Changes to talk and talkd from newer NetBSD versions.
  40. - 'arp' is no longer installed. The Linux version is better and the BSD
  41.   version currently doesn't work anyway. (Vesa Ruokonen)
  42. - Install slattach as bsdslattach, since we have also a Linux version of it.
  43.   (Vesa Ruokonen)
  44. - Changed Makefile, so that rpcgen was build before it is needed...
  45.   (Vesa Ruokonen)
  46. - Changed several Makefiles from "../rpcgen/rpcgen" to "../rpcgen.new/rpcgen".
  47.   (Vesa Ruokonen)
  48. - Changed in routed to not define AF_MAX when it is already defined.
  49. - gcc 2.6.0 told me, that a local variable was returned in rpc.rusersd.
  50.   Changed that ivariable to be static.
  51. - Did some nasty changes to telnet/extern.h. I should really take the current
  52.   version from NetBSD again and make a clean port of it. (signals).
  53.  
  54. New in 0.03: (may be incomplete, please make context diffs to catch all)
  55. - fixed "lprm" to properly remove queued files (maybe this was already in
  56.   release 0.02 ??)
  57. - fixed fingerd to not use 'getdomainname' to get the FQDN.
  58. - added identd to /etc/services and /etc/inetd.conf
  59. - telnetd: changed the default 'etc/issue.net' to not output the hostname and
  60.   then the domainname (that should be the fqdn, but is wrong!)
  61.   changed also the man page issue.net.5
  62. - changed telnetd to get the fqdn and not only use what 'gethostname' returns
  63. - telnetd: changed some code back to original form to properly enable
  64.   binary mode negotiation (outgoing data wasn't binary)
  65.   Please test this out: do "telnet some_other_not_linux_host" and then do
  66.   "vi TEST_FILE" and test some strange characters >127 like ░ or º.
  67. - Changed rusers, rpc.ruserd, rwall, rpc.rwalld, rwho, rwhod to not require
  68.   to copy ./include/*.h files into /usr/include
  69. - telnetd: added issue.net.5 to "make install"
  70. - I found a bug-fix on of the news groups by Ulf Rimkus
  71.   ulf@pc0435.psychologie.uni-marburg.de. 'rexecd' didn't set the environment
  72.   at all. (Though it prepares all data for it...)
  73. - Read 'BUGS' to see, how many of the bugs just have disappeared...
  74.  
  75.