source: rtems/cpukit/libnetworking/ChangeLog @ f4ceef3e

4.104.114.84.95
Last change on this file since f4ceef3e was f4ceef3e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/02 at 11:55:43

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

  • netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of the IP_FORWARD patch as it appears to not compile in the current tree.
  • Property mode set to 100644
File size: 28.2 KB
Line 
12002-09-16      Joel Sherrill <joel@OARcorp.com>
2
3        * netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of
4        the IP_FORWARD patch as it appears to not compile in the
5        current tree.
6
72002-09-14      Joel Sherrill <joel@OARcorp.com>
8
9        * kern/uipc_socket.c: Fix case on SO_RCVTIMEO and SO_SNDTIMEO where
10        conversion into ticks can result in a 0 ticks timeout which is
11        the same as requesting no timeout.  Reported by Sergei Organov
12        <osv@javad.ru>.
13
142002-09-14      Vyacheslav V. Burdjanadze <wr@zelax.ru>
15
16        * kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add
17        optional UDP broadcast forwarding support.
18        * netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP
19        broadcast forwarding.
20
212002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * netinet/in_cksum.c: #include <string.h> for puts in generic
24        routines.
25
262002-08-20      Eric Norum <eric.norum@usask.ca>
27
28        * rtems/rtems_glue.c: Per PR270, the BSD network code expects that
29        the value of the number of seconds since boot is non-zero.  The
30        RTEMS network initialization code assures this by waiting for a
31        second.  A more efficient technique is to simply wait until the
32        number of seconds since boot is non-zero.
33
342002-08-09      Joel Sherrill <joel@OARcorp.com>
35
36        * libc/getservent.c: Per PR265, add  #include <netinet/in.h> for
37        ntohl() function.
38
392002-08-07      Joel Sherrill <joel@OARcorp.com>
40
41        * netinet/in.h: Per PR263, added include of <machine/endian.h>
42        to <netinet/in.h> so it includes prototypes of ntohl() family
43        of routines.
44
452002-08-01      Joel Sherrill <joel@OARcorp.com>
46
47        * machine/param.h, sys/syslimits.h: In the continued effort to
48        eliminate .h conflicts between newlib and RTEMS, these were moved to
49        newlib.
50        * machine/Makefile.am, sys/Makefile.am: Reflect above.
51
522002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * wrapup/Makefile.am: Don't install.
55
562002-07-30      Joel Sherrill <joel@OARcorp.com>
57
58        * sys/param.h: Removed as a simpler version of this file is
59        now part of the RTEMS newlib support.
60        * sys/Makefile.am: Modified to reflect above. 
61
622002-07-30      Joel Sherrill <joel@OARcorp.com>
63
64        * machine/types.h: Removed as a simpler version of this file is
65        now part of the RTEMS newlib support.
66        * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c,
67        rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h:
68        Minor modifications to use the simpler machine/types.h.  Mostly
69        more complete sets of #include's to account for machine/types.h
70        no longer doing this.
71
722002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
73
74        * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum
75        support.
76
772002-07-24      Joel Sherrill <joel@OARcorp.com>
78
79        * sys/select.h: Add a prototype of select() to avoid warnings.
80        In particular a C++ application using select() required a prototype.
81
822002-07-24      Joel Sherrill <joel@OARcorp.com>
83
84        * Makefile.am, libc/res_send.c: Do not install or use <poll.h>
85        since RTEMS does not support it.
86
872002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * kern/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * lib/Makefile.am: Ditto.
91        * libc/Makefile.am: Ditto.
92        * net/Makefile.am: Ditto.
93        * netinet/Makefile.am: Ditto.
94        * nfs/Makefile.am: Ditto.
95        * rtems/Makefile.am: Ditto.
96        * wrapup/Makefile.am: Ditto.
97
982002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * kern/Makefile.am: Eliminate LIBNAME.
101        * lib/Makefile.am: Ditto.
102        * libc/Makefile.am: Ditto.
103        * net/Makefile.am: Ditto.
104        * netinet/Makefile.am: Ditto.
105        * nfs/Makefile.am: Ditto.
106        * rtems/Makefile.am: Ditto.
107        * wrapup/Makefile.am: Use project_libdir instead of
108        $(PROJECT_RELEASE)/lib.
109
1102002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
111
112        * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h:
113        Modified to added packed attribute.o
114
1152002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: RTEMS_TOP(../..).
118
1192002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Remove RTEMS_PROJECT_ROOT.
122
1232002-06-27      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
124
125        * Addition of a ftp client filesystem, comparable to the tftp one.
126        * lib/ftpfs.c, rtems/ftpfs.h: New files.
127        * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
128
1292002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
132        Add AC_PROG_RANLIB.
133
1342002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Don't preinstall libnetworking.a.
137
1382002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Remove commented out net-apps.
141
1422002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
145        * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
146        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
147        Use ../aclocal.
148        * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
149        * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
150        * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
151        * net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
152        * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
153        * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
154        * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
155        * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
156        * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
157        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
158
1592002-06-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
162
1632002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Remove RTEMS_CHECK_POSIX_API.
166          Remove RTEMS_ENABLE_POSIX.
167          Remove RTEMS_CHECK_CUSTOM_BSP.
168          Remove RTEMS_ENABLE_POSIX.
169
1702002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        Relocate c/src/libnetworking.
173        * Makefile.am: Reflect moval.
174        * machine/Makefile.am: Ditto.
175        * net/Makefile.am: Ditto.
176        * lib/Makefile.am: Ditto.
177        * netinet/Makefile.am: Ditto.
178        * vm/Makefile.am: Ditto.
179        * libc/Makefile.am: Ditto.
180        * sys/Makefile.am: Ditto.
181        * arpa/Makefile.am: Ditto.
182        * nfs/Makefile.am: Ditto.
183        * kern/Makefile.am: Ditto.
184        * rtems/Makefile.am: Ditto.
185        * configure.ac: Dittp.
186        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
187
1882002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
191
1922002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
195        * rtems/mkrootfs.h: Ditto.
196        * rtems/Makefile.am: Reflect changes above.
197
1982002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * sys/ioctl.h: Remove.
201        * sys/sockio.h: Remove.
202        * sys/filio.h: Remove.
203        * sys/Makefile.am: Reflect changes above.
204
2052001-05-14      Joel Sherrill <joel@OARcorp.com>
206
207        * ChangeLog: Corrected -- entry should have been in libchip.
208 
2092002-05-01      Eric Norum <eric.norum@usask.ca>
210
211        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
212        to satisfy gcc 3.1 and newer.
213
2142002-04-26      Eric Norum <eric.norum@usask.ca>
215
216        * netinet/in_cksum_i386.c: Add volatile so the more agressive
217        optimization in gcc 3.1 does not reorder things.
218
2192002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * pppd/utils.c: Adapt to gcc-3.x.
222
2232002-04-11      Chris Johns <ccj@acm.org>
224
225        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
226        the drv_ctrl driver control block field to the ifconfig network driver
227        structure. This field is needed by the i82586 driver which was ported
228        from NetBSD as it had better hardware abstraction.
229
2302002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * ChangeLog: Fix dates.
233
2342002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * libc/rcmd.c: Replace __rtems w/ __rtems__.
237
2382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac:
241        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
242        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
243        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
255        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
256        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
260
2612002-03-27      Thomas.Doerfler@imd-systems.de
262
263        * PR144
264        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
265        0 when called for the first time. This is done when trying to clear
266        the variable "dhcp_hostname".
267
2682002-03-27      Ilya Alexeev <ilya@continuum.ru>
269
270        * PR162
271        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
272        variables must not be used in a device write routines.  Now
273        ppp_softc structure have own character for writing to device
274        (sc_outchar).  I think that converting local variables to static
275        is not a right solution, because problems will occur in the case
276        of two or more ppp instances.
277        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
278        u_long, otherwise in the case of the big output packet endless
279        loop may occur.
280
2812002-03-21      Ilya Alexeev <ilya@continuum.ru>
282
283        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
284        PPPD connections.
285
2862001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
287
288        * PR158
289        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
290        commenting out the parts that deal with signals.  This enables
291        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
292        The 'server-side' parts of this file which deal with authentication
293        are disabled since they are not needed.
294
2952002-02-27      Ilya Alexeev <ilya@continuum.ru>
296
297        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
298        pppd/sys-rtems.c: Add server with pap-authorization
299        capabilities as well as eliminate some warnings.
300
3012002-02-27      Eric Norum <eric.norum@usask.ca>
302
303        * net/radix.c: Properly handle fetching the default route when there
304        is no route.  This was a bug in the original FreeBSD code and this
305        fix is from an updated version of their code.
306
3072002-02-01      Mike Siers <mikes@poliac.com>
308
309        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
310        the link down too fast.
311        NOTE: Mike reports successfully running at 56K baud on a direct link.
312
3132002-01-31      Mike Siers <mikes@poliac.com>
314
315        * pppd/rtemsdialer.h: New file missed in previous commit.
316
3172002-01-31      Mike Siers <mikes@poliac.com>
318
319        * Nice Update of PPPD support which eliminates the
320        requiremetn that drivers be in the termios TASK_DRIVEN mode.
321        Mike did significant testing and reports that it seems to be
322        more stable and handle larger packets better.  This patch
323        replaces the termios tasks with more general pppd network
324        driver tasks.  The functions pppinput() and pppstart() get
325        called from the interrupt service routine.
326        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
327        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
328        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
329        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
330        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
331        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
332        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
333        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
334        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
335        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
336        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
337        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
338        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
339        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
340        pppd/upap.h, pppd/utils.c, pppd/example/README,
341        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
342        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
343        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
344        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
345        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
346
3472002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * rtems_telnetd/pty.c: Move config.h to were it belongs.
350        Remove printf (Reported by Till Straumann
351        <strauman@SLAC.Stanford.EDU>).
352
3532002-02-16      Eric Norum <eric.norum@usask.ca>
354
355        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
356
3572002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * pppd/sys-rtems.c: Remove unused variable status from
360        dodefaultroute.
361
3622002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
365        <rtems/seterr.h>.
366
367
3682001-12-18      Eric Norum <eric.norum@usask.ca>
369
370        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
371        (path names with a / at the end) while disallowing open() operations
372        on TFTP `directories'.
373
3742001-12-07      Eric Norum <eric.norum@usask.ca>
375
376        * lib/tftpDriver.c: Restore write capability.
377
3782001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * arpa/Makefile.am: Remove stray lines.
381
3822001-10-18      Eric Norum <eric.norum@usask.ca>
383
384        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
385        open() operations within the TFTP file system.
386
3872001-10-12      Mike Siers <mikes@poliac.com>
388
389        * Update to stable working state.  Congratulations Mike! :)
390        * modem_example: Directory removed.
391        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
392        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
393        modem_example/pppcompress.c: Files removed.
394        * pppd/example/pppd.options: New file.
395        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
396        pppd/pppd.h, pppd/rtemsmain.c: Updated.
397
3982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
401        * configure.in: Remove.
402        * configure.ac: New file, generated from configure.in by autoupdate.
403
4042001-09-27      Eric Norum <eric.norum@usask.ca>
405
406        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
407        filesystem.
408
4092001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
412        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
413        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
414        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
415        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
416        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
417        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
418        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
419        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
420        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
421        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
422        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
423
4242001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
427
4282001-09-19      Eric Norum <eric.norum@usask.ca>
429
430        * lib/tftpDriver.c: Add some debugging capability.
431
4322001-09-19      Chris Johns <ccj@acm.org>
433
434        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
435        rtems/rtems_bsdnet_internal.h Added support for populating the
436        initial "root" filesystem with information obtained via the DHCP
437        response.
438
4392001-08-16      Mike Siers <mikes@poliac.com>
440
441        * pppd/STATUS: Updated by Joel based upon email from Mike.
442        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
443        functionality that has not even been compiled under RTEMS yet.
444
4452001-08-16      Joel Sherrill <joel@OARcorp.com>
446
447        * pppd/example/Makefile: Removed.
448        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
449        avoid bootstrap -c clobbering it.
450
4512001-08-16      Mike Siers <mikes@poliac.com>
452
453        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
454        application.  Mike's notes on the modifications:
455           - renamed error() function because of namespace problems
456           - removed calls to the exit() funciton
457           - removed extra files from the pppd source directory
458           - defined pppd task constant values in rtemspppd.h
459           - modifyied example code to get actual tick per second value
460           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
461           directory
462        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
463        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
464        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
465        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
466        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
467        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
468        New files.
469        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
470        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
471        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
472        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
473        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
474        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
475        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
476
4772001-08-16      Joel Sherrill <joel@OARcorp.com>
478
479        * rtems_telnetd/.cvsignore: New file.
480
4812001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
482
483        * Makefile.am, configure.in, rtems_servers/Makefile.am,
484        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
485        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
486        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
487        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
488          - pty and telnetd have a new subdir rtems_telnetd to avoid
489            the side effect when ftpd change.
490          - the tcp/ip stats have been implemented into icmds.c and
491            started when telnetd daemon is started.
492        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
493        * rtems_telnetd: New directory.
494        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
495        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
496        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
497
4982001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * rtems_servers/Makefile.am: Deleted blank lines.
501
5022001-06-14      Joel Sherrill <joel@OARcorp.com>
503
504        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
505        so the network stack to address network depenendency.
506        * rtems_servers/Makefile.am: Modified to reflect above.
507
5082001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
511
5122001-04-24      Eric Norum <eric.norum@usask.ca>
513
514        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
515        synchronization a little more robust -- no NTP daemon yet, but
516        at least it trys a little harder when the primary NTP server is down.
517
5182001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
519
520        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
521        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
522        Polish comments and other strings into English
523        * pppd/STATUS: updated to reflect the changes
524
5252001-04-20      Jake Janovetz <janovetz@uiuc.edu>
526
527        * rtems_servers/ftpd.c: Correct argument so hooks work again.
528
5292001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
530
531        * include/.cvsignore: Remove dangling file.
532
5332001-01-31        Sergei Organov <osv@javad.ru>
534
535        * rtems_servers/ftp.d: Following changes:
536          - Hacks with current dir and root dir removed in favor of new libio
537            support for task-local current and root directories.
538          - Bug in `close_data_socket()' introduced by previous change fixed.
539          - `command_pasv()' changed to set timeout on socket we are listening
540            on and code fixed to don't close socket twice on error.
541          - `serr()' changed to clear `errno'.
542          - `data_socket()' changed to clear `errno' before `bind()'.
543          - `session()' changed to clear `errno' before processing session.
544          - `close_data_socket()' fixed to close both active and passive sockets
545          - Initialize info->data_socket to -1 in `daemon()'
546          - Initialize `fname' to empty string  in `exec_command()'
547
5482001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
551        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
552        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
553        sys/Makefile.am, vm/Makefile.am:
554        Apply include_*HEADERS instead of H_FILES.
555        * include/Makefile.am: Remove.
556        * Makefile.am: Add handling of *.h files.
557        * configure.in: Remove include/Makefile.
558
5592001-01-25      Eric Norum <eric.norum@usask.ca>
560
561        * lib/tftpDriver.c: Reduce first timeout interval.  This
562        improves throughput on systems which are dropping packets. 
563        Only the first timeout is reduced.  This keeps the number
564        of extra packets down on networks that are very busy and
565        dropping lots of packets.
566
5672001-01-24      Sergei Organov <osv@javad.ru>
568
569        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
570        as listed below:
571          - Timeouts on sockets implemented. 'idle' field added to
572            configuration. No timeout by default to keep backward compatibility.
573            Note: SITE IDLE command not implemented yet.
574          - Basic global access control implemented. 'access' field added to
575            configuration. No access limitations by default to keep backward
576            compatibility.
577          - Anchor data socket for active mode (using self IP and port 20.)
578          - Fixed default data port support (still not tested).
579          - Don't allow IP address different from originating host in
580            PORT command to improve security.
581          - Fixed bug in MDTM command.
582          - Check for correctness of parsing of argument in command_port().
583          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
584            'NAME' is not a directory.
585          - Command parsing a little bit improved: command names are now
586            converted to upper-case to be more compatible with RFC (command
587            names are not case-sensitive.)
588          - Reformat comments so that they have RTEMS look-and-feel.
589          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
590          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
591          - Passive mode implemented, PASV command added.
592          - Default port for data connection could be used (untested, can't find
593            ftp client that doesn't send PORT command)
594          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
595          - Reply codes reviewed and fixed.
596
5972001-01-12      Sergei Organov <osv@javad.ru>
598
599        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
600        as listed below:
601            - use pool of pre-created threads to handle sessions instead of
602              creating/deleting threads on the fly
603            - LIST output is now similar to what "/bin/ls -al" would output,
604              thus FTP clients such Netscape are happy with it.
605            - LIST NAME now works (both for files and directories)
606            - added support for NLST, CDUP, and MDTM FTP commands to make
607              more FTP clients happy
608            - keep track of CWD for every session separately
609            - ability to specify root directory name for FTPD in configuration
610              table. FTPD will then create illusion for FTP clients that this
611              is actually root directory.
612            - ignore options sent in commands, thus LIST -al FILE works and
613              doesn't try to list "-al" directory.
614            - buffers are allocated on stack instead of heap where possible to
615              eliminate malloc/free calls (avoid possible heap fragmentation
616              troubles).
617            - drop using of task notepad to pass parameters - use function
618              arguments instead
619            - use snprintf() instead of sprintf() as the latter is unsafe
620            - use of PF_INET in socket() instead of AF_INET
621
622            Here are ftp clients I've tried new FTPD with (all of them
623            running on Debian GNU/Linux 2.2):
624
625                 Lftp 2.1.10
626                 NcFTP 2.4.3
627                 Netscape 4.75
628                 ftp
629                 mc 4.5.49
630
6312001-01-02      Joel Sherrill <joel@OARcorp.com>
632
633        * CHANGELOG: Removed.
634        * README: Merged CHANGELOG contents as initial changes.
635
6362000-12-14      Eric Norum <eric.norum@usask.ca>
637
638        * lib/tftpDriver.c: Added write capability.
639
6402000-12-08      Joel Sherrill <joel@OARcorp.com>
641
642        * libc/linkaddr.c: Initialized variable to remove warning.
643        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
644        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
645        that were not used because the code using them was commented out.
646        Removed totally unused variables.
647        * modem/pppcompress.c: Added parentheses to avoid warnings.
648        * pppd/pppmain.c: Removed numerous warnings.
649
6502000-11-30      Joel Sherrill <joel@OARcorp.com>
651
652        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
653        that is an RTEMS specific header file.
654
6552000-11-30      Joel Sherrill <joel@OARcorp.com>
656
657        * sys/ttycom.h: Moved to lib/include/sys.
658        * Makefile.am: Modified to reflect above.
659
6602000-11-27      Joel Sherrill <joel@OARcorp.com>
661
662        * libc/res_init.c: Fix typo - adding missing # on include.
663
6642000-11-25      Eric Norum <eric.norum@usask.ca>
665
666        * libc/res_init.c: Move include to avoid compiler dumping core.
667
6682000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
669
670        * wrapup/Makefile.am: Added modem subdir.
671        * configure.in, Makefile.am: Added modem subdir.
672        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
673        * pppd/Makefile.am: Added pppmain.c (which needs work).
674        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
675        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
676        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
677        Actually main.c and ppp_tty.c should be scratched. The modem
678        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
679
6802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
683
6842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
687
6882000-10-30      Joel Sherrill <joel@OARcorp.com>
689
690        * POSIX include files merged into newlib.  This resulted in
691        some definitions moving to other files and thus some secondary
692        effects in RTEMS source code.
693        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
694        with newlib's <machine/types.h>.
695        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
696        of struct itimerval in <sys/time.h>.
697
6982000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
701        Switch to GNU canonicalization.
702
7032000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
704
705        * lib/tftpDriver.c: add comments to handlers struct function pointers.
706        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
707        pointer has been checked against NULL.
708
7092000-10-18       Chris Johns <ccj@acm.org>
710
711        * pppd/ipxcp.c: Fixed a typo.
712
7132000-09-28      Joel Sherrill <joel@OARcorp.com>
714
715        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
716        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
717        * rtems_webserver/sock.c: Added file missed in merger.
718
7192000-09-22      Joel Sherrill <joel@OARcorp.com>
720
721        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
722        rtems_webserver/webmain.c: machine/types.h  should not have
723        included rtems.h.  It is now including precisely the
724        least amount of low level, yet portable .h files to get
725        the basic RTEMS types defined.  This rippled into other
726        files since rtems_bsdnet_internal.h used machine/types.h to include
727        rtems.h.
728
7292000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * ChangeLog: Cleanup.
732
7332000-09-05      Joel Sherrill <joel@OARcorp.com>
734
735        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
736        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
737        and to work with the converted flags.
738
7392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
742        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
743        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
744        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
745
7462000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
747
748        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
749        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
750
7512000-08-31      Joel Sherrill <joel@OARcorp.com>
752
753        * Merged version 2.1 of GoAhead webserver.  This update
754        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
755        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
756        um.c, um.h: New files.
757        * wbase64.c: Removed.
758        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
759        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
760        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
761        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
762
7632000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * netinet/tcp_input.c: Spelling corrections.
766
7672000-08-30      Joel Sherrill <joel@OARcorp.com>
768
769        * rtems_webserver/license.txt: New file.
770
7712000-08-10      Joel Sherrill <joel@OARcorp.com>
772
773        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.