source: rtems/cpukit/libnetworking/ChangeLog @ 6c243f11

4.104.114.84.95
Last change on this file since 6c243f11 was 18dce91, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/01/02 at 16:15:37

2002-08-01 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Don't install.
  • Property mode set to 100644
File size: 26.5 KB
Line 
12002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Don't install.
4
52002-07-30      Joel Sherrill <joel@OARcorp.com>
6
7        * sys/param.h: Removed as a simpler version of this file is
8        now part of the RTEMS newlib support.
9        * sys/Makefile.am: Modified to reflect above. 
10
112002-07-30      Joel Sherrill <joel@OARcorp.com>
12
13        * machine/types.h: Removed as a simpler version of this file is
14        now part of the RTEMS newlib support.
15        * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c,
16        rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h:
17        Minor modifications to use the simpler machine/types.h.  Mostly
18        more complete sets of #include's to account for machine/types.h
19        no longer doing this.
20
212002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
22
23        * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum
24        support.
25
262002-07-24      Joel Sherrill <joel@OARcorp.com>
27
28        * sys/select.h: Add a prototype of select() to avoid warnings.
29        In particular a C++ application using select() required a prototype.
30
312002-07-24      Joel Sherrill <joel@OARcorp.com>
32
33        * Makefile.am, libc/res_send.c: Do not install or use <poll.h>
34        since RTEMS does not support it.
35
362002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * kern/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * lib/Makefile.am: Ditto.
40        * libc/Makefile.am: Ditto.
41        * net/Makefile.am: Ditto.
42        * netinet/Makefile.am: Ditto.
43        * nfs/Makefile.am: Ditto.
44        * rtems/Makefile.am: Ditto.
45        * wrapup/Makefile.am: Ditto.
46
472002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * kern/Makefile.am: Eliminate LIBNAME.
50        * lib/Makefile.am: Ditto.
51        * libc/Makefile.am: Ditto.
52        * net/Makefile.am: Ditto.
53        * netinet/Makefile.am: Ditto.
54        * nfs/Makefile.am: Ditto.
55        * rtems/Makefile.am: Ditto.
56        * wrapup/Makefile.am: Use project_libdir instead of
57        $(PROJECT_RELEASE)/lib.
58
592002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
60
61        * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h:
62        Modified to added packed attribute.o
63
642002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: RTEMS_TOP(../..).
67
682002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Remove RTEMS_PROJECT_ROOT.
71
722002-06-27      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
73
74        * Addition of a ftp client filesystem, comparable to the tftp one.
75        * lib/ftpfs.c, rtems/ftpfs.h: New files.
76        * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
77
782002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
81        Add AC_PROG_RANLIB.
82
832002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * wrapup/Makefile.am: Don't preinstall libnetworking.a.
86
872002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Remove commented out net-apps.
90
912002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
94        * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
95        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
96        Use ../aclocal.
97        * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
98        * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
99        * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
100        * net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
101        * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
102        * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
103        * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
104        * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
105        * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
106        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
107
1082002-06-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
111
1122002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Remove RTEMS_CHECK_POSIX_API.
115          Remove RTEMS_ENABLE_POSIX.
116          Remove RTEMS_CHECK_CUSTOM_BSP.
117          Remove RTEMS_ENABLE_POSIX.
118
1192002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        Relocate c/src/libnetworking.
122        * Makefile.am: Reflect moval.
123        * machine/Makefile.am: Ditto.
124        * net/Makefile.am: Ditto.
125        * lib/Makefile.am: Ditto.
126        * netinet/Makefile.am: Ditto.
127        * vm/Makefile.am: Ditto.
128        * libc/Makefile.am: Ditto.
129        * sys/Makefile.am: Ditto.
130        * arpa/Makefile.am: Ditto.
131        * nfs/Makefile.am: Ditto.
132        * kern/Makefile.am: Ditto.
133        * rtems/Makefile.am: Ditto.
134        * configure.ac: Dittp.
135        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
136
1372002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
140
1412002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
144        * rtems/mkrootfs.h: Ditto.
145        * rtems/Makefile.am: Reflect changes above.
146
1472002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * sys/ioctl.h: Remove.
150        * sys/sockio.h: Remove.
151        * sys/filio.h: Remove.
152        * sys/Makefile.am: Reflect changes above.
153
1542001-05-14      Joel Sherrill <joel@OARcorp.com>
155
156        * ChangeLog: Corrected -- entry should have been in libchip.
157 
1582002-05-01      Eric Norum <eric.norum@usask.ca>
159
160        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
161        to satisfy gcc 3.1 and newer.
162
1632002-04-26      Eric Norum <eric.norum@usask.ca>
164
165        * netinet/in_cksum_i386.c: Add volatile so the more agressive
166        optimization in gcc 3.1 does not reorder things.
167
1682002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * pppd/utils.c: Adapt to gcc-3.x.
171
1722002-04-11      Chris Johns <ccj@acm.org>
173
174        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
175        the drv_ctrl driver control block field to the ifconfig network driver
176        structure. This field is needed by the i82586 driver which was ported
177        from NetBSD as it had better hardware abstraction.
178
1792002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * ChangeLog: Fix dates.
182
1832002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * libc/rcmd.c: Replace __rtems w/ __rtems__.
186
1872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac:
190        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
191        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
192        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
193        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
194        * Makefile.am: Remove AUTOMAKE_OPTIONS.
195        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
196        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
197        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
198        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
199        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
200        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
201        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
203        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
204        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
205        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
206        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
209
2102002-03-27      Thomas.Doerfler@imd-systems.de
211
212        * PR144
213        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
214        0 when called for the first time. This is done when trying to clear
215        the variable "dhcp_hostname".
216
2172002-03-27      Ilya Alexeev <ilya@continuum.ru>
218
219        * PR162
220        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
221        variables must not be used in a device write routines.  Now
222        ppp_softc structure have own character for writing to device
223        (sc_outchar).  I think that converting local variables to static
224        is not a right solution, because problems will occur in the case
225        of two or more ppp instances.
226        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
227        u_long, otherwise in the case of the big output packet endless
228        loop may occur.
229
2302002-03-21      Ilya Alexeev <ilya@continuum.ru>
231
232        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
233        PPPD connections.
234
2352001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
236
237        * PR158
238        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
239        commenting out the parts that deal with signals.  This enables
240        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
241        The 'server-side' parts of this file which deal with authentication
242        are disabled since they are not needed.
243
2442002-02-27      Ilya Alexeev <ilya@continuum.ru>
245
246        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
247        pppd/sys-rtems.c: Add server with pap-authorization
248        capabilities as well as eliminate some warnings.
249
2502002-02-27      Eric Norum <eric.norum@usask.ca>
251
252        * net/radix.c: Properly handle fetching the default route when there
253        is no route.  This was a bug in the original FreeBSD code and this
254        fix is from an updated version of their code.
255
2562002-02-01      Mike Siers <mikes@poliac.com>
257
258        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
259        the link down too fast.
260        NOTE: Mike reports successfully running at 56K baud on a direct link.
261
2622002-01-31      Mike Siers <mikes@poliac.com>
263
264        * pppd/rtemsdialer.h: New file missed in previous commit.
265
2662002-01-31      Mike Siers <mikes@poliac.com>
267
268        * Nice Update of PPPD support which eliminates the
269        requiremetn that drivers be in the termios TASK_DRIVEN mode.
270        Mike did significant testing and reports that it seems to be
271        more stable and handle larger packets better.  This patch
272        replaces the termios tasks with more general pppd network
273        driver tasks.  The functions pppinput() and pppstart() get
274        called from the interrupt service routine.
275        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
276        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
277        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
278        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
279        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
280        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
281        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
282        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
283        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
284        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
285        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
286        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
287        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
288        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
289        pppd/upap.h, pppd/utils.c, pppd/example/README,
290        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
291        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
292        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
293        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
294        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
295
2962002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * rtems_telnetd/pty.c: Move config.h to were it belongs.
299        Remove printf (Reported by Till Straumann
300        <strauman@SLAC.Stanford.EDU>).
301
3022002-02-16      Eric Norum <eric.norum@usask.ca>
303
304        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
305
3062002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * pppd/sys-rtems.c: Remove unused variable status from
309        dodefaultroute.
310
3112002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
314        <rtems/seterr.h>.
315
316
3172001-12-18      Eric Norum <eric.norum@usask.ca>
318
319        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
320        (path names with a / at the end) while disallowing open() operations
321        on TFTP `directories'.
322
3232001-12-07      Eric Norum <eric.norum@usask.ca>
324
325        * lib/tftpDriver.c: Restore write capability.
326
3272001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * arpa/Makefile.am: Remove stray lines.
330
3312001-10-18      Eric Norum <eric.norum@usask.ca>
332
333        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
334        open() operations within the TFTP file system.
335
3362001-10-12      Mike Siers <mikes@poliac.com>
337
338        * Update to stable working state.  Congratulations Mike! :)
339        * modem_example: Directory removed.
340        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
341        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
342        modem_example/pppcompress.c: Files removed.
343        * pppd/example/pppd.options: New file.
344        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
345        pppd/pppd.h, pppd/rtemsmain.c: Updated.
346
3472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
350        * configure.in: Remove.
351        * configure.ac: New file, generated from configure.in by autoupdate.
352
3532001-09-27      Eric Norum <eric.norum@usask.ca>
354
355        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
356        filesystem.
357
3582001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
361        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
362        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
363        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
364        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
365        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
366        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
367        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
368        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
369        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
370        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
371        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
372
3732001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
376
3772001-09-19      Eric Norum <eric.norum@usask.ca>
378
379        * lib/tftpDriver.c: Add some debugging capability.
380
3812001-09-19      Chris Johns <ccj@acm.org>
382
383        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
384        rtems/rtems_bsdnet_internal.h Added support for populating the
385        initial "root" filesystem with information obtained via the DHCP
386        response.
387
3882001-08-16      Mike Siers <mikes@poliac.com>
389
390        * pppd/STATUS: Updated by Joel based upon email from Mike.
391        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
392        functionality that has not even been compiled under RTEMS yet.
393
3942001-08-16      Joel Sherrill <joel@OARcorp.com>
395
396        * pppd/example/Makefile: Removed.
397        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
398        avoid bootstrap -c clobbering it.
399
4002001-08-16      Mike Siers <mikes@poliac.com>
401
402        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
403        application.  Mike's notes on the modifications:
404           - renamed error() function because of namespace problems
405           - removed calls to the exit() funciton
406           - removed extra files from the pppd source directory
407           - defined pppd task constant values in rtemspppd.h
408           - modifyied example code to get actual tick per second value
409           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
410           directory
411        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
412        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
413        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
414        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
415        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
416        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
417        New files.
418        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
419        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
420        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
421        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
422        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
423        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
424        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
425
4262001-08-16      Joel Sherrill <joel@OARcorp.com>
427
428        * rtems_telnetd/.cvsignore: New file.
429
4302001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
431
432        * Makefile.am, configure.in, rtems_servers/Makefile.am,
433        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
434        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
435        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
436        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
437          - pty and telnetd have a new subdir rtems_telnetd to avoid
438            the side effect when ftpd change.
439          - the tcp/ip stats have been implemented into icmds.c and
440            started when telnetd daemon is started.
441        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
442        * rtems_telnetd: New directory.
443        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
444        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
445        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
446
4472001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * rtems_servers/Makefile.am: Deleted blank lines.
450
4512001-06-14      Joel Sherrill <joel@OARcorp.com>
452
453        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
454        so the network stack to address network depenendency.
455        * rtems_servers/Makefile.am: Modified to reflect above.
456
4572001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
460
4612001-04-24      Eric Norum <eric.norum@usask.ca>
462
463        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
464        synchronization a little more robust -- no NTP daemon yet, but
465        at least it trys a little harder when the primary NTP server is down.
466
4672001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
468
469        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
470        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
471        Polish comments and other strings into English
472        * pppd/STATUS: updated to reflect the changes
473
4742001-04-20      Jake Janovetz <janovetz@uiuc.edu>
475
476        * rtems_servers/ftpd.c: Correct argument so hooks work again.
477
4782001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
479
480        * include/.cvsignore: Remove dangling file.
481
4822001-01-31        Sergei Organov <osv@javad.ru>
483
484        * rtems_servers/ftp.d: Following changes:
485          - Hacks with current dir and root dir removed in favor of new libio
486            support for task-local current and root directories.
487          - Bug in `close_data_socket()' introduced by previous change fixed.
488          - `command_pasv()' changed to set timeout on socket we are listening
489            on and code fixed to don't close socket twice on error.
490          - `serr()' changed to clear `errno'.
491          - `data_socket()' changed to clear `errno' before `bind()'.
492          - `session()' changed to clear `errno' before processing session.
493          - `close_data_socket()' fixed to close both active and passive sockets
494          - Initialize info->data_socket to -1 in `daemon()'
495          - Initialize `fname' to empty string  in `exec_command()'
496
4972001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
500        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
501        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
502        sys/Makefile.am, vm/Makefile.am:
503        Apply include_*HEADERS instead of H_FILES.
504        * include/Makefile.am: Remove.
505        * Makefile.am: Add handling of *.h files.
506        * configure.in: Remove include/Makefile.
507
5082001-01-25      Eric Norum <eric.norum@usask.ca>
509
510        * lib/tftpDriver.c: Reduce first timeout interval.  This
511        improves throughput on systems which are dropping packets. 
512        Only the first timeout is reduced.  This keeps the number
513        of extra packets down on networks that are very busy and
514        dropping lots of packets.
515
5162001-01-24      Sergei Organov <osv@javad.ru>
517
518        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
519        as listed below:
520          - Timeouts on sockets implemented. 'idle' field added to
521            configuration. No timeout by default to keep backward compatibility.
522            Note: SITE IDLE command not implemented yet.
523          - Basic global access control implemented. 'access' field added to
524            configuration. No access limitations by default to keep backward
525            compatibility.
526          - Anchor data socket for active mode (using self IP and port 20.)
527          - Fixed default data port support (still not tested).
528          - Don't allow IP address different from originating host in
529            PORT command to improve security.
530          - Fixed bug in MDTM command.
531          - Check for correctness of parsing of argument in command_port().
532          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
533            'NAME' is not a directory.
534          - Command parsing a little bit improved: command names are now
535            converted to upper-case to be more compatible with RFC (command
536            names are not case-sensitive.)
537          - Reformat comments so that they have RTEMS look-and-feel.
538          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
539          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
540          - Passive mode implemented, PASV command added.
541          - Default port for data connection could be used (untested, can't find
542            ftp client that doesn't send PORT command)
543          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
544          - Reply codes reviewed and fixed.
545
5462001-01-12      Sergei Organov <osv@javad.ru>
547
548        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
549        as listed below:
550            - use pool of pre-created threads to handle sessions instead of
551              creating/deleting threads on the fly
552            - LIST output is now similar to what "/bin/ls -al" would output,
553              thus FTP clients such Netscape are happy with it.
554            - LIST NAME now works (both for files and directories)
555            - added support for NLST, CDUP, and MDTM FTP commands to make
556              more FTP clients happy
557            - keep track of CWD for every session separately
558            - ability to specify root directory name for FTPD in configuration
559              table. FTPD will then create illusion for FTP clients that this
560              is actually root directory.
561            - ignore options sent in commands, thus LIST -al FILE works and
562              doesn't try to list "-al" directory.
563            - buffers are allocated on stack instead of heap where possible to
564              eliminate malloc/free calls (avoid possible heap fragmentation
565              troubles).
566            - drop using of task notepad to pass parameters - use function
567              arguments instead
568            - use snprintf() instead of sprintf() as the latter is unsafe
569            - use of PF_INET in socket() instead of AF_INET
570
571            Here are ftp clients I've tried new FTPD with (all of them
572            running on Debian GNU/Linux 2.2):
573
574                 Lftp 2.1.10
575                 NcFTP 2.4.3
576                 Netscape 4.75
577                 ftp
578                 mc 4.5.49
579
5802001-01-02      Joel Sherrill <joel@OARcorp.com>
581
582        * CHANGELOG: Removed.
583        * README: Merged CHANGELOG contents as initial changes.
584
5852000-12-14      Eric Norum <eric.norum@usask.ca>
586
587        * lib/tftpDriver.c: Added write capability.
588
5892000-12-08      Joel Sherrill <joel@OARcorp.com>
590
591        * libc/linkaddr.c: Initialized variable to remove warning.
592        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
593        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
594        that were not used because the code using them was commented out.
595        Removed totally unused variables.
596        * modem/pppcompress.c: Added parentheses to avoid warnings.
597        * pppd/pppmain.c: Removed numerous warnings.
598
5992000-11-30      Joel Sherrill <joel@OARcorp.com>
600
601        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
602        that is an RTEMS specific header file.
603
6042000-11-30      Joel Sherrill <joel@OARcorp.com>
605
606        * sys/ttycom.h: Moved to lib/include/sys.
607        * Makefile.am: Modified to reflect above.
608
6092000-11-27      Joel Sherrill <joel@OARcorp.com>
610
611        * libc/res_init.c: Fix typo - adding missing # on include.
612
6132000-11-25      Eric Norum <eric.norum@usask.ca>
614
615        * libc/res_init.c: Move include to avoid compiler dumping core.
616
6172000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
618
619        * wrapup/Makefile.am: Added modem subdir.
620        * configure.in, Makefile.am: Added modem subdir.
621        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
622        * pppd/Makefile.am: Added pppmain.c (which needs work).
623        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
624        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
625        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
626        Actually main.c and ppp_tty.c should be scratched. The modem
627        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
628
6292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
632
6332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
636
6372000-10-30      Joel Sherrill <joel@OARcorp.com>
638
639        * POSIX include files merged into newlib.  This resulted in
640        some definitions moving to other files and thus some secondary
641        effects in RTEMS source code.
642        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
643        with newlib's <machine/types.h>.
644        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
645        of struct itimerval in <sys/time.h>.
646
6472000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
650        Switch to GNU canonicalization.
651
6522000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
653
654        * lib/tftpDriver.c: add comments to handlers struct function pointers.
655        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
656        pointer has been checked against NULL.
657
6582000-10-18       Chris Johns <ccj@acm.org>
659
660        * pppd/ipxcp.c: Fixed a typo.
661
6622000-09-28      Joel Sherrill <joel@OARcorp.com>
663
664        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
665        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
666        * rtems_webserver/sock.c: Added file missed in merger.
667
6682000-09-22      Joel Sherrill <joel@OARcorp.com>
669
670        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
671        rtems_webserver/webmain.c: machine/types.h  should not have
672        included rtems.h.  It is now including precisely the
673        least amount of low level, yet portable .h files to get
674        the basic RTEMS types defined.  This rippled into other
675        files since rtems_bsdnet_internal.h used machine/types.h to include
676        rtems.h.
677
6782000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * ChangeLog: Cleanup.
681
6822000-09-05      Joel Sherrill <joel@OARcorp.com>
683
684        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
685        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
686        and to work with the converted flags.
687
6882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
691        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
692        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
693        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
694
6952000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
696
697        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
698        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
699
7002000-08-31      Joel Sherrill <joel@OARcorp.com>
701
702        * Merged version 2.1 of GoAhead webserver.  This update
703        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
704        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
705        um.c, um.h: New files.
706        * wbase64.c: Removed.
707        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
708        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
709        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
710        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
711
7122000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * netinet/tcp_input.c: Spelling corrections.
715
7162000-08-30      Joel Sherrill <joel@OARcorp.com>
717
718        * rtems_webserver/license.txt: New file.
719
7202000-08-10      Joel Sherrill <joel@OARcorp.com>
721
722        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.