source: rtems/cpukit/libnetworking/ChangeLog @ 68a368fc

4.104.114.84.95
Last change on this file since 68a368fc was 68a368fc, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/02 at 12:45:10

2002-08-09 Joel Sherrill <joel@…>

  • libc/getservent.c: Per PR265, add #include <netinet/in.h> for ntohl() function.
  • Property mode set to 100644
File size: 27.1 KB
RevLine 
[68a368fc]12002-08-09      Joel Sherrill <joel@OARcorp.com>
2
3        * libc/getservent.c: Per PR265, add  #include <netinet/in.h> for
4        ntohl() function.
5
[7a47bb5]62002-08-07      Joel Sherrill <joel@OARcorp.com>
7
8        * netinet/in.h: Per PR263, added include of <machine/endian.h>
9        to <netinet/in.h> so it includes prototypes of ntohl() family
10        of routines.
11
[d9ab6d3]122002-08-01      Joel Sherrill <joel@OARcorp.com>
13
14        * machine/param.h, sys/syslimits.h: In the continued effort to
15        eliminate .h conflicts between newlib and RTEMS, these were moved to
16        newlib.
17        * machine/Makefile.am, sys/Makefile.am: Reflect above.
18
[18dce91]192002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * wrapup/Makefile.am: Don't install.
22
[08943ebf]232002-07-30      Joel Sherrill <joel@OARcorp.com>
24
25        * sys/param.h: Removed as a simpler version of this file is
26        now part of the RTEMS newlib support.
27        * sys/Makefile.am: Modified to reflect above. 
28
[9fcd1a1c]292002-07-30      Joel Sherrill <joel@OARcorp.com>
30
31        * machine/types.h: Removed as a simpler version of this file is
32        now part of the RTEMS newlib support.
33        * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c,
34        rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h:
35        Minor modifications to use the simpler machine/types.h.  Mostly
36        more complete sets of #include's to account for machine/types.h
37        no longer doing this.
38
[6fd2516]392002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
40
41        * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum
42        support.
43
[7b43151]442002-07-24      Joel Sherrill <joel@OARcorp.com>
45
46        * sys/select.h: Add a prototype of select() to avoid warnings.
47        In particular a C++ application using select() required a prototype.
48
[ce75da6]492002-07-24      Joel Sherrill <joel@OARcorp.com>
50
51        * Makefile.am, libc/res_send.c: Do not install or use <poll.h>
52        since RTEMS does not support it.
[6fd2516]53
[0e1dd41f]542002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * kern/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * lib/Makefile.am: Ditto.
58        * libc/Makefile.am: Ditto.
59        * net/Makefile.am: Ditto.
60        * netinet/Makefile.am: Ditto.
61        * nfs/Makefile.am: Ditto.
62        * rtems/Makefile.am: Ditto.
63        * wrapup/Makefile.am: Ditto.
64
[eb4b28d]652002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * kern/Makefile.am: Eliminate LIBNAME.
68        * lib/Makefile.am: Ditto.
69        * libc/Makefile.am: Ditto.
70        * net/Makefile.am: Ditto.
71        * netinet/Makefile.am: Ditto.
72        * nfs/Makefile.am: Ditto.
73        * rtems/Makefile.am: Ditto.
74        * wrapup/Makefile.am: Use project_libdir instead of
75        $(PROJECT_RELEASE)/lib.
76
[74c402a2]772002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
78
79        * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h:
80        Modified to added packed attribute.o
[eb4b28d]81
[705a0701]822002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: RTEMS_TOP(../..).
85
[8c746fe]862002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Remove RTEMS_PROJECT_ROOT.
89
[dda0bffc]902002-06-27      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
91
92        * Addition of a ftp client filesystem, comparable to the tftp one.
93        * lib/ftpfs.c, rtems/ftpfs.h: New files.
94        * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
95
[da8f88a]962002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
99        Add AC_PROG_RANLIB.
100
[89e6498]1012002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * wrapup/Makefile.am: Don't preinstall libnetworking.a.
104
[75fb648b]1052002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Remove commented out net-apps.
108
[f22ebf0]1092002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
112        * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
113        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
114        Use ../aclocal.
115        * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
116        * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
117        * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
118        * net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
119        * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
120        * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
121        * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
122        * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
123        * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
124        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
125
[bfd1a53a]1262002-06-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
129
[158e2d7]1302002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Remove RTEMS_CHECK_POSIX_API.
133          Remove RTEMS_ENABLE_POSIX.
134          Remove RTEMS_CHECK_CUSTOM_BSP.
135          Remove RTEMS_ENABLE_POSIX.
136
[8a79786]1372002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        Relocate c/src/libnetworking.
140        * Makefile.am: Reflect moval.
141        * machine/Makefile.am: Ditto.
142        * net/Makefile.am: Ditto.
143        * lib/Makefile.am: Ditto.
144        * netinet/Makefile.am: Ditto.
145        * vm/Makefile.am: Ditto.
146        * libc/Makefile.am: Ditto.
147        * sys/Makefile.am: Ditto.
148        * arpa/Makefile.am: Ditto.
149        * nfs/Makefile.am: Ditto.
150        * kern/Makefile.am: Ditto.
151        * rtems/Makefile.am: Ditto.
152        * configure.ac: Dittp.
153        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
154
[e3eab02]1552002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
158
[c1f3fc04]1592002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
162        * rtems/mkrootfs.h: Ditto.
163        * rtems/Makefile.am: Reflect changes above.
164
[c7286d94]1652002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * sys/ioctl.h: Remove.
168        * sys/sockio.h: Remove.
169        * sys/filio.h: Remove.
170        * sys/Makefile.am: Reflect changes above.
171
[06549dcf]1722001-05-14      Joel Sherrill <joel@OARcorp.com>
[3ce2907]173
[06549dcf]174        * ChangeLog: Corrected -- entry should have been in libchip.
175 
[51b39864]1762002-05-01      Eric Norum <eric.norum@usask.ca>
177
178        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
179        to satisfy gcc 3.1 and newer.
180
[d50c0d2]1812002-04-26      Eric Norum <eric.norum@usask.ca>
182
183        * netinet/in_cksum_i386.c: Add volatile so the more agressive
184        optimization in gcc 3.1 does not reorder things.
185
[a81a8f8]1862002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * pppd/utils.c: Adapt to gcc-3.x.
189
[5bfc8912]1902002-04-11      Chris Johns <ccj@acm.org>
191
192        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
193        the drv_ctrl driver control block field to the ifconfig network driver
194        structure. This field is needed by the i82586 driver which was ported
195        from NetBSD as it had better hardware abstraction.
196
[25b4446]1972002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * ChangeLog: Fix dates.
200
[51301198]2012002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * libc/rcmd.c: Replace __rtems w/ __rtems__.
204
[01d48bf8]2052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac:
208        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
209        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
210        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
211        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
212        * Makefile.am: Remove AUTOMAKE_OPTIONS.
213        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
227
[9b02fa65]2282002-03-27      Thomas.Doerfler@imd-systems.de
229
230        * PR144
231        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
232        0 when called for the first time. This is done when trying to clear
233        the variable "dhcp_hostname".
234
[f4c118d]2352002-03-27      Ilya Alexeev <ilya@continuum.ru>
236
237        * PR162
238        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
239        variables must not be used in a device write routines.  Now
240        ppp_softc structure have own character for writing to device
241        (sc_outchar).  I think that converting local variables to static
242        is not a right solution, because problems will occur in the case
243        of two or more ppp instances.
244        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
245        u_long, otherwise in the case of the big output packet endless
246        loop may occur.
247
[fd55b7d]2482002-03-21      Ilya Alexeev <ilya@continuum.ru>
249
250        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
251        PPPD connections.
252
[d7478774]2532001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
254
255        * PR158
256        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
257        commenting out the parts that deal with signals.  This enables
258        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
259        The 'server-side' parts of this file which deal with authentication
260        are disabled since they are not needed.
261
[cb1e8a46]2622002-02-27      Ilya Alexeev <ilya@continuum.ru>
263
264        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
265        pppd/sys-rtems.c: Add server with pap-authorization
266        capabilities as well as eliminate some warnings.
267
[c52f1c7]2682002-02-27      Eric Norum <eric.norum@usask.ca>
269
270        * net/radix.c: Properly handle fetching the default route when there
271        is no route.  This was a bug in the original FreeBSD code and this
272        fix is from an updated version of their code.
273
[25b4446]2742002-02-01      Mike Siers <mikes@poliac.com>
[8e3caa5]275
276        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
277        the link down too fast.
278        NOTE: Mike reports successfully running at 56K baud on a direct link.
279
[25b4446]2802002-01-31      Mike Siers <mikes@poliac.com>
[485ed5cc]281
282        * pppd/rtemsdialer.h: New file missed in previous commit.
283
[25b4446]2842002-01-31      Mike Siers <mikes@poliac.com>
[0286b9f]285
286        * Nice Update of PPPD support which eliminates the
287        requiremetn that drivers be in the termios TASK_DRIVEN mode.
288        Mike did significant testing and reports that it seems to be
289        more stable and handle larger packets better.  This patch
290        replaces the termios tasks with more general pppd network
291        driver tasks.  The functions pppinput() and pppstart() get
292        called from the interrupt service routine.
293        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
294        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
295        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
296        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
297        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
298        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
299        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
300        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
301        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
302        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
303        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
304        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
305        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
306        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
307        pppd/upap.h, pppd/utils.c, pppd/example/README,
308        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
309        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
310        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
311        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
312        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
313
[c8f05db]3142002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * rtems_telnetd/pty.c: Move config.h to were it belongs.
317        Remove printf (Reported by Till Straumann
318        <strauman@SLAC.Stanford.EDU>).
319
[25b4446]3202002-02-16      Eric Norum <eric.norum@usask.ca>
[cf42e735]321
322        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
323
[ab1ed86]3242002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * pppd/sys-rtems.c: Remove unused variable status from
327        dodefaultroute.
328
[d4651e4]3292002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
332        <rtems/seterr.h>.
333
334
[2539cdc]3352001-12-18      Eric Norum <eric.norum@usask.ca>
336
337        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
338        (path names with a / at the end) while disallowing open() operations
339        on TFTP `directories'.
340
[86d9ca2]3412001-12-07      Eric Norum <eric.norum@usask.ca>
342
343        * lib/tftpDriver.c: Restore write capability.
344
[4efd0f66]3452001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * arpa/Makefile.am: Remove stray lines.
348
[dfe5a4e3]3492001-10-18      Eric Norum <eric.norum@usask.ca>
350
351        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
352        open() operations within the TFTP file system.
353
[aee474b]3542001-10-12      Mike Siers <mikes@poliac.com>
355
356        * Update to stable working state.  Congratulations Mike! :)
357        * modem_example: Directory removed.
358        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
359        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
360        modem_example/pppcompress.c: Files removed.
361        * pppd/example/pppd.options: New file.
362        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
363        pppd/pppd.h, pppd/rtemsmain.c: Updated.
364
[df25c998]3652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
368        * configure.in: Remove.
369        * configure.ac: New file, generated from configure.in by autoupdate.
370
[1ef8e3d4]3712001-09-27      Eric Norum <eric.norum@usask.ca>
372
373        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
374        filesystem.
375
[b68e01c5]3762001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
379        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
380        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
381        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
382        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
383        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
384        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
385        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
386        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
387        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
388        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
389        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
390
[0d30932]3912001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
394
[5400f07]3952001-09-19      Eric Norum <eric.norum@usask.ca>
396
397        * lib/tftpDriver.c: Add some debugging capability.
398
[4bde2394]3992001-09-19      Chris Johns <ccj@acm.org>
400
401        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
402        rtems/rtems_bsdnet_internal.h Added support for populating the
403        initial "root" filesystem with information obtained via the DHCP
404        response.
405
[1946544]4062001-08-16      Mike Siers <mikes@poliac.com>
407
408        * pppd/STATUS: Updated by Joel based upon email from Mike.
409        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
410        functionality that has not even been compiled under RTEMS yet.
411
[b8575ab]4122001-08-16      Joel Sherrill <joel@OARcorp.com>
413
414        * pppd/example/Makefile: Removed.
415        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
416        avoid bootstrap -c clobbering it.
417
[2f1b930]4182001-08-16      Mike Siers <mikes@poliac.com>
419
420        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
421        application.  Mike's notes on the modifications:
422           - renamed error() function because of namespace problems
423           - removed calls to the exit() funciton
424           - removed extra files from the pppd source directory
425           - defined pppd task constant values in rtemspppd.h
426           - modifyied example code to get actual tick per second value
427           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
428           directory
429        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
430        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
431        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
432        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
433        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
434        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
435        New files.
436        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
437        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
438        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
439        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
440        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
441        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
442        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
443
[bfe5d15]4442001-08-16      Joel Sherrill <joel@OARcorp.com>
445
446        * rtems_telnetd/.cvsignore: New file.
447
[bd520203]4482001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
449
450        * Makefile.am, configure.in, rtems_servers/Makefile.am,
451        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
452        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
453        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
454        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
455          - pty and telnetd have a new subdir rtems_telnetd to avoid
456            the side effect when ftpd change.
457          - the tcp/ip stats have been implemented into icmds.c and
458            started when telnetd daemon is started.
459        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
460        * rtems_telnetd: New directory.
461        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
462        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
463        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
464
[1a7ea60]4652001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * rtems_servers/Makefile.am: Deleted blank lines.
468
[451198be]4692001-06-14      Joel Sherrill <joel@OARcorp.com>
470
471        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
472        so the network stack to address network depenendency.
473        * rtems_servers/Makefile.am: Modified to reflect above.
474
[d85594d]4752001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
478
4792001-04-24      Eric Norum <eric.norum@usask.ca>
[126405d9]480
481        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
482        synchronization a little more robust -- no NTP daemon yet, but
483        at least it trys a little harder when the primary NTP server is down.
484
[6fa6367]4852001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
486
487        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
488        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
489        Polish comments and other strings into English
490        * pppd/STATUS: updated to reflect the changes
491
[a8c33268]4922001-04-20      Jake Janovetz <janovetz@uiuc.edu>
493
494        * rtems_servers/ftpd.c: Correct argument so hooks work again.
495
[6fa6367]4962001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
[a2cc545e]497
[d85594d]498        * include/.cvsignore: Remove dangling file.
[a2cc545e]499
[07fbfced]5002001-01-31        Sergei Organov <osv@javad.ru>
501
502        * rtems_servers/ftp.d: Following changes:
503          - Hacks with current dir and root dir removed in favor of new libio
504            support for task-local current and root directories.
505          - Bug in `close_data_socket()' introduced by previous change fixed.
506          - `command_pasv()' changed to set timeout on socket we are listening
507            on and code fixed to don't close socket twice on error.
508          - `serr()' changed to clear `errno'.
509          - `data_socket()' changed to clear `errno' before `bind()'.
510          - `session()' changed to clear `errno' before processing session.
511          - `close_data_socket()' fixed to close both active and passive sockets
512          - Initialize info->data_socket to -1 in `daemon()'
513          - Initialize `fname' to empty string  in `exec_command()'
514
[e6d8fe47]5152001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
518        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
519        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
520        sys/Makefile.am, vm/Makefile.am:
521        Apply include_*HEADERS instead of H_FILES.
522        * include/Makefile.am: Remove.
523        * Makefile.am: Add handling of *.h files.
524        * configure.in: Remove include/Makefile.
525
[809feccc]5262001-01-25      Eric Norum <eric.norum@usask.ca>
527
528        * lib/tftpDriver.c: Reduce first timeout interval.  This
529        improves throughput on systems which are dropping packets. 
530        Only the first timeout is reduced.  This keeps the number
531        of extra packets down on networks that are very busy and
532        dropping lots of packets.
533
[38371dbe]5342001-01-24      Sergei Organov <osv@javad.ru>
535
536        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
537        as listed below:
538          - Timeouts on sockets implemented. 'idle' field added to
539            configuration. No timeout by default to keep backward compatibility.
540            Note: SITE IDLE command not implemented yet.
541          - Basic global access control implemented. 'access' field added to
542            configuration. No access limitations by default to keep backward
543            compatibility.
544          - Anchor data socket for active mode (using self IP and port 20.)
545          - Fixed default data port support (still not tested).
546          - Don't allow IP address different from originating host in
547            PORT command to improve security.
548          - Fixed bug in MDTM command.
549          - Check for correctness of parsing of argument in command_port().
550          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
551            'NAME' is not a directory.
552          - Command parsing a little bit improved: command names are now
553            converted to upper-case to be more compatible with RFC (command
554            names are not case-sensitive.)
555          - Reformat comments so that they have RTEMS look-and-feel.
556          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
557          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
558          - Passive mode implemented, PASV command added.
559          - Default port for data connection could be used (untested, can't find
560            ftp client that doesn't send PORT command)
561          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
562          - Reply codes reviewed and fixed.
563
[3f777d0e]5642001-01-12      Sergei Organov <osv@javad.ru>
565
566        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
567        as listed below:
568            - use pool of pre-created threads to handle sessions instead of
569              creating/deleting threads on the fly
570            - LIST output is now similar to what "/bin/ls -al" would output,
571              thus FTP clients such Netscape are happy with it.
572            - LIST NAME now works (both for files and directories)
573            - added support for NLST, CDUP, and MDTM FTP commands to make
574              more FTP clients happy
575            - keep track of CWD for every session separately
576            - ability to specify root directory name for FTPD in configuration
577              table. FTPD will then create illusion for FTP clients that this
578              is actually root directory.
579            - ignore options sent in commands, thus LIST -al FILE works and
580              doesn't try to list "-al" directory.
581            - buffers are allocated on stack instead of heap where possible to
582              eliminate malloc/free calls (avoid possible heap fragmentation
583              troubles).
584            - drop using of task notepad to pass parameters - use function
585              arguments instead
586            - use snprintf() instead of sprintf() as the latter is unsafe
587            - use of PF_INET in socket() instead of AF_INET
588
589            Here are ftp clients I've tried new FTPD with (all of them
590            running on Debian GNU/Linux 2.2):
591
592                 Lftp 2.1.10
593                 NcFTP 2.4.3
594                 Netscape 4.75
595                 ftp
596                 mc 4.5.49
597
[75ca179]5982001-01-02      Joel Sherrill <joel@OARcorp.com>
599
600        * CHANGELOG: Removed.
601        * README: Merged CHANGELOG contents as initial changes.
602
[407bc8c]6032000-12-14      Eric Norum <eric.norum@usask.ca>
604
605        * lib/tftpDriver.c: Added write capability.
606
[78d6a50]6072000-12-08      Joel Sherrill <joel@OARcorp.com>
608
609        * libc/linkaddr.c: Initialized variable to remove warning.
610        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
611        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
612        that were not used because the code using them was commented out.
613        Removed totally unused variables.
614        * modem/pppcompress.c: Added parentheses to avoid warnings.
615        * pppd/pppmain.c: Removed numerous warnings.
616
[1a94770a]6172000-11-30      Joel Sherrill <joel@OARcorp.com>
618
619        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
620        that is an RTEMS specific header file.
621
[a58638b]6222000-11-30      Joel Sherrill <joel@OARcorp.com>
623
624        * sys/ttycom.h: Moved to lib/include/sys.
625        * Makefile.am: Modified to reflect above.
626
[bcefea16]6272000-11-27      Joel Sherrill <joel@OARcorp.com>
628
629        * libc/res_init.c: Fix typo - adding missing # on include.
630
[f0864664]6312000-11-25      Eric Norum <eric.norum@usask.ca>
632
633        * libc/res_init.c: Move include to avoid compiler dumping core.
634
[a6abd67]6352000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
636
637        * wrapup/Makefile.am: Added modem subdir.
638        * configure.in, Makefile.am: Added modem subdir.
639        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
640        * pppd/Makefile.am: Added pppmain.c (which needs work).
641        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
642        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
643        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
644        Actually main.c and ppp_tty.c should be scratched. The modem
645        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
646
[feead226]6472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
650
[a314d3b4]6512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
654
[3e59793]6552000-10-30      Joel Sherrill <joel@OARcorp.com>
656
657        * POSIX include files merged into newlib.  This resulted in
658        some definitions moving to other files and thus some secondary
659        effects in RTEMS source code.
660        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
661        with newlib's <machine/types.h>.
662        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
663        of struct itimerval in <sys/time.h>.
664
[f36718c]6652000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
668        Switch to GNU canonicalization.
669
[0da0dea]6702000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
671
672        * lib/tftpDriver.c: add comments to handlers struct function pointers.
673        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
674        pointer has been checked against NULL.
675
[552051f]6762000-10-18       Chris Johns <ccj@acm.org>
677
678        * pppd/ipxcp.c: Fixed a typo.
679
[5ff9c088]6802000-09-28      Joel Sherrill <joel@OARcorp.com>
681
682        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
683        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
684        * rtems_webserver/sock.c: Added file missed in merger.
685
[4b60bd3]6862000-09-22      Joel Sherrill <joel@OARcorp.com>
687
688        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
689        rtems_webserver/webmain.c: machine/types.h  should not have
690        included rtems.h.  It is now including precisely the
691        least amount of low level, yet portable .h files to get
692        the basic RTEMS types defined.  This rippled into other
693        files since rtems_bsdnet_internal.h used machine/types.h to include
694        rtems.h.
695
[6e3f4b2]6962000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[9b28bea5]697
[6e3f4b2]698        * ChangeLog: Cleanup.
[9b28bea5]699
[bdcf02d4]7002000-09-05      Joel Sherrill <joel@OARcorp.com>
701
702        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
703        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
704        and to work with the converted flags.
705
[6e3f4b2]7062000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
709        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
710        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
711        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
712
[5f117e8]7132000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
714
715        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
716        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
717
[a6b4c0df]7182000-08-31      Joel Sherrill <joel@OARcorp.com>
719
720        * Merged version 2.1 of GoAhead webserver.  This update
721        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
722        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
723        um.c, um.h: New files.
724        * wbase64.c: Removed.
725        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
726        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
727        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
728        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
729
[757e1661]7302000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * netinet/tcp_input.c: Spelling corrections.
733
[82edf48]7342000-08-30      Joel Sherrill <joel@OARcorp.com>
735
736        * rtems_webserver/license.txt: New file.
737
[e94ad1fe]7382000-08-10      Joel Sherrill <joel@OARcorp.com>
739
740        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.