source: rtems/cpukit/libnetworking/ChangeLog @ 3fb76805

4.104.114.84.95
Last change on this file since 3fb76805 was 3fb76805, checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/02 at 14:47:11

2002-10-04 Jay Monkman <jtm@…>

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