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

4.104.114.84.95
Last change on this file since 6b71f797 was 45d7f4c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 04:41:19

2003-12-02 Ralf Corsepius <corsepiu@…>

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