source: rtems/c/src/exec/libnetworking/ChangeLog @ 9b02fa65

4.104.114.84.95
Last change on this file since 9b02fa65 was 9b02fa65, checked in by Joel Sherrill <joel.sherrill@…>, on 03/27/02 at 14:44:55

2002-03-27 Thomas.Doerfler@…

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