source: rtems/cpukit/libnetworking/ChangeLog @ d7478774

4.104.114.84.95
Last change on this file since d7478774 was d7478774, checked in by Joel Sherrill <joel.sherrill@…>, on 03/20/02 at 22:08:06

2001-03-20 Till Straumann <strauman@…>

  • PR158
  • libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by commenting out the parts that deal with signals. This enables RTEMS to 'rsh' command to a server connecting fd to remote stdio. The 'server-side' parts of this file which deal with authentication are disabled since they are not needed.
  • Property mode set to 100644
File size: 18.9 KB
Line 
12001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2
3        * PR158
4        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
5        commenting out the parts that deal with signals.  This enables
6        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
7        The 'server-side' parts of this file which deal with authentication
8        are disabled since they are not needed.
9
102002-02-27      Ilya Alexeev <ilya@continuum.ru>
11
12        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
13        pppd/sys-rtems.c: Add server with pap-authorization
14        capabilities as well as eliminate some warnings.
15
162002-02-27      Eric Norum <eric.norum@usask.ca>
17
18        * net/radix.c: Properly handle fetching the default route when there
19        is no route.  This was a bug in the original FreeBSD code and this
20        fix is from an updated version of their code.
21
222001-02-01      Mike Siers <mikes@poliac.com>
23
24        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
25        the link down too fast.
26        NOTE: Mike reports successfully running at 56K baud on a direct link.
27
282001-01-31      Mike Siers <mikes@poliac.com>
29
30        * pppd/rtemsdialer.h: New file missed in previous commit.
31
322001-01-31      Mike Siers <mikes@poliac.com>
33
34        * Nice Update of PPPD support which eliminates the
35        requiremetn that drivers be in the termios TASK_DRIVEN mode.
36        Mike did significant testing and reports that it seems to be
37        more stable and handle larger packets better.  This patch
38        replaces the termios tasks with more general pppd network
39        driver tasks.  The functions pppinput() and pppstart() get
40        called from the interrupt service routine.
41        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
42        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
43        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
44        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
45        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
46        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
47        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
48        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
49        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
50        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
51        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
52        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
53        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
54        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
55        pppd/upap.h, pppd/utils.c, pppd/example/README,
56        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
57        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
58        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
59        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
60        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
61
622002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * rtems_telnetd/pty.c: Move config.h to were it belongs.
65        Remove printf (Reported by Till Straumann
66        <strauman@SLAC.Stanford.EDU>).
67
682001-01-16      Eric Norum <eric.norum@usask.ca>
69
70        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
71
722002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * pppd/sys-rtems.c: Remove unused variable status from
75        dodefaultroute.
76
772002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
80        <rtems/seterr.h>.
81
82
832001-12-18      Eric Norum <eric.norum@usask.ca>
84
85        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
86        (path names with a / at the end) while disallowing open() operations
87        on TFTP `directories'.
88
892001-12-07      Eric Norum <eric.norum@usask.ca>
90
91        * lib/tftpDriver.c: Restore write capability.
92
932001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * arpa/Makefile.am: Remove stray lines.
96
972001-10-18      Eric Norum <eric.norum@usask.ca>
98
99        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
100        open() operations within the TFTP file system.
101
1022001-10-12      Mike Siers <mikes@poliac.com>
103
104        * Update to stable working state.  Congratulations Mike! :)
105        * modem_example: Directory removed.
106        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
107        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
108        modem_example/pppcompress.c: Files removed.
109        * pppd/example/pppd.options: New file.
110        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
111        pppd/pppd.h, pppd/rtemsmain.c: Updated.
112
1132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
116        * configure.in: Remove.
117        * configure.ac: New file, generated from configure.in by autoupdate.
118
1192001-09-27      Eric Norum <eric.norum@usask.ca>
120
121        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
122        filesystem.
123
1242001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
127        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
128        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
129        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
130        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
131        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
132        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
133        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
134        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
135        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
136        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
137        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
138
1392001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
142
1432001-09-19      Eric Norum <eric.norum@usask.ca>
144
145        * lib/tftpDriver.c: Add some debugging capability.
146
1472001-09-19      Chris Johns <ccj@acm.org>
148
149        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
150        rtems/rtems_bsdnet_internal.h Added support for populating the
151        initial "root" filesystem with information obtained via the DHCP
152        response.
153
1542001-08-16      Mike Siers <mikes@poliac.com>
155
156        * pppd/STATUS: Updated by Joel based upon email from Mike.
157        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
158        functionality that has not even been compiled under RTEMS yet.
159
1602001-08-16      Joel Sherrill <joel@OARcorp.com>
161
162        * pppd/example/Makefile: Removed.
163        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
164        avoid bootstrap -c clobbering it.
165
1662001-08-16      Mike Siers <mikes@poliac.com>
167
168        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
169        application.  Mike's notes on the modifications:
170           - renamed error() function because of namespace problems
171           - removed calls to the exit() funciton
172           - removed extra files from the pppd source directory
173           - defined pppd task constant values in rtemspppd.h
174           - modifyied example code to get actual tick per second value
175           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
176           directory
177        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
178        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
179        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
180        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
181        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
182        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
183        New files.
184        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
185        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
186        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
187        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
188        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
189        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
190        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
191
1922001-08-16      Joel Sherrill <joel@OARcorp.com>
193
194        * rtems_telnetd/.cvsignore: New file.
195
1962001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
197
198        * Makefile.am, configure.in, rtems_servers/Makefile.am,
199        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
200        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
201        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
202        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
203          - pty and telnetd have a new subdir rtems_telnetd to avoid
204            the side effect when ftpd change.
205          - the tcp/ip stats have been implemented into icmds.c and
206            started when telnetd daemon is started.
207        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
208        * rtems_telnetd: New directory.
209        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
210        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
211        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
212
2132001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * rtems_servers/Makefile.am: Deleted blank lines.
216
2172001-06-14      Joel Sherrill <joel@OARcorp.com>
218
219        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
220        so the network stack to address network depenendency.
221        * rtems_servers/Makefile.am: Modified to reflect above.
222
2232001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
226
2272001-04-24      Eric Norum <eric.norum@usask.ca>
228
229        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
230        synchronization a little more robust -- no NTP daemon yet, but
231        at least it trys a little harder when the primary NTP server is down.
232
2332001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
234
235        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
236        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
237        Polish comments and other strings into English
238        * pppd/STATUS: updated to reflect the changes
239
2402001-04-20      Jake Janovetz <janovetz@uiuc.edu>
241
242        * rtems_servers/ftpd.c: Correct argument so hooks work again.
243
2442001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
245
246        * include/.cvsignore: Remove dangling file.
247
2482001-01-31        Sergei Organov <osv@javad.ru>
249
250        * rtems_servers/ftp.d: Following changes:
251          - Hacks with current dir and root dir removed in favor of new libio
252            support for task-local current and root directories.
253          - Bug in `close_data_socket()' introduced by previous change fixed.
254          - `command_pasv()' changed to set timeout on socket we are listening
255            on and code fixed to don't close socket twice on error.
256          - `serr()' changed to clear `errno'.
257          - `data_socket()' changed to clear `errno' before `bind()'.
258          - `session()' changed to clear `errno' before processing session.
259          - `close_data_socket()' fixed to close both active and passive sockets
260          - Initialize info->data_socket to -1 in `daemon()'
261          - Initialize `fname' to empty string  in `exec_command()'
262
2632001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
266        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
267        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
268        sys/Makefile.am, vm/Makefile.am:
269        Apply include_*HEADERS instead of H_FILES.
270        * include/Makefile.am: Remove.
271        * Makefile.am: Add handling of *.h files.
272        * configure.in: Remove include/Makefile.
273
2742001-01-25      Eric Norum <eric.norum@usask.ca>
275
276        * lib/tftpDriver.c: Reduce first timeout interval.  This
277        improves throughput on systems which are dropping packets. 
278        Only the first timeout is reduced.  This keeps the number
279        of extra packets down on networks that are very busy and
280        dropping lots of packets.
281
2822001-01-24      Sergei Organov <osv@javad.ru>
283
284        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
285        as listed below:
286          - Timeouts on sockets implemented. 'idle' field added to
287            configuration. No timeout by default to keep backward compatibility.
288            Note: SITE IDLE command not implemented yet.
289          - Basic global access control implemented. 'access' field added to
290            configuration. No access limitations by default to keep backward
291            compatibility.
292          - Anchor data socket for active mode (using self IP and port 20.)
293          - Fixed default data port support (still not tested).
294          - Don't allow IP address different from originating host in
295            PORT command to improve security.
296          - Fixed bug in MDTM command.
297          - Check for correctness of parsing of argument in command_port().
298          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
299            'NAME' is not a directory.
300          - Command parsing a little bit improved: command names are now
301            converted to upper-case to be more compatible with RFC (command
302            names are not case-sensitive.)
303          - Reformat comments so that they have RTEMS look-and-feel.
304          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
305          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
306          - Passive mode implemented, PASV command added.
307          - Default port for data connection could be used (untested, can't find
308            ftp client that doesn't send PORT command)
309          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
310          - Reply codes reviewed and fixed.
311
3122001-01-12      Sergei Organov <osv@javad.ru>
313
314        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
315        as listed below:
316            - use pool of pre-created threads to handle sessions instead of
317              creating/deleting threads on the fly
318            - LIST output is now similar to what "/bin/ls -al" would output,
319              thus FTP clients such Netscape are happy with it.
320            - LIST NAME now works (both for files and directories)
321            - added support for NLST, CDUP, and MDTM FTP commands to make
322              more FTP clients happy
323            - keep track of CWD for every session separately
324            - ability to specify root directory name for FTPD in configuration
325              table. FTPD will then create illusion for FTP clients that this
326              is actually root directory.
327            - ignore options sent in commands, thus LIST -al FILE works and
328              doesn't try to list "-al" directory.
329            - buffers are allocated on stack instead of heap where possible to
330              eliminate malloc/free calls (avoid possible heap fragmentation
331              troubles).
332            - drop using of task notepad to pass parameters - use function
333              arguments instead
334            - use snprintf() instead of sprintf() as the latter is unsafe
335            - use of PF_INET in socket() instead of AF_INET
336
337            Here are ftp clients I've tried new FTPD with (all of them
338            running on Debian GNU/Linux 2.2):
339
340                 Lftp 2.1.10
341                 NcFTP 2.4.3
342                 Netscape 4.75
343                 ftp
344                 mc 4.5.49
345
3462001-01-02      Joel Sherrill <joel@OARcorp.com>
347
348        * CHANGELOG: Removed.
349        * README: Merged CHANGELOG contents as initial changes.
350
3512000-12-14      Eric Norum <eric.norum@usask.ca>
352
353        * lib/tftpDriver.c: Added write capability.
354
3552000-12-08      Joel Sherrill <joel@OARcorp.com>
356
357        * libc/linkaddr.c: Initialized variable to remove warning.
358        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
359        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
360        that were not used because the code using them was commented out.
361        Removed totally unused variables.
362        * modem/pppcompress.c: Added parentheses to avoid warnings.
363        * pppd/pppmain.c: Removed numerous warnings.
364
3652000-11-30      Joel Sherrill <joel@OARcorp.com>
366
367        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
368        that is an RTEMS specific header file.
369
3702000-11-30      Joel Sherrill <joel@OARcorp.com>
371
372        * sys/ttycom.h: Moved to lib/include/sys.
373        * Makefile.am: Modified to reflect above.
374
3752000-11-27      Joel Sherrill <joel@OARcorp.com>
376
377        * libc/res_init.c: Fix typo - adding missing # on include.
378
3792000-11-25      Eric Norum <eric.norum@usask.ca>
380
381        * libc/res_init.c: Move include to avoid compiler dumping core.
382
3832000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
384
385        * wrapup/Makefile.am: Added modem subdir.
386        * configure.in, Makefile.am: Added modem subdir.
387        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
388        * pppd/Makefile.am: Added pppmain.c (which needs work).
389        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
390        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
391        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
392        Actually main.c and ppp_tty.c should be scratched. The modem
393        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
394
3952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
398
3992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
402
4032000-10-30      Joel Sherrill <joel@OARcorp.com>
404
405        * POSIX include files merged into newlib.  This resulted in
406        some definitions moving to other files and thus some secondary
407        effects in RTEMS source code.
408        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
409        with newlib's <machine/types.h>.
410        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
411        of struct itimerval in <sys/time.h>.
412
4132000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
416        Switch to GNU canonicalization.
417
4182000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
419
420        * lib/tftpDriver.c: add comments to handlers struct function pointers.
421        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
422        pointer has been checked against NULL.
423
4242000-10-18       Chris Johns <ccj@acm.org>
425
426        * pppd/ipxcp.c: Fixed a typo.
427
4282000-09-28      Joel Sherrill <joel@OARcorp.com>
429
430        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
431        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
432        * rtems_webserver/sock.c: Added file missed in merger.
433
4342000-09-22      Joel Sherrill <joel@OARcorp.com>
435
436        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
437        rtems_webserver/webmain.c: machine/types.h  should not have
438        included rtems.h.  It is now including precisely the
439        least amount of low level, yet portable .h files to get
440        the basic RTEMS types defined.  This rippled into other
441        files since rtems_bsdnet_internal.h used machine/types.h to include
442        rtems.h.
443
4442000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * ChangeLog: Cleanup.
447
4482000-09-05      Joel Sherrill <joel@OARcorp.com>
449
450        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
451        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
452        and to work with the converted flags.
453
4542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
457        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
458        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
459        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
460
4612000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
462
463        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
464        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
465
4662000-08-31      Joel Sherrill <joel@OARcorp.com>
467
468        * Merged version 2.1 of GoAhead webserver.  This update
469        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
470        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
471        um.c, um.h: New files.
472        * wbase64.c: Removed.
473        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
474        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
475        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
476        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
477
4782000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * netinet/tcp_input.c: Spelling corrections.
481
4822000-08-30      Joel Sherrill <joel@OARcorp.com>
483
484        * rtems_webserver/license.txt: New file.
485
4862000-08-10      Joel Sherrill <joel@OARcorp.com>
487
488        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.