source: rtems/cpukit/libnetworking/ChangeLog @ 845f170a

4.104.114.84.95
Last change on this file since 845f170a was 845f170a, checked in by Joel Sherrill <joel.sherrill@…>, on 08/20/02 at 15:53:52

2002-08-20 Eric Norum <eric.norum@…>

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