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

4.104.114.84.95
Last change on this file since 6e32d88 was 6ca248c, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/02 at 17:35:29

2002-10-02 Joel Sherrill <joel@…>

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