source: rtems/c/src/libnetworking/ChangeLog @ f81fb809

4.104.114.84.95
Last change on this file since f81fb809 was f81fb809, checked in by Joel Sherrill <joel.sherrill@…>, on 02/06/03 at 22:19:11

2003-02-06 Joel Sherrill <joel@…>

  • pppd/chat.c: Convert routines with common names to static. This included get_char(), put_char(), and character() among others.
  • Property mode set to 100644
File size: 24.8 KB
RevLine 
[f81fb809]12003-02-06      Joel Sherrill <joel@OARcorp.com>
2
3        * pppd/chat.c: Convert routines with common names to static. This
4        included get_char(), put_char(), and character() among others.
5
[4855824]62003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10          Eliminate *_O_FILES.
11        * rtems_servers/Makefile.am: Ditto.
12        * rtems_webserver/Makefile.am: Ditto.
13        * rtems_telnetd/Makefile.am: Ditto.
14
[6d9ade62]152002-11-04      Joel Sherrill <joel@OARcorp.com>
16
17        * pppd/auth.c, rtems_webserver/uemf.h: Removed warnings.
18
[2419e17]192002-10-31      Joel Sherrill <joel@OARcorp.com>
20
21        * rtems_webserver/socket.c, rtems_webserver/uemf.h: Removed
22        warnings.
23
[8730f45]242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * .cvsignore: Reformat.
27        Add autom4te*cache.
28        Remove autom4te.cache.
29
[19ed3cf]302002-09-07      Joel Sherrill <joel@OARcorp.com>
31
32        * pppd/ipcp.c, rtems_servers/ftpd.c: Add include files to resolve
33        warnings.
34
[c7dcfe36]352002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * rtems_webserver/md5.h: Add missing newline.
38
[5432fc4]392002-08-31      Joel Sherrill <joel@OARcorp.com>
40
41        * rtems_webserver/webmain.c: Commented out rootWeb to eliminate warning.
42
[2129ac8]432002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * rtems_servers/ftpd.c: Remove unused variable buf.
46        * pppd/md5.c: #include <string.h> to make gcc31 happy.
47        * rtems_telnetd/telnetd.c: #include <string.h> to make gcc31 happy.
48        * rtems_webserver/webmain.c: Remove unused variable dir, cp.
49
[299a523f]502002-08-12      Joel Sherrill <joel@OARcorp.com>
51
52        * pppd/utils.c: Include i960 in varargs conditional to avoid error.
53
[2b44af21]542002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * pppd/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * rtems_servers/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * rtems_telnetd/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * rtems_webserver/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
61
[a5d65440]622002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * pppd/chap.c, pppd/fsm.c, pppd/fsm.h, pppd/upap.c: Per PR255
65        fix prototype mismatches.
66
[8d3b3be]672002-07-01      Joel Sherrill <joel@OARcorp.com>
68
69        * rtems_webserver/misc.c: Per PR236 eliminate definition of strnlen().
70
[6186657a]712002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Build libnetapps.a.
74        Don't preinstall libnetapps.a
75
[113d7b85]762002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Remove headers. Remove CHANGELOG.
79        * configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
80
[7020377]812002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        Move networking libraries to c/src/exec/libnetworking
84        * configure.ac: Reflect Moval.
85        * Makefile.am: Reflect Moval.
86        * wrapup/Makefile.am: Reflect Moval.
87
[e3eab02]882002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
91
[c1f3fc04]922002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
95        * rtems/mkrootfs.h: Ditto.
96        * rtems/Makefile.am: Reflect changes above.
97
[c7286d94]982002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * sys/ioctl.h: Remove.
101        * sys/sockio.h: Remove.
102        * sys/filio.h: Remove.
103        * sys/Makefile.am: Reflect changes above.
104
[06549dcf]1052001-05-14      Joel Sherrill <joel@OARcorp.com>
[3ce2907]106
[06549dcf]107        * ChangeLog: Corrected -- entry should have been in libchip.
108 
[51b39864]1092002-05-01      Eric Norum <eric.norum@usask.ca>
110
111        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
112        to satisfy gcc 3.1 and newer.
113
[d50c0d2]1142002-04-26      Eric Norum <eric.norum@usask.ca>
115
116        * netinet/in_cksum_i386.c: Add volatile so the more agressive
117        optimization in gcc 3.1 does not reorder things.
118
[a81a8f8]1192002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * pppd/utils.c: Adapt to gcc-3.x.
122
[5bfc8912]1232002-04-11      Chris Johns <ccj@acm.org>
124
125        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
126        the drv_ctrl driver control block field to the ifconfig network driver
127        structure. This field is needed by the i82586 driver which was ported
128        from NetBSD as it had better hardware abstraction.
129
[25b4446]1302002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * ChangeLog: Fix dates.
133
[51301198]1342002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * libc/rcmd.c: Replace __rtems w/ __rtems__.
137
[01d48bf8]1382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac:
141        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
142        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
143        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
160
[9b02fa65]1612002-03-27      Thomas.Doerfler@imd-systems.de
162
163        * PR144
164        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
165        0 when called for the first time. This is done when trying to clear
166        the variable "dhcp_hostname".
167
[f4c118d]1682002-03-27      Ilya Alexeev <ilya@continuum.ru>
169
170        * PR162
171        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
172        variables must not be used in a device write routines.  Now
173        ppp_softc structure have own character for writing to device
174        (sc_outchar).  I think that converting local variables to static
175        is not a right solution, because problems will occur in the case
176        of two or more ppp instances.
177        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
178        u_long, otherwise in the case of the big output packet endless
179        loop may occur.
180
[fd55b7d]1812002-03-21      Ilya Alexeev <ilya@continuum.ru>
182
183        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
184        PPPD connections.
185
[d7478774]1862001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
187
188        * PR158
189        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
190        commenting out the parts that deal with signals.  This enables
191        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
192        The 'server-side' parts of this file which deal with authentication
193        are disabled since they are not needed.
194
[cb1e8a46]1952002-02-27      Ilya Alexeev <ilya@continuum.ru>
196
197        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
198        pppd/sys-rtems.c: Add server with pap-authorization
199        capabilities as well as eliminate some warnings.
200
[c52f1c7]2012002-02-27      Eric Norum <eric.norum@usask.ca>
202
203        * net/radix.c: Properly handle fetching the default route when there
204        is no route.  This was a bug in the original FreeBSD code and this
205        fix is from an updated version of their code.
206
[25b4446]2072002-02-01      Mike Siers <mikes@poliac.com>
[8e3caa5]208
209        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
210        the link down too fast.
211        NOTE: Mike reports successfully running at 56K baud on a direct link.
212
[25b4446]2132002-01-31      Mike Siers <mikes@poliac.com>
[485ed5cc]214
215        * pppd/rtemsdialer.h: New file missed in previous commit.
216
[25b4446]2172002-01-31      Mike Siers <mikes@poliac.com>
[0286b9f]218
219        * Nice Update of PPPD support which eliminates the
220        requiremetn that drivers be in the termios TASK_DRIVEN mode.
221        Mike did significant testing and reports that it seems to be
222        more stable and handle larger packets better.  This patch
223        replaces the termios tasks with more general pppd network
224        driver tasks.  The functions pppinput() and pppstart() get
225        called from the interrupt service routine.
226        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
227        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
228        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
229        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
230        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
231        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
232        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
233        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
234        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
235        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
236        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
237        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
238        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
239        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
240        pppd/upap.h, pppd/utils.c, pppd/example/README,
241        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
242        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
243        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
244        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
245        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
246
[c8f05db]2472002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * rtems_telnetd/pty.c: Move config.h to were it belongs.
250        Remove printf (Reported by Till Straumann
251        <strauman@SLAC.Stanford.EDU>).
252
[25b4446]2532002-02-16      Eric Norum <eric.norum@usask.ca>
[cf42e735]254
255        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
256
[ab1ed86]2572002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * pppd/sys-rtems.c: Remove unused variable status from
260        dodefaultroute.
261
[d4651e4]2622002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
265        <rtems/seterr.h>.
266
267
[2539cdc]2682001-12-18      Eric Norum <eric.norum@usask.ca>
269
270        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
271        (path names with a / at the end) while disallowing open() operations
272        on TFTP `directories'.
273
[86d9ca2]2742001-12-07      Eric Norum <eric.norum@usask.ca>
275
276        * lib/tftpDriver.c: Restore write capability.
277
[4efd0f66]2782001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * arpa/Makefile.am: Remove stray lines.
281
[dfe5a4e3]2822001-10-18      Eric Norum <eric.norum@usask.ca>
283
284        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
285        open() operations within the TFTP file system.
286
[aee474b]2872001-10-12      Mike Siers <mikes@poliac.com>
288
289        * Update to stable working state.  Congratulations Mike! :)
290        * modem_example: Directory removed.
291        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
292        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
293        modem_example/pppcompress.c: Files removed.
294        * pppd/example/pppd.options: New file.
295        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
296        pppd/pppd.h, pppd/rtemsmain.c: Updated.
297
[df25c998]2982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
301        * configure.in: Remove.
302        * configure.ac: New file, generated from configure.in by autoupdate.
303
[1ef8e3d4]3042001-09-27      Eric Norum <eric.norum@usask.ca>
305
306        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
307        filesystem.
308
[b68e01c5]3092001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
312        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
313        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
314        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
315        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
316        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
317        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
318        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
319        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
320        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
321        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
322        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
323
[0d30932]3242001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
327
[5400f07]3282001-09-19      Eric Norum <eric.norum@usask.ca>
329
330        * lib/tftpDriver.c: Add some debugging capability.
331
[4bde2394]3322001-09-19      Chris Johns <ccj@acm.org>
333
334        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
335        rtems/rtems_bsdnet_internal.h Added support for populating the
336        initial "root" filesystem with information obtained via the DHCP
337        response.
338
[1946544]3392001-08-16      Mike Siers <mikes@poliac.com>
340
341        * pppd/STATUS: Updated by Joel based upon email from Mike.
342        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
343        functionality that has not even been compiled under RTEMS yet.
344
[b8575ab]3452001-08-16      Joel Sherrill <joel@OARcorp.com>
346
347        * pppd/example/Makefile: Removed.
348        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
349        avoid bootstrap -c clobbering it.
350
[2f1b930]3512001-08-16      Mike Siers <mikes@poliac.com>
352
353        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
354        application.  Mike's notes on the modifications:
355           - renamed error() function because of namespace problems
356           - removed calls to the exit() funciton
357           - removed extra files from the pppd source directory
358           - defined pppd task constant values in rtemspppd.h
359           - modifyied example code to get actual tick per second value
360           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
361           directory
362        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
363        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
364        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
365        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
366        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
367        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
368        New files.
369        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
370        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
371        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
372        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
373        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
374        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
375        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
376
[bfe5d15]3772001-08-16      Joel Sherrill <joel@OARcorp.com>
378
379        * rtems_telnetd/.cvsignore: New file.
380
[bd520203]3812001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
382
383        * Makefile.am, configure.in, rtems_servers/Makefile.am,
384        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
385        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
386        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
387        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
388          - pty and telnetd have a new subdir rtems_telnetd to avoid
389            the side effect when ftpd change.
390          - the tcp/ip stats have been implemented into icmds.c and
391            started when telnetd daemon is started.
392        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
393        * rtems_telnetd: New directory.
394        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
395        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
396        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
397
[1a7ea60]3982001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * rtems_servers/Makefile.am: Deleted blank lines.
401
[451198be]4022001-06-14      Joel Sherrill <joel@OARcorp.com>
403
404        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
405        so the network stack to address network depenendency.
406        * rtems_servers/Makefile.am: Modified to reflect above.
407
[d85594d]4082001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
411
4122001-04-24      Eric Norum <eric.norum@usask.ca>
[126405d9]413
414        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
415        synchronization a little more robust -- no NTP daemon yet, but
416        at least it trys a little harder when the primary NTP server is down.
417
[6fa6367]4182001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
419
420        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
421        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
422        Polish comments and other strings into English
423        * pppd/STATUS: updated to reflect the changes
424
[a8c33268]4252001-04-20      Jake Janovetz <janovetz@uiuc.edu>
426
427        * rtems_servers/ftpd.c: Correct argument so hooks work again.
428
[6fa6367]4292001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
[a2cc545e]430
[d85594d]431        * include/.cvsignore: Remove dangling file.
[a2cc545e]432
[07fbfced]4332001-01-31        Sergei Organov <osv@javad.ru>
434
435        * rtems_servers/ftp.d: Following changes:
436          - Hacks with current dir and root dir removed in favor of new libio
437            support for task-local current and root directories.
438          - Bug in `close_data_socket()' introduced by previous change fixed.
439          - `command_pasv()' changed to set timeout on socket we are listening
440            on and code fixed to don't close socket twice on error.
441          - `serr()' changed to clear `errno'.
442          - `data_socket()' changed to clear `errno' before `bind()'.
443          - `session()' changed to clear `errno' before processing session.
444          - `close_data_socket()' fixed to close both active and passive sockets
445          - Initialize info->data_socket to -1 in `daemon()'
446          - Initialize `fname' to empty string  in `exec_command()'
447
[e6d8fe47]4482001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
451        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
452        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
453        sys/Makefile.am, vm/Makefile.am:
454        Apply include_*HEADERS instead of H_FILES.
455        * include/Makefile.am: Remove.
456        * Makefile.am: Add handling of *.h files.
457        * configure.in: Remove include/Makefile.
458
[809feccc]4592001-01-25      Eric Norum <eric.norum@usask.ca>
460
461        * lib/tftpDriver.c: Reduce first timeout interval.  This
462        improves throughput on systems which are dropping packets. 
463        Only the first timeout is reduced.  This keeps the number
464        of extra packets down on networks that are very busy and
465        dropping lots of packets.
466
[38371dbe]4672001-01-24      Sergei Organov <osv@javad.ru>
468
469        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
470        as listed below:
471          - Timeouts on sockets implemented. 'idle' field added to
472            configuration. No timeout by default to keep backward compatibility.
473            Note: SITE IDLE command not implemented yet.
474          - Basic global access control implemented. 'access' field added to
475            configuration. No access limitations by default to keep backward
476            compatibility.
477          - Anchor data socket for active mode (using self IP and port 20.)
478          - Fixed default data port support (still not tested).
479          - Don't allow IP address different from originating host in
480            PORT command to improve security.
481          - Fixed bug in MDTM command.
482          - Check for correctness of parsing of argument in command_port().
483          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
484            'NAME' is not a directory.
485          - Command parsing a little bit improved: command names are now
486            converted to upper-case to be more compatible with RFC (command
487            names are not case-sensitive.)
488          - Reformat comments so that they have RTEMS look-and-feel.
489          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
490          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
491          - Passive mode implemented, PASV command added.
492          - Default port for data connection could be used (untested, can't find
493            ftp client that doesn't send PORT command)
494          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
495          - Reply codes reviewed and fixed.
496
[3f777d0e]4972001-01-12      Sergei Organov <osv@javad.ru>
498
499        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
500        as listed below:
501            - use pool of pre-created threads to handle sessions instead of
502              creating/deleting threads on the fly
503            - LIST output is now similar to what "/bin/ls -al" would output,
504              thus FTP clients such Netscape are happy with it.
505            - LIST NAME now works (both for files and directories)
506            - added support for NLST, CDUP, and MDTM FTP commands to make
507              more FTP clients happy
508            - keep track of CWD for every session separately
509            - ability to specify root directory name for FTPD in configuration
510              table. FTPD will then create illusion for FTP clients that this
511              is actually root directory.
512            - ignore options sent in commands, thus LIST -al FILE works and
513              doesn't try to list "-al" directory.
514            - buffers are allocated on stack instead of heap where possible to
515              eliminate malloc/free calls (avoid possible heap fragmentation
516              troubles).
517            - drop using of task notepad to pass parameters - use function
518              arguments instead
519            - use snprintf() instead of sprintf() as the latter is unsafe
520            - use of PF_INET in socket() instead of AF_INET
521
522            Here are ftp clients I've tried new FTPD with (all of them
523            running on Debian GNU/Linux 2.2):
524
525                 Lftp 2.1.10
526                 NcFTP 2.4.3
527                 Netscape 4.75
528                 ftp
529                 mc 4.5.49
530
[75ca179]5312001-01-02      Joel Sherrill <joel@OARcorp.com>
532
533        * CHANGELOG: Removed.
534        * README: Merged CHANGELOG contents as initial changes.
535
[407bc8c]5362000-12-14      Eric Norum <eric.norum@usask.ca>
537
538        * lib/tftpDriver.c: Added write capability.
539
[78d6a50]5402000-12-08      Joel Sherrill <joel@OARcorp.com>
541
542        * libc/linkaddr.c: Initialized variable to remove warning.
543        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
544        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
545        that were not used because the code using them was commented out.
546        Removed totally unused variables.
547        * modem/pppcompress.c: Added parentheses to avoid warnings.
548        * pppd/pppmain.c: Removed numerous warnings.
549
[1a94770a]5502000-11-30      Joel Sherrill <joel@OARcorp.com>
551
552        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
553        that is an RTEMS specific header file.
554
[a58638b]5552000-11-30      Joel Sherrill <joel@OARcorp.com>
556
557        * sys/ttycom.h: Moved to lib/include/sys.
558        * Makefile.am: Modified to reflect above.
559
[bcefea16]5602000-11-27      Joel Sherrill <joel@OARcorp.com>
561
562        * libc/res_init.c: Fix typo - adding missing # on include.
563
[f0864664]5642000-11-25      Eric Norum <eric.norum@usask.ca>
565
566        * libc/res_init.c: Move include to avoid compiler dumping core.
567
[a6abd67]5682000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
569
570        * wrapup/Makefile.am: Added modem subdir.
571        * configure.in, Makefile.am: Added modem subdir.
572        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
573        * pppd/Makefile.am: Added pppmain.c (which needs work).
574        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
575        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
576        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
577        Actually main.c and ppp_tty.c should be scratched. The modem
578        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
579
[feead226]5802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
583
[a314d3b4]5842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
587
[3e59793]5882000-10-30      Joel Sherrill <joel@OARcorp.com>
589
590        * POSIX include files merged into newlib.  This resulted in
591        some definitions moving to other files and thus some secondary
592        effects in RTEMS source code.
593        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
594        with newlib's <machine/types.h>.
595        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
596        of struct itimerval in <sys/time.h>.
597
[f36718c]5982000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
601        Switch to GNU canonicalization.
602
[0da0dea]6032000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
604
605        * lib/tftpDriver.c: add comments to handlers struct function pointers.
606        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
607        pointer has been checked against NULL.
608
[552051f]6092000-10-18       Chris Johns <ccj@acm.org>
610
611        * pppd/ipxcp.c: Fixed a typo.
612
[5ff9c088]6132000-09-28      Joel Sherrill <joel@OARcorp.com>
614
615        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
616        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
617        * rtems_webserver/sock.c: Added file missed in merger.
618
[4b60bd3]6192000-09-22      Joel Sherrill <joel@OARcorp.com>
620
621        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
622        rtems_webserver/webmain.c: machine/types.h  should not have
623        included rtems.h.  It is now including precisely the
624        least amount of low level, yet portable .h files to get
625        the basic RTEMS types defined.  This rippled into other
626        files since rtems_bsdnet_internal.h used machine/types.h to include
627        rtems.h.
628
[6e3f4b2]6292000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[9b28bea5]630
[6e3f4b2]631        * ChangeLog: Cleanup.
[9b28bea5]632
[bdcf02d4]6332000-09-05      Joel Sherrill <joel@OARcorp.com>
634
635        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
636        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
637        and to work with the converted flags.
638
[6e3f4b2]6392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
642        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
643        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
644        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
645
[5f117e8]6462000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
647
648        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
649        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
650
[a6b4c0df]6512000-08-31      Joel Sherrill <joel@OARcorp.com>
652
653        * Merged version 2.1 of GoAhead webserver.  This update
654        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
655        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
656        um.c, um.h: New files.
657        * wbase64.c: Removed.
658        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
659        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
660        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
661        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
662
[757e1661]6632000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * netinet/tcp_input.c: Spelling corrections.
666
[82edf48]6672000-08-30      Joel Sherrill <joel@OARcorp.com>
668
669        * rtems_webserver/license.txt: New file.
670
[e94ad1fe]6712000-08-10      Joel Sherrill <joel@OARcorp.com>
672
673        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.