source: rtems/c/src/exec/libnetworking/ChangeLog @ 485ed5cc

4.104.114.84.95
Last change on this file since 485ed5cc was 485ed5cc, checked in by Joel Sherrill <joel.sherrill@…>, on 02/01/02 at 14:04:45

2001-01-31 Mike Siers <mikes@…>

  • pppd/rtemsdialer.h: New file missed in previous commit.
  • Property mode set to 100644
File size: 17.9 KB
RevLine 
[485ed5cc]12001-01-31      Mike Siers <mikes@poliac.com>
2
3        * pppd/rtemsdialer.h: New file missed in previous commit.
4
[0286b9f]52001-01-31      Mike Siers <mikes@poliac.com>
6
7        * Nice Update of PPPD support which eliminates the
8        requiremetn that drivers be in the termios TASK_DRIVEN mode.
9        Mike did significant testing and reports that it seems to be
10        more stable and handle larger packets better.  This patch
11        replaces the termios tasks with more general pppd network
12        driver tasks.  The functions pppinput() and pppstart() get
13        called from the interrupt service routine.
14        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
15        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
16        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
17        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
18        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
19        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
20        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
21        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
22        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
23        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
24        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
25        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
26        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
27        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
28        pppd/upap.h, pppd/utils.c, pppd/example/README,
29        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
30        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
31        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
32        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
33        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
34
[c8f05db]352002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * rtems_telnetd/pty.c: Move config.h to were it belongs.
38        Remove printf (Reported by Till Straumann
39        <strauman@SLAC.Stanford.EDU>).
40
[cf42e735]412001-01-16      Eric Norum <eric.norum@usask.ca>
42
43        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
44
[ab1ed86]452002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * pppd/sys-rtems.c: Remove unused variable status from
48        dodefaultroute.
49
[d4651e4]502002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
53        <rtems/seterr.h>.
54
55
[2539cdc]562001-12-18      Eric Norum <eric.norum@usask.ca>
57
58        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
59        (path names with a / at the end) while disallowing open() operations
60        on TFTP `directories'.
61
[86d9ca2]622001-12-07      Eric Norum <eric.norum@usask.ca>
63
64        * lib/tftpDriver.c: Restore write capability.
65
[4efd0f66]662001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * arpa/Makefile.am: Remove stray lines.
69
[dfe5a4e3]702001-10-18      Eric Norum <eric.norum@usask.ca>
71
72        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
73        open() operations within the TFTP file system.
74
[aee474b]752001-10-12      Mike Siers <mikes@poliac.com>
76
77        * Update to stable working state.  Congratulations Mike! :)
78        * modem_example: Directory removed.
79        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
80        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
81        modem_example/pppcompress.c: Files removed.
82        * pppd/example/pppd.options: New file.
83        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
84        pppd/pppd.h, pppd/rtemsmain.c: Updated.
85
[df25c998]862001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
89        * configure.in: Remove.
90        * configure.ac: New file, generated from configure.in by autoupdate.
91
[1ef8e3d4]922001-09-27      Eric Norum <eric.norum@usask.ca>
93
94        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
95        filesystem.
96
[b68e01c5]972001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
100        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
101        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
102        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
103        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
104        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
105        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
106        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
107        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
108        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
109        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
110        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
111
[0d30932]1122001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
115
[5400f07]1162001-09-19      Eric Norum <eric.norum@usask.ca>
117
118        * lib/tftpDriver.c: Add some debugging capability.
119
[4bde2394]1202001-09-19      Chris Johns <ccj@acm.org>
121
122        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
123        rtems/rtems_bsdnet_internal.h Added support for populating the
124        initial "root" filesystem with information obtained via the DHCP
125        response.
126
[1946544]1272001-08-16      Mike Siers <mikes@poliac.com>
128
129        * pppd/STATUS: Updated by Joel based upon email from Mike.
130        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
131        functionality that has not even been compiled under RTEMS yet.
132
[b8575ab]1332001-08-16      Joel Sherrill <joel@OARcorp.com>
134
135        * pppd/example/Makefile: Removed.
136        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
137        avoid bootstrap -c clobbering it.
138
[2f1b930]1392001-08-16      Mike Siers <mikes@poliac.com>
140
141        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
142        application.  Mike's notes on the modifications:
143           - renamed error() function because of namespace problems
144           - removed calls to the exit() funciton
145           - removed extra files from the pppd source directory
146           - defined pppd task constant values in rtemspppd.h
147           - modifyied example code to get actual tick per second value
148           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
149           directory
150        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
151        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
152        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
153        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
154        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
155        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
156        New files.
157        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
158        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
159        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
160        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
161        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
162        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
163        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
164
[bfe5d15]1652001-08-16      Joel Sherrill <joel@OARcorp.com>
166
167        * rtems_telnetd/.cvsignore: New file.
168
[bd520203]1692001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
170
171        * Makefile.am, configure.in, rtems_servers/Makefile.am,
172        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
173        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
174        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
175        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
176          - pty and telnetd have a new subdir rtems_telnetd to avoid
177            the side effect when ftpd change.
178          - the tcp/ip stats have been implemented into icmds.c and
179            started when telnetd daemon is started.
180        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
181        * rtems_telnetd: New directory.
182        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
183        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
184        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
185
[1a7ea60]1862001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * rtems_servers/Makefile.am: Deleted blank lines.
189
[451198be]1902001-06-14      Joel Sherrill <joel@OARcorp.com>
191
192        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
193        so the network stack to address network depenendency.
194        * rtems_servers/Makefile.am: Modified to reflect above.
195
[d85594d]1962001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
199
2002001-04-24      Eric Norum <eric.norum@usask.ca>
[126405d9]201
202        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
203        synchronization a little more robust -- no NTP daemon yet, but
204        at least it trys a little harder when the primary NTP server is down.
205
[6fa6367]2062001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
207
208        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
209        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
210        Polish comments and other strings into English
211        * pppd/STATUS: updated to reflect the changes
212
[a8c33268]2132001-04-20      Jake Janovetz <janovetz@uiuc.edu>
214
215        * rtems_servers/ftpd.c: Correct argument so hooks work again.
216
[6fa6367]2172001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
[a2cc545e]218
[d85594d]219        * include/.cvsignore: Remove dangling file.
[a2cc545e]220
[07fbfced]2212001-01-31        Sergei Organov <osv@javad.ru>
222
223        * rtems_servers/ftp.d: Following changes:
224          - Hacks with current dir and root dir removed in favor of new libio
225            support for task-local current and root directories.
226          - Bug in `close_data_socket()' introduced by previous change fixed.
227          - `command_pasv()' changed to set timeout on socket we are listening
228            on and code fixed to don't close socket twice on error.
229          - `serr()' changed to clear `errno'.
230          - `data_socket()' changed to clear `errno' before `bind()'.
231          - `session()' changed to clear `errno' before processing session.
232          - `close_data_socket()' fixed to close both active and passive sockets
233          - Initialize info->data_socket to -1 in `daemon()'
234          - Initialize `fname' to empty string  in `exec_command()'
235
[e6d8fe47]2362001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
239        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
240        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
241        sys/Makefile.am, vm/Makefile.am:
242        Apply include_*HEADERS instead of H_FILES.
243        * include/Makefile.am: Remove.
244        * Makefile.am: Add handling of *.h files.
245        * configure.in: Remove include/Makefile.
246
[809feccc]2472001-01-25      Eric Norum <eric.norum@usask.ca>
248
249        * lib/tftpDriver.c: Reduce first timeout interval.  This
250        improves throughput on systems which are dropping packets. 
251        Only the first timeout is reduced.  This keeps the number
252        of extra packets down on networks that are very busy and
253        dropping lots of packets.
254
[38371dbe]2552001-01-24      Sergei Organov <osv@javad.ru>
256
257        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
258        as listed below:
259          - Timeouts on sockets implemented. 'idle' field added to
260            configuration. No timeout by default to keep backward compatibility.
261            Note: SITE IDLE command not implemented yet.
262          - Basic global access control implemented. 'access' field added to
263            configuration. No access limitations by default to keep backward
264            compatibility.
265          - Anchor data socket for active mode (using self IP and port 20.)
266          - Fixed default data port support (still not tested).
267          - Don't allow IP address different from originating host in
268            PORT command to improve security.
269          - Fixed bug in MDTM command.
270          - Check for correctness of parsing of argument in command_port().
271          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
272            'NAME' is not a directory.
273          - Command parsing a little bit improved: command names are now
274            converted to upper-case to be more compatible with RFC (command
275            names are not case-sensitive.)
276          - Reformat comments so that they have RTEMS look-and-feel.
277          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
278          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
279          - Passive mode implemented, PASV command added.
280          - Default port for data connection could be used (untested, can't find
281            ftp client that doesn't send PORT command)
282          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
283          - Reply codes reviewed and fixed.
284
[3f777d0e]2852001-01-12      Sergei Organov <osv@javad.ru>
286
287        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
288        as listed below:
289            - use pool of pre-created threads to handle sessions instead of
290              creating/deleting threads on the fly
291            - LIST output is now similar to what "/bin/ls -al" would output,
292              thus FTP clients such Netscape are happy with it.
293            - LIST NAME now works (both for files and directories)
294            - added support for NLST, CDUP, and MDTM FTP commands to make
295              more FTP clients happy
296            - keep track of CWD for every session separately
297            - ability to specify root directory name for FTPD in configuration
298              table. FTPD will then create illusion for FTP clients that this
299              is actually root directory.
300            - ignore options sent in commands, thus LIST -al FILE works and
301              doesn't try to list "-al" directory.
302            - buffers are allocated on stack instead of heap where possible to
303              eliminate malloc/free calls (avoid possible heap fragmentation
304              troubles).
305            - drop using of task notepad to pass parameters - use function
306              arguments instead
307            - use snprintf() instead of sprintf() as the latter is unsafe
308            - use of PF_INET in socket() instead of AF_INET
309
310            Here are ftp clients I've tried new FTPD with (all of them
311            running on Debian GNU/Linux 2.2):
312
313                 Lftp 2.1.10
314                 NcFTP 2.4.3
315                 Netscape 4.75
316                 ftp
317                 mc 4.5.49
318
[75ca179]3192001-01-02      Joel Sherrill <joel@OARcorp.com>
320
321        * CHANGELOG: Removed.
322        * README: Merged CHANGELOG contents as initial changes.
323
[407bc8c]3242000-12-14      Eric Norum <eric.norum@usask.ca>
325
326        * lib/tftpDriver.c: Added write capability.
327
[78d6a50]3282000-12-08      Joel Sherrill <joel@OARcorp.com>
329
330        * libc/linkaddr.c: Initialized variable to remove warning.
331        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
332        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
333        that were not used because the code using them was commented out.
334        Removed totally unused variables.
335        * modem/pppcompress.c: Added parentheses to avoid warnings.
336        * pppd/pppmain.c: Removed numerous warnings.
337
[1a94770a]3382000-11-30      Joel Sherrill <joel@OARcorp.com>
339
340        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
341        that is an RTEMS specific header file.
342
[a58638b]3432000-11-30      Joel Sherrill <joel@OARcorp.com>
344
345        * sys/ttycom.h: Moved to lib/include/sys.
346        * Makefile.am: Modified to reflect above.
347
[bcefea16]3482000-11-27      Joel Sherrill <joel@OARcorp.com>
349
350        * libc/res_init.c: Fix typo - adding missing # on include.
351
[f0864664]3522000-11-25      Eric Norum <eric.norum@usask.ca>
353
354        * libc/res_init.c: Move include to avoid compiler dumping core.
355
[a6abd67]3562000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
357
358        * wrapup/Makefile.am: Added modem subdir.
359        * configure.in, Makefile.am: Added modem subdir.
360        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
361        * pppd/Makefile.am: Added pppmain.c (which needs work).
362        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
363        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
364        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
365        Actually main.c and ppp_tty.c should be scratched. The modem
366        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
367
[feead226]3682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
371
[a314d3b4]3722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
375
[3e59793]3762000-10-30      Joel Sherrill <joel@OARcorp.com>
377
378        * POSIX include files merged into newlib.  This resulted in
379        some definitions moving to other files and thus some secondary
380        effects in RTEMS source code.
381        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
382        with newlib's <machine/types.h>.
383        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
384        of struct itimerval in <sys/time.h>.
385
[f36718c]3862000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
389        Switch to GNU canonicalization.
390
[0da0dea]3912000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
392
393        * lib/tftpDriver.c: add comments to handlers struct function pointers.
394        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
395        pointer has been checked against NULL.
396
[552051f]3972000-10-18       Chris Johns <ccj@acm.org>
398
399        * pppd/ipxcp.c: Fixed a typo.
400
[5ff9c088]4012000-09-28      Joel Sherrill <joel@OARcorp.com>
402
403        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
404        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
405        * rtems_webserver/sock.c: Added file missed in merger.
406
[4b60bd3]4072000-09-22      Joel Sherrill <joel@OARcorp.com>
408
409        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
410        rtems_webserver/webmain.c: machine/types.h  should not have
411        included rtems.h.  It is now including precisely the
412        least amount of low level, yet portable .h files to get
413        the basic RTEMS types defined.  This rippled into other
414        files since rtems_bsdnet_internal.h used machine/types.h to include
415        rtems.h.
416
[6e3f4b2]4172000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[9b28bea5]418
[6e3f4b2]419        * ChangeLog: Cleanup.
[9b28bea5]420
[bdcf02d4]4212000-09-05      Joel Sherrill <joel@OARcorp.com>
422
423        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
424        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
425        and to work with the converted flags.
426
[6e3f4b2]4272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
430        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
431        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
432        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
433
[5f117e8]4342000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
435
436        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
437        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
438
[a6b4c0df]4392000-08-31      Joel Sherrill <joel@OARcorp.com>
440
441        * Merged version 2.1 of GoAhead webserver.  This update
442        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
443        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
444        um.c, um.h: New files.
445        * wbase64.c: Removed.
446        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
447        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
448        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
449        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
450
[757e1661]4512000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * netinet/tcp_input.c: Spelling corrections.
454
[82edf48]4552000-08-30      Joel Sherrill <joel@OARcorp.com>
456
457        * rtems_webserver/license.txt: New file.
458
[e94ad1fe]4592000-08-10      Joel Sherrill <joel@OARcorp.com>
460
461        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.