source: rtems/cpukit/libnetworking/ChangeLog @ 9fcd1a1c

4.104.114.84.95
Last change on this file since 9fcd1a1c was 9fcd1a1c, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/02 at 23:31:00

2002-07-30 Joel Sherrill <joel@…>

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