source: rtems/c/src/libnetworking/ChangeLog @ 633456e

4.104.114.84.95
Last change on this file since 633456e was 633456e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/04 at 03:47:28

2004-01-15 Ralf Corsepius <corsepiu@…>

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