source: rtems/cpukit/libnetworking/ChangeLog @ f8cb04a5

4.104.114.84.95
Last change on this file since f8cb04a5 was f8cb04a5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:04:36

2002-10-21 Ralf Corsepius <corsepiu@…>

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