source: rtems/c/src/libnetworking/ChangeLog @ 6d00095

4.104.114.84.95
Last change on this file since 6d00095 was f4c118d, checked in by Joel Sherrill <joel.sherrill@…>, on 03/27/02 at 14:36:07

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

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