source: rtems/cpukit/libnetworking/ChangeLog @ bcac0cb

4.104.114.84.95
Last change on this file since bcac0cb was bcac0cb, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/02 at 17:34:28

2002-10-02 Eric Norum <eric.norum@…>

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