source: rtems/c/src/libnetworking/ChangeLog @ 2e7f00fc

4.104.114.84.95
Last change on this file since 2e7f00fc was 2e7f00fc, checked in by Joel Sherrill <joel.sherrill@…>, on 04/11/03 at 16:34:49

2003-04-11 Joel Sherrill <joel@…>

  • rtems_webserver/cgi.c, rtems_webserver/sockGen.c, rtems_webserver/umui.c, rtems_webserver/websSSL.c, rtems_webserver/websSSL.h, rtems_webserver/websda.c, rtems_webserver/websda.h: New files. Not included in previous commit.
  • Property mode set to 100644
File size: 27.2 KB
Line 
12003-04-11      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems_webserver/cgi.c, rtems_webserver/sockGen.c,
4        rtems_webserver/umui.c, rtems_webserver/websSSL.c,
5        rtems_webserver/websSSL.h, rtems_webserver/websda.c,
6        rtems_webserver/websda.h: New files. Not included in previous commit.
7
82002-04-10      Mike Siers <mikes@poliac.com>
9
10        * rtems_webserver/NOTES, rtems_webserver/asp.c,
11        rtems_webserver/balloc.c, rtems_webserver/default.c,
12        rtems_webserver/ej.h, rtems_webserver/ejIntrn.h,
13        rtems_webserver/ejlex.c, rtems_webserver/ejparse.c,
14        rtems_webserver/emfdb.c, rtems_webserver/emfdb.h,
15        rtems_webserver/form.c, rtems_webserver/h.c,
16        rtems_webserver/handler.c, rtems_webserver/license.txt,
17        rtems_webserver/md5.h, rtems_webserver/md5c.c,
18        rtems_webserver/mime.c, rtems_webserver/misc.c,
19        rtems_webserver/ringq.c, rtems_webserver/rom.c,
20        rtems_webserver/security.c, rtems_webserver/sock.c,
21        rtems_webserver/sym.c, rtems_webserver/uemf.c,
22        rtems_webserver/uemf.h, rtems_webserver/um.c, rtems_webserver/um.h,
23        rtems_webserver/url.c, rtems_webserver/value.c,
24        rtems_webserver/wbase64.c, rtems_webserver/webcomp.c,
25        rtems_webserver/webpage.c, rtems_webserver/webrom.c,
26        rtems_webserver/webs.c, rtems_webserver/webs.h,
27        rtems_webserver/websuemf.c, rtems_webserver/wsIntrn.h:
28        Update to GoAhead Webserver 2.1.4. The following URL is
29        the release notes from GoAhead.
30
31            http://data.goahead.com/Software/Webserver/2.1.4/release.htm
32
33        I have only done a minimal amount of testing (i.e. the network
34        demo program works fine).  Please try this out and let me know
35        if it works.  The patch needs to be applied on the
36        c/src/libnetworking/rtems_webserver directory.
37
382003-04-10      Joel Sherrill <joel@OARcorp.com>
39
40        PR 371/pppd
41        * pppd/auth.c, pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/lcp.c,
42        pppd/options.c, pppd/pppd.h, pppd/rtemsmain.c, pppd/rtemspppd.c:
43        Change many symbols to static. There are still global symbols in
44        rtemspppd.h which might need to be changed or converted into member
45        of a structure which is dereferenced with a pointer that is managed
46        as a per task variable. But this patch should avoid many conflicts.
47
482003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * pppd/utils.c: Remove strlcpy, strlcat.
51
522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove AC_CONFIG_AUX_DIR.
55
562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
59
602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: AC_PREREQ(2.57).
63
642003-02-06      Joel Sherrill <joel@OARcorp.com>
65
66        * pppd/chat.c: Convert routines with common names to static. This
67        included get_char(), put_char(), and character() among others.
68
692003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73          Eliminate *_O_FILES.
74        * rtems_servers/Makefile.am: Ditto.
75        * rtems_webserver/Makefile.am: Ditto.
76        * rtems_telnetd/Makefile.am: Ditto.
77
782002-11-04      Joel Sherrill <joel@OARcorp.com>
79
80        * pppd/auth.c, rtems_webserver/uemf.h: Removed warnings.
81
822002-10-31      Joel Sherrill <joel@OARcorp.com>
83
84        * rtems_webserver/socket.c, rtems_webserver/uemf.h: Removed
85        warnings.
86
872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * .cvsignore: Reformat.
90        Add autom4te*cache.
91        Remove autom4te.cache.
92
932002-09-07      Joel Sherrill <joel@OARcorp.com>
94
95        * pppd/ipcp.c, rtems_servers/ftpd.c: Add include files to resolve
96        warnings.
97
982002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * rtems_webserver/md5.h: Add missing newline.
101
1022002-08-31      Joel Sherrill <joel@OARcorp.com>
103
104        * rtems_webserver/webmain.c: Commented out rootWeb to eliminate warning.
105
1062002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * rtems_servers/ftpd.c: Remove unused variable buf.
109        * pppd/md5.c: #include <string.h> to make gcc31 happy.
110        * rtems_telnetd/telnetd.c: #include <string.h> to make gcc31 happy.
111        * rtems_webserver/webmain.c: Remove unused variable dir, cp.
112
1132002-08-12      Joel Sherrill <joel@OARcorp.com>
114
115        * pppd/utils.c: Include i960 in varargs conditional to avoid error.
116
1172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * pppd/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * rtems_servers/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * rtems_telnetd/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * rtems_webserver/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
124
1252002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * pppd/chap.c, pppd/fsm.c, pppd/fsm.h, pppd/upap.c: Per PR255
128        fix prototype mismatches.
129
1302002-07-01      Joel Sherrill <joel@OARcorp.com>
131
132        * rtems_webserver/misc.c: Per PR236 eliminate definition of strnlen().
133
1342002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Build libnetapps.a.
137        Don't preinstall libnetapps.a
138
1392002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Remove headers. Remove CHANGELOG.
142        * configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
143
1442002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        Move networking libraries to c/src/exec/libnetworking
147        * configure.ac: Reflect Moval.
148        * Makefile.am: Reflect Moval.
149        * wrapup/Makefile.am: Reflect Moval.
150
1512002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
154
1552002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
158        * rtems/mkrootfs.h: Ditto.
159        * rtems/Makefile.am: Reflect changes above.
160
1612002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * sys/ioctl.h: Remove.
164        * sys/sockio.h: Remove.
165        * sys/filio.h: Remove.
166        * sys/Makefile.am: Reflect changes above.
167
1682001-05-14      Joel Sherrill <joel@OARcorp.com>
169
170        * ChangeLog: Corrected -- entry should have been in libchip.
171 
1722002-05-01      Eric Norum <eric.norum@usask.ca>
173
174        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
175        to satisfy gcc 3.1 and newer.
176
1772002-04-26      Eric Norum <eric.norum@usask.ca>
178
179        * netinet/in_cksum_i386.c: Add volatile so the more agressive
180        optimization in gcc 3.1 does not reorder things.
181
1822002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * pppd/utils.c: Adapt to gcc-3.x.
185
1862002-04-11      Chris Johns <ccj@acm.org>
187
188        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
189        the drv_ctrl driver control block field to the ifconfig network driver
190        structure. This field is needed by the i82586 driver which was ported
191        from NetBSD as it had better hardware abstraction.
192
1932002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * ChangeLog: Fix dates.
196
1972002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * libc/rcmd.c: Replace __rtems w/ __rtems__.
200
2012002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac:
204        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
205        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
206        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * Makefile.am: Remove AUTOMAKE_OPTIONS.
209        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
210        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
211        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
212        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
213        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
223
2242002-03-27      Thomas.Doerfler@imd-systems.de
225
226        * PR144
227        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
228        0 when called for the first time. This is done when trying to clear
229        the variable "dhcp_hostname".
230
2312002-03-27      Ilya Alexeev <ilya@continuum.ru>
232
233        * PR162
234        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
235        variables must not be used in a device write routines.  Now
236        ppp_softc structure have own character for writing to device
237        (sc_outchar).  I think that converting local variables to static
238        is not a right solution, because problems will occur in the case
239        of two or more ppp instances.
240        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
241        u_long, otherwise in the case of the big output packet endless
242        loop may occur.
243
2442002-03-21      Ilya Alexeev <ilya@continuum.ru>
245
246        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
247        PPPD connections.
248
2492001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
250
251        * PR158
252        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
253        commenting out the parts that deal with signals.  This enables
254        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
255        The 'server-side' parts of this file which deal with authentication
256        are disabled since they are not needed.
257
2582002-02-27      Ilya Alexeev <ilya@continuum.ru>
259
260        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
261        pppd/sys-rtems.c: Add server with pap-authorization
262        capabilities as well as eliminate some warnings.
263
2642002-02-27      Eric Norum <eric.norum@usask.ca>
265
266        * net/radix.c: Properly handle fetching the default route when there
267        is no route.  This was a bug in the original FreeBSD code and this
268        fix is from an updated version of their code.
269
2702002-02-01      Mike Siers <mikes@poliac.com>
271
272        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
273        the link down too fast.
274        NOTE: Mike reports successfully running at 56K baud on a direct link.
275
2762002-01-31      Mike Siers <mikes@poliac.com>
277
278        * pppd/rtemsdialer.h: New file missed in previous commit.
279
2802002-01-31      Mike Siers <mikes@poliac.com>
281
282        * Nice Update of PPPD support which eliminates the
283        requiremetn that drivers be in the termios TASK_DRIVEN mode.
284        Mike did significant testing and reports that it seems to be
285        more stable and handle larger packets better.  This patch
286        replaces the termios tasks with more general pppd network
287        driver tasks.  The functions pppinput() and pppstart() get
288        called from the interrupt service routine.
289        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
290        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
291        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
292        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
293        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
294        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
295        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
296        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
297        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
298        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
299        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
300        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
301        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
302        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
303        pppd/upap.h, pppd/utils.c, pppd/example/README,
304        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
305        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
306        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
307        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
308        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
309
3102002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * rtems_telnetd/pty.c: Move config.h to were it belongs.
313        Remove printf (Reported by Till Straumann
314        <strauman@SLAC.Stanford.EDU>).
315
3162002-02-16      Eric Norum <eric.norum@usask.ca>
317
318        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
319
3202002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * pppd/sys-rtems.c: Remove unused variable status from
323        dodefaultroute.
324
3252002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
328        <rtems/seterr.h>.
329
330
3312001-12-18      Eric Norum <eric.norum@usask.ca>
332
333        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
334        (path names with a / at the end) while disallowing open() operations
335        on TFTP `directories'.
336
3372001-12-07      Eric Norum <eric.norum@usask.ca>
338
339        * lib/tftpDriver.c: Restore write capability.
340
3412001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * arpa/Makefile.am: Remove stray lines.
344
3452001-10-18      Eric Norum <eric.norum@usask.ca>
346
347        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
348        open() operations within the TFTP file system.
349
3502001-10-12      Mike Siers <mikes@poliac.com>
351
352        * Update to stable working state.  Congratulations Mike! :)
353        * modem_example: Directory removed.
354        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
355        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
356        modem_example/pppcompress.c: Files removed.
357        * pppd/example/pppd.options: New file.
358        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
359        pppd/pppd.h, pppd/rtemsmain.c: Updated.
360
3612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
364        * configure.in: Remove.
365        * configure.ac: New file, generated from configure.in by autoupdate.
366
3672001-09-27      Eric Norum <eric.norum@usask.ca>
368
369        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
370        filesystem.
371
3722001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
375        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
376        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
377        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
378        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
379        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
380        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
381        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
382        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
383        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
384        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
385        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
386
3872001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
390
3912001-09-19      Eric Norum <eric.norum@usask.ca>
392
393        * lib/tftpDriver.c: Add some debugging capability.
394
3952001-09-19      Chris Johns <ccj@acm.org>
396
397        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
398        rtems/rtems_bsdnet_internal.h Added support for populating the
399        initial "root" filesystem with information obtained via the DHCP
400        response.
401
4022001-08-16      Mike Siers <mikes@poliac.com>
403
404        * pppd/STATUS: Updated by Joel based upon email from Mike.
405        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
406        functionality that has not even been compiled under RTEMS yet.
407
4082001-08-16      Joel Sherrill <joel@OARcorp.com>
409
410        * pppd/example/Makefile: Removed.
411        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
412        avoid bootstrap -c clobbering it.
413
4142001-08-16      Mike Siers <mikes@poliac.com>
415
416        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
417        application.  Mike's notes on the modifications:
418           - renamed error() function because of namespace problems
419           - removed calls to the exit() funciton
420           - removed extra files from the pppd source directory
421           - defined pppd task constant values in rtemspppd.h
422           - modifyied example code to get actual tick per second value
423           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
424           directory
425        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
426        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
427        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
428        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
429        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
430        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
431        New files.
432        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
433        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
434        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
435        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
436        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
437        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
438        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
439
4402001-08-16      Joel Sherrill <joel@OARcorp.com>
441
442        * rtems_telnetd/.cvsignore: New file.
443
4442001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
445
446        * Makefile.am, configure.in, rtems_servers/Makefile.am,
447        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
448        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
449        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
450        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
451          - pty and telnetd have a new subdir rtems_telnetd to avoid
452            the side effect when ftpd change.
453          - the tcp/ip stats have been implemented into icmds.c and
454            started when telnetd daemon is started.
455        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
456        * rtems_telnetd: New directory.
457        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
458        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
459        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
460
4612001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * rtems_servers/Makefile.am: Deleted blank lines.
464
4652001-06-14      Joel Sherrill <joel@OARcorp.com>
466
467        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
468        so the network stack to address network depenendency.
469        * rtems_servers/Makefile.am: Modified to reflect above.
470
4712001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
474
4752001-04-24      Eric Norum <eric.norum@usask.ca>
476
477        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
478        synchronization a little more robust -- no NTP daemon yet, but
479        at least it trys a little harder when the primary NTP server is down.
480
4812001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
482
483        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
484        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
485        Polish comments and other strings into English
486        * pppd/STATUS: updated to reflect the changes
487
4882001-04-20      Jake Janovetz <janovetz@uiuc.edu>
489
490        * rtems_servers/ftpd.c: Correct argument so hooks work again.
491
4922001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
493
494        * include/.cvsignore: Remove dangling file.
495
4962001-01-31        Sergei Organov <osv@javad.ru>
497
498        * rtems_servers/ftp.d: Following changes:
499          - Hacks with current dir and root dir removed in favor of new libio
500            support for task-local current and root directories.
501          - Bug in `close_data_socket()' introduced by previous change fixed.
502          - `command_pasv()' changed to set timeout on socket we are listening
503            on and code fixed to don't close socket twice on error.
504          - `serr()' changed to clear `errno'.
505          - `data_socket()' changed to clear `errno' before `bind()'.
506          - `session()' changed to clear `errno' before processing session.
507          - `close_data_socket()' fixed to close both active and passive sockets
508          - Initialize info->data_socket to -1 in `daemon()'
509          - Initialize `fname' to empty string  in `exec_command()'
510
5112001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
514        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
515        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
516        sys/Makefile.am, vm/Makefile.am:
517        Apply include_*HEADERS instead of H_FILES.
518        * include/Makefile.am: Remove.
519        * Makefile.am: Add handling of *.h files.
520        * configure.in: Remove include/Makefile.
521
5222001-01-25      Eric Norum <eric.norum@usask.ca>
523
524        * lib/tftpDriver.c: Reduce first timeout interval.  This
525        improves throughput on systems which are dropping packets. 
526        Only the first timeout is reduced.  This keeps the number
527        of extra packets down on networks that are very busy and
528        dropping lots of packets.
529
5302001-01-24      Sergei Organov <osv@javad.ru>
531
532        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
533        as listed below:
534          - Timeouts on sockets implemented. 'idle' field added to
535            configuration. No timeout by default to keep backward compatibility.
536            Note: SITE IDLE command not implemented yet.
537          - Basic global access control implemented. 'access' field added to
538            configuration. No access limitations by default to keep backward
539            compatibility.
540          - Anchor data socket for active mode (using self IP and port 20.)
541          - Fixed default data port support (still not tested).
542          - Don't allow IP address different from originating host in
543            PORT command to improve security.
544          - Fixed bug in MDTM command.
545          - Check for correctness of parsing of argument in command_port().
546          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
547            'NAME' is not a directory.
548          - Command parsing a little bit improved: command names are now
549            converted to upper-case to be more compatible with RFC (command
550            names are not case-sensitive.)
551          - Reformat comments so that they have RTEMS look-and-feel.
552          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
553          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
554          - Passive mode implemented, PASV command added.
555          - Default port for data connection could be used (untested, can't find
556            ftp client that doesn't send PORT command)
557          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
558          - Reply codes reviewed and fixed.
559
5602001-01-12      Sergei Organov <osv@javad.ru>
561
562        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
563        as listed below:
564            - use pool of pre-created threads to handle sessions instead of
565              creating/deleting threads on the fly
566            - LIST output is now similar to what "/bin/ls -al" would output,
567              thus FTP clients such Netscape are happy with it.
568            - LIST NAME now works (both for files and directories)
569            - added support for NLST, CDUP, and MDTM FTP commands to make
570              more FTP clients happy
571            - keep track of CWD for every session separately
572            - ability to specify root directory name for FTPD in configuration
573              table. FTPD will then create illusion for FTP clients that this
574              is actually root directory.
575            - ignore options sent in commands, thus LIST -al FILE works and
576              doesn't try to list "-al" directory.
577            - buffers are allocated on stack instead of heap where possible to
578              eliminate malloc/free calls (avoid possible heap fragmentation
579              troubles).
580            - drop using of task notepad to pass parameters - use function
581              arguments instead
582            - use snprintf() instead of sprintf() as the latter is unsafe
583            - use of PF_INET in socket() instead of AF_INET
584
585            Here are ftp clients I've tried new FTPD with (all of them
586            running on Debian GNU/Linux 2.2):
587
588                 Lftp 2.1.10
589                 NcFTP 2.4.3
590                 Netscape 4.75
591                 ftp
592                 mc 4.5.49
593
5942001-01-02      Joel Sherrill <joel@OARcorp.com>
595
596        * CHANGELOG: Removed.
597        * README: Merged CHANGELOG contents as initial changes.
598
5992000-12-14      Eric Norum <eric.norum@usask.ca>
600
601        * lib/tftpDriver.c: Added write capability.
602
6032000-12-08      Joel Sherrill <joel@OARcorp.com>
604
605        * libc/linkaddr.c: Initialized variable to remove warning.
606        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
607        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
608        that were not used because the code using them was commented out.
609        Removed totally unused variables.
610        * modem/pppcompress.c: Added parentheses to avoid warnings.
611        * pppd/pppmain.c: Removed numerous warnings.
612
6132000-11-30      Joel Sherrill <joel@OARcorp.com>
614
615        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
616        that is an RTEMS specific header file.
617
6182000-11-30      Joel Sherrill <joel@OARcorp.com>
619
620        * sys/ttycom.h: Moved to lib/include/sys.
621        * Makefile.am: Modified to reflect above.
622
6232000-11-27      Joel Sherrill <joel@OARcorp.com>
624
625        * libc/res_init.c: Fix typo - adding missing # on include.
626
6272000-11-25      Eric Norum <eric.norum@usask.ca>
628
629        * libc/res_init.c: Move include to avoid compiler dumping core.
630
6312000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
632
633        * wrapup/Makefile.am: Added modem subdir.
634        * configure.in, Makefile.am: Added modem subdir.
635        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
636        * pppd/Makefile.am: Added pppmain.c (which needs work).
637        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
638        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
639        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
640        Actually main.c and ppp_tty.c should be scratched. The modem
641        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
642
6432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
646
6472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
650
6512000-10-30      Joel Sherrill <joel@OARcorp.com>
652
653        * POSIX include files merged into newlib.  This resulted in
654        some definitions moving to other files and thus some secondary
655        effects in RTEMS source code.
656        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
657        with newlib's <machine/types.h>.
658        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
659        of struct itimerval in <sys/time.h>.
660
6612000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
664        Switch to GNU canonicalization.
665
6662000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
667
668        * lib/tftpDriver.c: add comments to handlers struct function pointers.
669        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
670        pointer has been checked against NULL.
671
6722000-10-18       Chris Johns <ccj@acm.org>
673
674        * pppd/ipxcp.c: Fixed a typo.
675
6762000-09-28      Joel Sherrill <joel@OARcorp.com>
677
678        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
679        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
680        * rtems_webserver/sock.c: Added file missed in merger.
681
6822000-09-22      Joel Sherrill <joel@OARcorp.com>
683
684        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
685        rtems_webserver/webmain.c: machine/types.h  should not have
686        included rtems.h.  It is now including precisely the
687        least amount of low level, yet portable .h files to get
688        the basic RTEMS types defined.  This rippled into other
689        files since rtems_bsdnet_internal.h used machine/types.h to include
690        rtems.h.
691
6922000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * ChangeLog: Cleanup.
695
6962000-09-05      Joel Sherrill <joel@OARcorp.com>
697
698        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
699        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
700        and to work with the converted flags.
701
7022000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
705        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
706        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
707        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
708
7092000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
710
711        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
712        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
713
7142000-08-31      Joel Sherrill <joel@OARcorp.com>
715
716        * Merged version 2.1 of GoAhead webserver.  This update
717        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
718        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
719        um.c, um.h: New files.
720        * wbase64.c: Removed.
721        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
722        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
723        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
724        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
725
7262000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * netinet/tcp_input.c: Spelling corrections.
729
7302000-08-30      Joel Sherrill <joel@OARcorp.com>
731
732        * rtems_webserver/license.txt: New file.
733
7342000-08-10      Joel Sherrill <joel@OARcorp.com>
735
736        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.