source: rtems/cpukit/libnetworking/ChangeLog @ cb1e8a46

4.104.114.84.95
Last change on this file since cb1e8a46 was cb1e8a46, checked in by Joel Sherrill <joel.sherrill@…>, on 02/27/02 at 22:43:31

2002-02-27 Ilya Alexeev <ilya@…>

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