home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / java / in4wjcxu / other / irc / ircd / changelog < prev    next >
Encoding:
Text File  |  1996-08-14  |  18.3 KB  |  550 lines

  1. /************************************************************************
  2.  *   IRC - Internet Relay Chat, ircd/ChangeLog
  3.  *   Copyright (C) 1990 Mike Bolotski
  4.  *
  5.  *   This program is free software; you can redistribute it and/or modify
  6.  *   it under the terms of the GNU General Public License as published by
  7.  *   the Free Software Foundation; either version 1, or (at your option)
  8.  *   any later version.
  9.  *
  10.  *   This program is distributed in the hope that it will be useful,
  11.  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.  *   GNU General Public License for more details.
  14.  *
  15.  *   You should have received a copy of the GNU General Public License
  16.  *   along with this program; if not, write to the Free Software
  17.  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  */
  19.  
  20. Sat Jun 26 09:31:07 1993
  21.     * all        2.8.10 released.
  22.  
  23. Sun Apr 11 02:28:56 1993
  24.     * s_serv.c, s_user.c
  25.             Local Operator (o-lines) 'power' is now more flexible
  26.             and automatically invoked on those the server deems
  27.             that are non-local to it.
  28.  
  29. Sat Mar  6 14:08:30 1993
  30.     * s_conf.c    Added m4 preprocessing option to reading the server
  31.             configuration file.
  32.  
  33. Tue Feb 16 06:27:14 1993
  34.     * s_misc.c, s_serv.c
  35.             Fixed bug where server handled host masking
  36.             incorrectly in SQUIT and SERVER handling when H and L
  37.             lines are used in addition to C/N lines.
  38.  
  39. Mon Feb  8 05:22:25 1993
  40.     * ircd.c, s_bsd.c
  41.             Rewrote initialization of the server to properly
  42.             handle starting from inetd as well as being restarted
  43.             internally.
  44.  
  45. Tue Feb  2 02:42:37 1993
  46.     * ircd.c, s_bsd.c, s_conf.c, ircd.c, s_user.c
  47.             Removed #ifdefs for BAD_DNS, FULL_HOSTNAME and
  48.             IDENT.  Code for these otions mandatory.
  49.  
  50.     * general    Patch fixes doc'd in sccs comments.  Mostly
  51.             trivial patches of little significance.
  52.  
  53. Mon Nov 30 02:19:19 1992
  54.     * general
  55.             Some changes have gone in SCCS logs.  Some of the bugs
  56.             and changes are as follows:
  57.  
  58.             * huge problems with DNS resolving and ident checkups
  59.               found and fixed.
  60.  
  61.             * privmsg/notice not delivering messages to nicks
  62.               fixed.
  63.  
  64.             * stats h created for H/L lines. L lines removed from
  65.               stats c.
  66.  
  67.             * patches for Convex and Solaris2 incorporated
  68.  
  69.             * move +v propogation fixed as well as flags problem
  70.     
  71.             * channel count for luers altered to change with 
  72.               SHOW_INVISIBLE_LUSERS
  73.  
  74.             * problem with inet_ntoa and varying struct in_addr
  75.               differences fixed by creating inetntoa which uses
  76.               pointer to structure always.
  77.  
  78.             * free-list trial reversed.
  79.  
  80.             * fixed check_server
  81.  
  82.             * problems with authd scanning fixed.
  83.  
  84.             * any other numerous small changes.
  85.  
  86. Fri Oct 30 22:50:27 1992
  87.     * s_serv.c    * encrypted storage of server passwords in ircd.conf
  88.             file done.
  89.  
  90. Tue Oct 27 17:32:41 1992
  91.     * s_bsd.c     * Flood control done properly now and fixed.  Buffers
  92.             data using sendq bufs and pulls messages out as
  93.             they are due (if present).
  94.  
  95. Mon Oct 26 04:02:22 1992
  96.     * s_conf.c    * H-lines added, detach_conf fixed (was broken)
  97.  
  98. Thu Oct 22 02:41:11 1992
  99.     * s_conf.c, s_bsd.c, s_user.c
  100.               * attaching and use of I-lines fixed up properly.
  101.     * general     * I've not been listing bugs as I find them or changes,
  102.             but most have been minor and getting things right
  103.             and to agree with the upcoming RFC. SCCS being used
  104.             now too (havent done a delta for a while :-/).
  105.  
  106. Tue Sep  1 20:16:42 1992
  107.     * s_bsd.c, s_bsd.c, s_serv.c
  108.               * TRACE/STATS now show logfiles if logging is enabled.
  109.  
  110. Tue Sep  1 03:56:21 1992
  111.     * channel.c   * bug found in set_mode() - length of strings when
  112.             setting/clearing chanop was possibly incorrect.
  113.               * a few optimizations have hopefully been added as
  114.             well.
  115.  
  116.     * s_bsd.c, s_auth.c
  117.               * RFC913 (authd) / TAP code separated from s_bsd.c to
  118.             s_auth.c
  119.  
  120.     * s_misc.c, s_debug.c
  121.               * various code/routines removed from s_misc.c and put
  122.             in s_debug.c where it truely belongs.
  123.  
  124. Tue Aug 25 16:07:01 1992
  125.     * ircd.c      * chroot(2) option from Seth added to work along
  126.             with SET_UID & SET_GID for servers running as
  127.             root. (seth@ctr.columbia.edu)
  128.  
  129. Thu Aug 13 18:46:53 1992
  130.     * channel.c   * Bug in send_channel_modes() fixed which causes
  131.             trashed +b's to be sent on server rejoins.
  132.  
  133. Thu Aug 13 17:40:47 1992
  134.     * channel.c   * Added channel passwords (keys).
  135.  
  136. Tue Aug 11 14:05:12 1992
  137.     * channel.c   * JOIN bug giving chanop on wrong channels fixed.
  138.             Reported by Rogue_F.
  139.  
  140. Tue Aug  4 04:38:23 1992
  141.     * s_bsd.c, s_serv.c, s_conf.c
  142.               * Username authentication for servers completed.
  143.             Username now required in host portion of the
  144.             C/N lines for a connection to be completed.
  145.  
  146. Tue Aug  4 03:45:54 1992
  147.               * IDENT changes finally debugged.
  148.  
  149. Tue Aug  4 02:16:42 1992
  150.     * s_bsd.c, s_user.c, s_serv.c, ircd.c
  151.               * IDENT code now written such that it works in a
  152.             similar manner to the DNS async code and thus should
  153.             stop the server hanging (if at all).
  154.  
  155.     * authuser.c  * Removed. (redundant).
  156.  
  157. Fri Jul 31 01:05:57 1992
  158.     * s_user.c    * m_whois() changes to stop people abusing /whois *
  159.             and kiling other links to/from that server.
  160.  
  161. Sat Jul 25 07:33:20 1992
  162.     * s_user.c    * m_oper() fixed so it doesnt core dump when it
  163.             calls send_umode(). send_umode_toservs() added.
  164.  
  165. Sat Jul 25 05:51:01 1992
  166.     * s_bsd.c     * Patches for little endian systems (ie sequents :)
  167.             completed. (Fixing of RPL_MYPORTIS)
  168.  
  169. Fri Jul 24 18:43:35 1992
  170.     * s_bsd.c, s_conf.c, ircd.c, s_misc.c
  171.               * Applied patches from Adrian Hall for compiling on
  172.             Dynix/PTX (email: csc260@central1.lancaster.ac.uk).
  173.  
  174. Fri Jul 24 00:07:41 1992
  175.             Its been busy with other things so these comments
  176.             apply over a few days.
  177.  
  178.     * general    Compiles cleanly under ultrix 4.2 and AIX 3.1
  179.  
  180.     * s_user.c    O-lines host field changed to user@host.
  181.             This change could sweep across to other lines yet.
  182.  
  183.     * s_serv.c    L-lines host field made functional.
  184.  
  185.     * s_bsd.c    I-lines also take user@host as the host now :)
  186.  
  187. Tue Jul 14 03:51:04 1992
  188.     * s_msg.c, s_serv.c, s_user.c
  189.               - THE BIG SPLIT occured! s_msg.c split into two files:
  190.             s_serv.c and s_user.c
  191.  
  192. Mon Jul 13 03:08:03 1992  Darren Reed <avalon@coombs.anu.edu.au>
  193.     * s_conf.c, class.c
  194.               - added MAXSENDQ. field for classes.
  195.  
  196. Sun Jul 12 10:41:48 1992  Darren Reed <avalon@coombs.anu.edu.au>
  197.     * s_msg.c     - added m_close
  198.  
  199. Sat Jul 11 01:01:09 1992  Darren Reed <avalon@coombs.anu.edu.au>
  200.     * s_err.c     - Created, debuged and Added.
  201.     * general     - Generic creation of ERR and RPL numerics from routines
  202.             in s_err.c. The use of these is optional.
  203.     * channel.c   - Changed NAMES, LIST to be able to query remote
  204.             servers.
  205.               - NAMES, LIST, TOPIC all understand channel name lists
  206.             using a comma (,) as a name separator.
  207.  
  208. Sat Jul  4 22:40:35 1992  Darren Reed <avalon@coombs.anu.edu.au>
  209.     * s_bsd.c, ircd.c, s_conf.c, s_msg.c
  210.               - Changed DIE/RESTART/REHASH to be signal activated or
  211.             optionally allow operators to issue REHASH/RESTART.
  212.  
  213. Sat Jul  4 04:12:43 1992  Darren Reed <avalon@coombs.anu.edu.au>
  214.     * s_bsd.c, res.c
  215.               - fixed automatic lookup of hostnames returned by a
  216.             lookup of the IP#.
  217.  
  218. Fri Jul  3 16:15:39 1992  Darren Reed <avalon@coombs.anu.edu.au>
  219.     * channel.c   - added comments to the KICK command.
  220.     * s_msg.c     - rewrote WHOIS, optimized sending of JOIN channels at
  221.             net splits.
  222.     * general     - checked to make sure all replies had a ':' in the
  223.             reply to mark the last parameter being sent.
  224.  
  225. Thu Jul  2 07:56:46 1992  Darren Reed <avalon@coombs.anu.edu.au>
  226.     * channel.c   - imposed 256 character limit on channel names for
  227.             clients local to the server.
  228.  
  229. Thu Jul  2 03:41:15 1992  Darren Reed <avalon@coombs.anu.edu.au>
  230.     * s_msg.c     - changed numeric reply 200 from TRACE. Now shows next
  231.             server in the reply line (extra arg).
  232.  
  233. Tue Jun 30 04:53:11 1992  Darren Reed <avalon@coombs.anu.edu.au>
  234.     * s_bsd.c     - split up check_server() to accomodate the name lookup
  235.             in the middle of it for access checking.
  236.     * s_msg.c     - split up m_server to work with the splitup of
  237.             check_server().
  238.  
  239. Mon Jun 29 23:46:32 1992  Darren Reed <avalon@coombs.anu.edu.au>
  240.     * whowas.c    - added RPL_ENDOFWHOWAS to the whowas reply chain.
  241.  
  242. Sun Jun 28 21:31:20 1992  Darren Reed <avalon@coombs.anu.edu.au>
  243.     * channel.c, send.c
  244.               - channel name masks using ":mask" completed along with
  245.             removal of # significance. '%' channel prefix is
  246.             local to server.
  247.  
  248.               + The removal of the # significance was temporary due to
  249.             too many problems with the nickname/channelname space
  250.             problems.
  251.  
  252.     * s_bsd.c, res.c, s_conf.c
  253.               - hostname and ip number lookup working asynchronously.
  254.     * s_bsd.c     - udp port created. echo's any data sent to it.
  255.  
  256. Sun Dec 1 Greg Lindahl <gl8f@virginia.edu>
  257.     * general     - gee, avalon, you could at least try. as of pre16
  258.             numerics restored to old values. MSG_NOTE code
  259.             removed, because it does not pass Saber C.
  260.     * support.c   - ctype macros now give values for EOF.
  261.     * dbuf.c      - test for bozo compilers
  262.     * example.conf- more documentation
  263.     * s_msg.c     - pjg's patch to fix m_server
  264.     * ircd.c      - print message when debugging off and debugtty set
  265.     * config.h    - remove many dead crufty options.
  266.  
  267. Sun Dec  1 13:41:11 1991  Darren Reed <avalon@coombs.anu.edu.au>
  268.     * all files   - There have been so many changes and bug fixes going
  269.             into 2.7 that it would be impossible to list them all.
  270.  
  271. Mon Nov  4 14:35:07 1991  Darren Reed <avalon@coombs.anu.edu.au>
  272.     * s_msg.c     - installed msa's patch to m_nick
  273.  
  274. Mon Nov 4  01:03:45 1991  Darren Reed <avalon@coombs.anu.edu.au>
  275.     * all files   - changed all functions to have "function_name" style
  276.                 names. All macros now MacroName.
  277.     * general     - lots of various different work in preparation for 2.7
  278.  
  279. Thu Sep 19 14:55:24 1991  Darren Reed <avalon@coombs.anu.edu.au>
  280.     * s_msg.c, channel.c
  281.               - moved m_topic() and m_invite() from s_msg.c to
  282.             channel.c
  283.               - changed m_topic() to now process # channel topics
  284.  
  285. Mon Sep 02 16:27:53 1991  Darren Reed <avalon@coombs.anu.edu.au>
  286.       (lost previous ChangeLog which had accurate dates of additions
  287.        for 2.6.2. Following is changes from 2.6.1 to 2.6.2).
  288.  
  289.     * s_conf.c    - added L-line handling for Leaf Enforcement.
  290.             (Courtesy Wumpus (Greg Lindahl))
  291.               - added det_I_lines_butfirst to make sure each client
  292.             connection only ever has (at most) 1 I-line attached
  293.             to it.
  294.  
  295.     * channel.c   - fixed ghost ChanOp problem from earlier versions.
  296.               - painful ^G mode bug fixed for 2.6.1
  297.  
  298.     * ircd.c      - some problems with TryConnections fixed.
  299.  
  300.     * s_bsd.c, ircd.c, s_msg.c
  301.               - local clients are now stored and referenced with an
  302.             array of pointers. This has a fixed size :/
  303.  
  304.     * s_msg.c, list.c
  305.               - client list is now a double linked list.
  306.               - moved some code to list.c to create addition/deletion
  307.             routines to add/delete client records from the list.
  308.  
  309.     * list.c      - added NICKNAMEHISTORYLENGTH to replace the 'magic' 200.
  310.  
  311.     * s_msg.c     - Added following commands:
  312.             USERHOST <nickname> [n.[n.[n.[n.]]]]
  313.             ISON <nickname> [nickname...]
  314.  
  315.     * hash.c, s_msg.c, channel.c
  316.               - (finally) added hash tables for nickname, server and
  317.             channel name lookup. Nicknames and servers share the
  318.             same table.
  319.  
  320. Thu Jul 04 20:31:10 1991  Armin Gruner <gruner@informatik.tu-muenchen.de>
  321.  
  322.     * s_numeric.c
  323.       Changed sptr->name to parv[0]; use strtoken() for loop.
  324.  
  325. Tue Jul 02 11:11:15 1991  Armin Gruner <gruner@informatik.tu-muenchen.de>
  326.  
  327.     * ircd.c, channel.c, s_msg.c
  328.       changed MSG_MAIL to MSG_NOTE as requested by the author
  329.       Fixed m_links(); remote LINKS should work now.
  330.     * mail.c
  331.       Removed mail.c, replaced by new version 1.3pre8, now note.c
  332.  
  333. Mon Jul 01 20:35:40 1991  Armin Gruner <gruner@informatik.tu-muenchen.de>
  334.  
  335.     * s_msg.c
  336.       m_notice(), m_text(), m_privmsg() merged to one function.
  337.       m_wall() changed. Default is WALL. Should be eliminated
  338.       anyways in next version.
  339.  
  340.     * channel.c
  341.       Changed error msgs when parameters from 'l' are missing.
  342.  
  343. Sun Jun 30 14:53:42 1991  Armin Gruner <gruner@informatik.tu-muenchen.de>
  344.  
  345.     * s_msg.c
  346.       Major cleanups; Server/host mask msgs moved to NOTICEs.
  347.       m_whois changed. For nonexistent nickname an error is created now.
  348.  
  349. Sat Jun 29 15:46:35 1991  Armin Gruner <gruner@informatik.tu-muenchen.de>
  350.  
  351.     * s_msg.c
  352.       Fixed m_summon error bug
  353.       Applied msa'a patches. Fixes ExitOneClient().
  354.  
  355.     * channel.c
  356.       Fixed join ctrl-g bug
  357.  
  358. Sat Apr 6  19:47:00 1991  Jarkko Oikarinen <jto@tolsun.oulu.fi>
  359.  
  360.     * Added destination parameter to /links (a'la /whois)
  361.  
  362. Thu Apr 4  16:01:16 1991  Armin Gruner <gruner@informatik.tu-muenchen.de>
  363.  
  364.       * ircd.c, s_bsd.c
  365.         Fix SIGHUP - SIGHUP to ircd causes a rehash() finally.
  366.  
  367.       * c_msg.c
  368.         Fix KILL from an OPER - pre19 with wildcard match didn't pro-
  369.         pagate the correct sender. Server kills behind *-domains are
  370.         still unsolved.
  371.  
  372. Sun Mar 31 08:57:12 1991  Jarkko Oikarinen <jto@tolsun.oulu.fi>
  373.  
  374.         * WALL placed under #ifdef. Default is no WALL
  375.         * Fixed JOIN mode option to accept more parameters
  376.           like userlimit.
  377.  
  378. Sun Mar 24 07:43:00 1991  Jarkko Oikarinen <jto@tolsun.oulu.fi>
  379.  
  380.         * A couple minor bug fixes.
  381.         * Channel name to ERR_CHANOPRIVSNEEDED and ERR_NOTONCHANNEL.
  382.  
  383. Sun Mar 17 09:50:12 1991  Jarkko Oikarinen <jto@tolsun.oulu.fi>
  384.  
  385.         * m_who() numeric RPL_ENDOFWHO (315) for all queries
  386.         * RPL_ENDOFWHOIS (316) reply added
  387.         * RPL_ENDOFWHO (315) and RPL_ENDOFWHOIS (316) return
  388.           the query parameter now as well.
  389.         * RPL_WHOISIDLE (317) returns the idle time of a particular user.
  390.         * RPL_NOTOPIC (331), RPL_TOPIC (332) return channel name as a
  391.           paramater (this has been already added to RPL_CHANNELMODEIS (324))
  392.         * Limited trace (won't show users on a server) available now for
  393.           all users
  394.         * Fix to HuntServer() to make sure loops do not happen.
  395.         * Added new numeric, ERR_CHANOPRIVSNEEDED (482) which replaces
  396.           *all* ERR_NOPRIVILEGES (481) messages where the missing privileges
  397.           were channel operator privileges.
  398.         * KICK to user not existant on irc now generates
  399.           ERR_NOTONCHANNEL (442) error reply.
  400.         * ERR_NOSUCHSERVER (402) returns the server name as a parameter.
  401.         * ERR_CANNOTSENDTOCHAN (404) now returns the channel name you couldn't
  402.           send to.
  403.  
  404. Mon Feb 25 16:08:51 1991  Armin Gruner <gruner@informatik.tu-muenchen.de>
  405.  
  406.     * s_msg.c
  407.       'Fixed' K:-line behaviour of m_user(). Now, the connection
  408.       is not closed; USER-msg is distributed with K:-line remark, and
  409.       user isn't introduced locally, so user gets 'You have not registered
  410.       as a user'.
  411.  
  412.     * ircd.c
  413.       SIGHUP generates rehash() now.
  414.  
  415. Mon Feb 11 18:57:56 1991  Armin Gruner <gruner@informatik.tu-muenchen.de>
  416.  
  417.      * s_msg.c
  418.       Fixed m_server(). The domain matching was done against the
  419.       return value of GetClientName(), but this never matches
  420.       if the servername differs from the host name, because
  421.       [real socketname] is added to 'inpath'.
  422.  
  423. Fri Jan 12 12:34:21 1991  Jarkko Oikarinen (jto@tolsun.oulu.fi)
  424.  
  425.         * more ircd options at startup...
  426.  
  427. Mon Dec 03 13:54:25 1990  Armin Gruner <gruner@informatik.tu-muenchen.de>
  428.  
  429.     * class.c, s_msg.c, s_bsd.c
  430.       Fixes from Avalon. Sigh.
  431.  
  432. Wed Nov 28 14:07:11 1990  Armin Gruner <gruner@informatik.tu-muenchen.de>
  433.  
  434.     * class.c, s_bsd.c (CloseConnection)
  435.       Fixes from avalon (DEBUG stuff)
  436.  
  437. Tue Nov 27 11:24:56 1990  Armin Gruner <gruner@informatik.tu-muenchen.de>
  438.  
  439.     * s_msg.c, s_bsd.c, ircd.c, class.c
  440.       Isolated the implementation of 'classes' to class.c (by using
  441.       macros for accessing the structure members) -- we should start
  442.       using this everywhere -- especially with this linear list of
  443.       clients!!
  444.  
  445.     * channel.h (new file)
  446.       prototyping, 'channel'-misc, try to isolate channel implemen-
  447.       tation to channel.h and channel.c
  448.  
  449. Sun Nov 25 16:13:42 1990  Armin Gruner <gruner@informatik.tu-muenchen.de>
  450.  
  451.     * class.c, class.h
  452.       New files for class-handling. Applied Avalon's patches.
  453.       Change some code into more readable one (MIN).
  454.  
  455. Tue Nov 13 11:44:28 1990  Armin Gruner <gruner@informatik.tu-muenchen.de>
  456.  
  457.     * s_msg.c
  458.       Fixed Invite bug.
  459.  
  460.     * s_bsd.c
  461.       Fixed overhead of check_access.
  462.       New function to get qualified (local) domain name: AddLocalDomain()
  463.  
  464. Mon Nov 12 20:42:44 1990  Armin Gruner <gruner@informatik.tu-muenchen.de>
  465.  
  466.     * channel.c
  467.       Fixed 2.6 MODE_NOPRIVMSG bug
  468.  
  469.     * Added mkversion.sh into self configuration extraction,
  470.       now version.c.SH
  471.  
  472. Sat Nov 10 19:10:33 1990  Armin Gruner <gruner@informatik.tu-muenchen.de>
  473.  
  474.     * Removed getlongtime() everywhere.
  475.  
  476.     * s_bsd.c
  477.       Removed some ULTRIX sidesteps.
  478.  
  479.     * s_conf.c
  480.       Changed the return values of find_kill().
  481.  
  482.     * ircd.c
  483.       Avalon's cleanup's.
  484.       Change close() to shutdown() (restart()). 
  485.  
  486. Wed Oct 31 18:20:00 1990  Jarkko Oikarinen (jto@tolsun.oulu.fi)
  487.  
  488.     * 2.6:
  489.       - multichannels
  490.       - wildcard servers
  491.       - more fun stuff I don't remember anymore but which should
  492.         be in documentation...
  493.  
  494. Sun Oct 21 18:53:02 1990  Christopher Davis (ckd at bucsd)
  495.  
  496.         * Makefile
  497.           - Added IRCDLIBS and IRCDMODE variables
  498.  
  499. Wed Jun 20 11:53:00 1990  Jarkko Oikarinen (jto@tolsun.oulu.fi)
  500.  
  501.     numerous files changed and functions moved around to make
  502.     string channels work...
  503.  
  504. Sun Jun 17 16:52:39 1990  Armin Gruner (gruner@informatik.tu-muenchen.de)
  505.  
  506.       * s_debug.c
  507.         New created file, common/debug.c has been moved to it because
  508.         now we handle also debug outputs in client code
  509.  
  510.       * s_conf.c
  511.         Added the prefix character into all reply-strings.
  512.         MSGs never appeared on client site because parse() didn't
  513.         recognize it as a prefix (numeric) message
  514.         Changed the test of time-interval, now a specified interval
  515.         that begins before midnight and ends after should also work
  516.  
  517.       * s_bsd.c
  518.         Added setdtablesize() for sequents OS Dynix,
  519.         default was 20; allows more socket connections.
  520.  
  521. Sat May 12 22:50:13 1990  Jarkko Oikarinen (jto@tolsun.oulu.fi)
  522.  
  523.     * s_msg.c
  524.       Added newline removal from the end of string ctime()
  525.       returns (m_info() and m_stats())
  526.     * s_whowas.c
  527.       Added newline removal from the end of string ctime()
  528.       returns (m_whowas())
  529.     * s_conf.f
  530.       Added close() into init_conf()
  531.       Was obviously forgotten from there
  532.  
  533. Thu May 10 17:17:13 1990  Jarkko Oikarinen (jto@tolsun.oulu.fi)
  534.  
  535.         * whowas.c
  536.           Fixed memcpy and bcopy problems
  537.  
  538. Sat Jan  6 17:36:28 1990  Mike Bolotski  (mikeb at coho.ee.ubc.ca)
  539.  
  540.     * date.c
  541.  
  542.     Added HPUX-specific code since it lacks the timezone() function.
  543.  
  544. Thu Oct 21 13:45:31 1993 Armin Gruner <gruner@informatik.tu-muenchen.de>
  545.  
  546.       * s_conf.c, find_restrict. Added argv0 to execlp() call. login
  547.         name was not passed to external program
  548.  
  549.  
  550.