home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
comm
/
amitcp-3.0ß2.lha
/
AmiTCP
/
ChangeLog
< prev
next >
Wrap
Text File
|
1994-05-19
|
28KB
|
770 lines
Thu May 19 07:35:18 1994 Pekka Pessi (ppessi@lk-hp-14.hut.fi)
* Install_AmiTCP:
Added user name handling and selecting of default user.
* devs/netinfo.device (Smakefile, base.h, entries.h, netinfo.c,
init.c, server.c, entries.c, groupunit.c, passwdunit.c):
Added support for DOS notifications, now the changes in passwd and
group files are immediately visible with passwd and group maps.
Wed May 18 19:47:45 1994 Pekka Pessi (ppessi@lk-hp-1.hut.fi)
* libs/usergroup.library:
Updated the usergroup.library documentation.
* appl/napsaterm:
Upgraded to version 3.8, fixed a couple of bugs in 3.7 and earlier
versions.
Tue May 17 20:29:12 1994 Pekka Pessi (ppessi@gamma.hut.fi)
* libs/usergroup.library:
Added a new function call getcredentials() which returns all
credential for a process, updated library version to 4.
* appl/napsaterm:
Upgraded to version 3.7, merged enchanchements made by R. Knop.
Major new feature is support of the Telnet protocol.
Mon May 16 01:09:27 1994 Jarno Tapio Rajahalme (jraja@gamma.hut.fi)
* bin/rsh:
Fixed bug which caused sending to stop if input was redirected
from a (not small) file.
Sun May 15 16:04:20 1994 Jarno Tapio Rajahalme (jraja@gamma.hut.fi)
* bin/showmount:
Added sources to the source distribution.
Sat May 14 16:02:47 1994 Jarno Tapio Rajahalme (jraja@gamma.hut.fi)
* NFS Client by Carsten Heyl:
Added to the distribution. Thanks Carsten!
Tue May 3 00:00:01 1994 Jarno Tapio Rajahalme (jraja@gamma.hut.fi)
* Install_AmiTCP:
Added copying of "libs" dir, which was missing.
* netinclude: (errno.h, sys/errno.h):
Removed the definition for the __sys_errlist. Changed the
__sys_nerr to be a macro.
* netinclude: (inetdlib.h)
Removed from the distribution.
Mon Apr 25 14:51:19 1994 Jarno Tapio Rajahalme (jraja@gamma.hut.fi)
* inetd: (inetd.c):
Fixed bugs in server argument parsing.
Sat Apr 23 19:42:11 1994 Tomi Ollila (too@gamma.hut.fi)
* telnet, inet-handler:
Fixes and changes to telnet. For DosPacket aborting,
ACTION_STACK is now used. Telnet has now version 3.3
Fri Apr 22 15:09:10 1994 Jarno Tapio Rajahalme (jraja@gamma.hut.fi)
* AmiTCP: (kern/amiga_log.c):
Fixed the bug in log file/console name change notify function
(NETTRACE's DosBase is no more used before initialization).
* netstat: (util/netstat/netstat):
Added resolving the IP addresses (by Pavel Troller
<patrol@k332.feld.cvut.cz>). The resolving is done with AmiTCP
command 'resolve', and can be bypassed with command line
switch '-n'.
Added caching the resolved addresses (jraja).
Sun Apr 17 15:09:37 1994 Tomi Ollila (too@lk-hp-11.hut.fi)
* telnet, inet-handler:
Added new `AmiTCP/IP_telnet 3.1' (5760 bytes)
Added preliminary ACTION_FORCE handling to inet-handler
and chanded some error messages a bit more descriptive.
Wed Apr 13 11:49:37 1994 Jarno Tapio Rajahalme (jraja@gamma.hut.fi)
* netlib: (serveraccept.c, autoinitd.c, init_inet_daemon.c,
set_socket_stdio.c and others with minor modifications):
Removed separate objects (serveraccept.o, autoinitd.o). The
serveraccept() is now included in the net.lib. autoinitd.o
functionality is now replaced with the standard autoinit module
int the net.lib + the new init_inet_daemon() function, which
obtains the server socket accepted by the inetd. The stdin,
stdout, and stderr can be redirected to any socket with the new
set_socket_stdio() function.
* src/examples/serv:
Added an simple example server, which uses stdio over the socket.
The server is normally started by the inetd (an entry for the
in.example must be added to db/inetd.conf), but if started at cli,
it will operate over the normal stdin/stdout.
Fri Apr 8 18:22:29 1994 Tomi Ollila (too@lk-hp-12.hut.fi)
* netinclude:
Fixed arpa/telnet.h to define some TELOPT macros even TELOPTS
is not defined. One may need those macros but not that
`telopts' string array. Updated inline/usergroup.h for
gcc users.
Thu Apr 7 23:51:28 1994 Jarno Tapio Rajahalme (jraja@gamma.hut.fi)
* netinclude:
Added new file amitcp/types.h, which contains common type
definitions, which were previously defined in several places
around the netincludes. This is done because of the SAS/C GST
system, which doesn't like same symbol being defined in more
than one file.
Wed Apr 6 18:42:35 1994 Tomi Ollila (too@lk-hp-12.hut.fi)
* AmiTCP: (kern/amiga_netdb.[ch], kern/accesscontrol.c):
Added symbol '@' as `Service' in access control lists
to match with privileged ( < 1024) ports.
Tue Apr 5 20:19:36 1994 Tomi Ollila (too@lk-hp-11.hut.fi)
* tcp_AmiTCP, inet-handler:
Updated and cleaned up a bit.
Mon Apr 4 04:42:27 1994 Jarno Tapio Rajahalme (jraja@gamma.hut.fi)
* netlib:
Added files popen.c (by Rick Schaeffer), sleep.c and usleep().
popen.c implements UNIX compatible popen() and pclose() functions,
sleep.c and usleep.c implement UNIX compatible sleep() and
usleep() functions, respectively.
Sat Apr 2 15:03:34 1994 Jarno Tapio Rajahalme (jraja@gamma.hut.fi)
* AmiTCP: (api/amiga_api.c, api/amiga_api.h, api/amiga_generic2.c,
api/gethostnamadr.c, api/res_init.c, api/res_mkquery.c,
api/res_query.c, api/res_send.c, api/resolv.h, kern/amiga_main.c):
Moved global resolver variables to the SocketBase, eliminating
the need for the res_lock, which is removed. Added tag code
SBTC_HERRNOLONGPTR for setting the h_errno pointer (LONG *).
* netlib: (getherrno.c, autoinit.c, rcmd.c, Smakefile, GNUmakefile):
Removed getherrno.c, added global h_errno and it's pointer passing
to the autoinit.c, changed the rcmd.c to use newer netlib
features.
* netinclude: (netdb.h, amitcp/socketbasetags.h):
Added external declaration of the h_errno to the netdb.h, added
tag code SBTC_HERRNOLONGPTR to the amitcp/socketbasetags.h.
Tue Mar 29 16:00:00 1994 Jarno Tapio Rajahalme (jraja@gamma.hut.fi)
* netlib: (utime.c):
Added to the distribution.
* netinclude: (utime.h):
Added to the distribution.
Tue Mar 29 16:00:00 1994 Pekka Pessi (ppessi@lk-hp-20.hut.fi)
* usrlib:
Moved all functionality to netlib.
Sat Mar 26 12:19:54 1994 Tomi Ollila (too@lk-hp-11.hut.fi)
* AmiTCP: (netinet/tcp_input.c, kern/accesscontrol.[ch],
kern/amige_netdb.[ch] api/getxbyy.c
Added simple (but efficient) access control to the protocol
stack. Fixed bug in getservbyname() which now checks the
protocol string.
Tue Mar 22 11:21:59 1994 Jarno Tapio Rajahalme (jraja@lk-hp-11.hut.fi)
* AmiTCP: (api/amiga_generic.c, api/amiga_generic2.c,
api/amiga_syscalls.c, api/amiga_api.h, api/amiga_api.c,
netinclude:amitcp/socketbasetags.h):
Added new field 'fdCallback' to the SocketBase, added new tag to
SocketBaseTags() (SBTC_FDCALLBACK) for setting this function
pointer. Added code to AmiTCP functions to call this callback
whenever dTable changes.
* netlib: (_allocufb.c, _chkufb.c, _close.c, _lseek.c, _open.c,
_read.c, _write.c, fhopen.c, ioctl.c, iomode.c, isatty.c, stat.c):
Added the preliminary unix io compatibility code.
* netinclude: (ios1.h):
New file containing additions to SAS/C header with the same name
(include:ios1.h). Defines flag UFB_SOCK for sockets.
Mon Mar 21 17:18:48 1994 Jarno Tapio Rajahalme (jraja@lk-hp-11.hut.fi)
* binary distribution: (bin/netmount, doc/netfs.doc,
l/netfs-handler, serv/netfs-server):
Updated to the newest release (0.56).
Sun Mar 20 02:13:33 1994 Jarno Tapio Rajahalme (jraja@lk-hp-11.hut.fi)
* netinclude: (arpa/ftp.h, arpa/nameser.h, arpa/tftp.h,
arpa/telnet.h):
Added to the distribution.
Thu Mar 17 06:23:06 1994 Jarno Tapio Rajahalme (jraja@lk-hp-11.hut.fi)
* netinclude: (sys/syslog.h):
Added "INACTIVE" to the log window parameters (suggested by
Carsten Heyl).
AmiTCP/IP Release 3.0 beta: (released 11.3.1994)
================================================
Wed Mar 9 11:47:38 1994 Jarno Tapio Rajahalme (jraja@lk-hp-11.hut.fi)