source: rtems/c/src/exec/libnetworking/ChangeLog @ f22ebf0

4.104.114.84.95
Last change on this file since f22ebf0 was f22ebf0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 09:12:00

2002-06-17 Ralf Corsepius <corsepiu@…>

  • arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal.
  • lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Property mode set to 100644
File size: 23.8 KB
Line 
12002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
4        * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
5        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
6        Use ../aclocal.
7        * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
8        * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
9        * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
10        * net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
11        * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
12        * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
13        * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
14        * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
15        * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
16        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
17
182002-06-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
21
222002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Remove RTEMS_CHECK_POSIX_API.
25          Remove RTEMS_ENABLE_POSIX.
26          Remove RTEMS_CHECK_CUSTOM_BSP.
27          Remove RTEMS_ENABLE_POSIX.
28
292002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        Relocate c/src/libnetworking.
32        * Makefile.am: Reflect moval.
33        * machine/Makefile.am: Ditto.
34        * net/Makefile.am: Ditto.
35        * lib/Makefile.am: Ditto.
36        * netinet/Makefile.am: Ditto.
37        * vm/Makefile.am: Ditto.
38        * libc/Makefile.am: Ditto.
39        * sys/Makefile.am: Ditto.
40        * arpa/Makefile.am: Ditto.
41        * nfs/Makefile.am: Ditto.
42        * kern/Makefile.am: Ditto.
43        * rtems/Makefile.am: Ditto.
44        * configure.ac: Dittp.
45        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
46
472002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
50
512002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
54        * rtems/mkrootfs.h: Ditto.
55        * rtems/Makefile.am: Reflect changes above.
56
572002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * sys/ioctl.h: Remove.
60        * sys/sockio.h: Remove.
61        * sys/filio.h: Remove.
62        * sys/Makefile.am: Reflect changes above.
63
642001-05-14      Joel Sherrill <joel@OARcorp.com>
65
66        * ChangeLog: Corrected -- entry should have been in libchip.
67 
682002-05-01      Eric Norum <eric.norum@usask.ca>
69
70        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
71        to satisfy gcc 3.1 and newer.
72
732002-04-26      Eric Norum <eric.norum@usask.ca>
74
75        * netinet/in_cksum_i386.c: Add volatile so the more agressive
76        optimization in gcc 3.1 does not reorder things.
77
782002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * pppd/utils.c: Adapt to gcc-3.x.
81
822002-04-11      Chris Johns <ccj@acm.org>
83
84        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
85        the drv_ctrl driver control block field to the ifconfig network driver
86        structure. This field is needed by the i82586 driver which was ported
87        from NetBSD as it had better hardware abstraction.
88
892002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * ChangeLog: Fix dates.
92
932002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * libc/rcmd.c: Replace __rtems w/ __rtems__.
96
972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac:
100        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
101        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
102        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
119
1202002-03-27      Thomas.Doerfler@imd-systems.de
121
122        * PR144
123        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
124        0 when called for the first time. This is done when trying to clear
125        the variable "dhcp_hostname".
126
1272002-03-27      Ilya Alexeev <ilya@continuum.ru>
128
129        * PR162
130        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
131        variables must not be used in a device write routines.  Now
132        ppp_softc structure have own character for writing to device
133        (sc_outchar).  I think that converting local variables to static
134        is not a right solution, because problems will occur in the case
135        of two or more ppp instances.
136        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
137        u_long, otherwise in the case of the big output packet endless
138        loop may occur.
139
1402002-03-21      Ilya Alexeev <ilya@continuum.ru>
141
142        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
143        PPPD connections.
144
1452001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
146
147        * PR158
148        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
149        commenting out the parts that deal with signals.  This enables
150        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
151        The 'server-side' parts of this file which deal with authentication
152        are disabled since they are not needed.
153
1542002-02-27      Ilya Alexeev <ilya@continuum.ru>
155
156        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
157        pppd/sys-rtems.c: Add server with pap-authorization
158        capabilities as well as eliminate some warnings.
159
1602002-02-27      Eric Norum <eric.norum@usask.ca>
161
162        * net/radix.c: Properly handle fetching the default route when there
163        is no route.  This was a bug in the original FreeBSD code and this
164        fix is from an updated version of their code.
165
1662002-02-01      Mike Siers <mikes@poliac.com>
167
168        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
169        the link down too fast.
170        NOTE: Mike reports successfully running at 56K baud on a direct link.
171
1722002-01-31      Mike Siers <mikes@poliac.com>
173
174        * pppd/rtemsdialer.h: New file missed in previous commit.
175
1762002-01-31      Mike Siers <mikes@poliac.com>
177
178        * Nice Update of PPPD support which eliminates the
179        requiremetn that drivers be in the termios TASK_DRIVEN mode.
180        Mike did significant testing and reports that it seems to be
181        more stable and handle larger packets better.  This patch
182        replaces the termios tasks with more general pppd network
183        driver tasks.  The functions pppinput() and pppstart() get
184        called from the interrupt service routine.
185        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
186        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
187        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
188        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
189        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
190        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
191        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
192        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
193        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
194        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
195        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
196        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
197        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
198        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
199        pppd/upap.h, pppd/utils.c, pppd/example/README,
200        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
201        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
202        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
203        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
204        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
205
2062002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * rtems_telnetd/pty.c: Move config.h to were it belongs.
209        Remove printf (Reported by Till Straumann
210        <strauman@SLAC.Stanford.EDU>).
211
2122002-02-16      Eric Norum <eric.norum@usask.ca>
213
214        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
215
2162002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * pppd/sys-rtems.c: Remove unused variable status from
219        dodefaultroute.
220
2212002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
224        <rtems/seterr.h>.
225
226
2272001-12-18      Eric Norum <eric.norum@usask.ca>
228
229        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
230        (path names with a / at the end) while disallowing open() operations
231        on TFTP `directories'.
232
2332001-12-07      Eric Norum <eric.norum@usask.ca>
234
235        * lib/tftpDriver.c: Restore write capability.
236
2372001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * arpa/Makefile.am: Remove stray lines.
240
2412001-10-18      Eric Norum <eric.norum@usask.ca>
242
243        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
244        open() operations within the TFTP file system.
245
2462001-10-12      Mike Siers <mikes@poliac.com>
247
248        * Update to stable working state.  Congratulations Mike! :)
249        * modem_example: Directory removed.
250        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
251        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
252        modem_example/pppcompress.c: Files removed.
253        * pppd/example/pppd.options: New file.
254        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
255        pppd/pppd.h, pppd/rtemsmain.c: Updated.
256
2572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
260        * configure.in: Remove.
261        * configure.ac: New file, generated from configure.in by autoupdate.
262
2632001-09-27      Eric Norum <eric.norum@usask.ca>
264
265        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
266        filesystem.
267
2682001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
271        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
272        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
273        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
274        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
275        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
276        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
277        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
278        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
279        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
280        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
281        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
282
2832001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
286
2872001-09-19      Eric Norum <eric.norum@usask.ca>
288
289        * lib/tftpDriver.c: Add some debugging capability.
290
2912001-09-19      Chris Johns <ccj@acm.org>
292
293        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
294        rtems/rtems_bsdnet_internal.h Added support for populating the
295        initial "root" filesystem with information obtained via the DHCP
296        response.
297
2982001-08-16      Mike Siers <mikes@poliac.com>
299
300        * pppd/STATUS: Updated by Joel based upon email from Mike.
301        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
302        functionality that has not even been compiled under RTEMS yet.
303
3042001-08-16      Joel Sherrill <joel@OARcorp.com>
305
306        * pppd/example/Makefile: Removed.
307        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
308        avoid bootstrap -c clobbering it.
309
3102001-08-16      Mike Siers <mikes@poliac.com>
311
312        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
313        application.  Mike's notes on the modifications:
314           - renamed error() function because of namespace problems
315           - removed calls to the exit() funciton
316           - removed extra files from the pppd source directory
317           - defined pppd task constant values in rtemspppd.h
318           - modifyied example code to get actual tick per second value
319           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
320           directory
321        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
322        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
323        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
324        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
325        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
326        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
327        New files.
328        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
329        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
330        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
331        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
332        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
333        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
334        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
335
3362001-08-16      Joel Sherrill <joel@OARcorp.com>
337
338        * rtems_telnetd/.cvsignore: New file.
339
3402001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
341
342        * Makefile.am, configure.in, rtems_servers/Makefile.am,
343        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
344        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
345        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
346        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
347          - pty and telnetd have a new subdir rtems_telnetd to avoid
348            the side effect when ftpd change.
349          - the tcp/ip stats have been implemented into icmds.c and
350            started when telnetd daemon is started.
351        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
352        * rtems_telnetd: New directory.
353        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
354        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
355        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
356
3572001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * rtems_servers/Makefile.am: Deleted blank lines.
360
3612001-06-14      Joel Sherrill <joel@OARcorp.com>
362
363        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
364        so the network stack to address network depenendency.
365        * rtems_servers/Makefile.am: Modified to reflect above.
366
3672001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
370
3712001-04-24      Eric Norum <eric.norum@usask.ca>
372
373        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
374        synchronization a little more robust -- no NTP daemon yet, but
375        at least it trys a little harder when the primary NTP server is down.
376
3772001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
378
379        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
380        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
381        Polish comments and other strings into English
382        * pppd/STATUS: updated to reflect the changes
383
3842001-04-20      Jake Janovetz <janovetz@uiuc.edu>
385
386        * rtems_servers/ftpd.c: Correct argument so hooks work again.
387
3882001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
389
390        * include/.cvsignore: Remove dangling file.
391
3922001-01-31        Sergei Organov <osv@javad.ru>
393
394        * rtems_servers/ftp.d: Following changes:
395          - Hacks with current dir and root dir removed in favor of new libio
396            support for task-local current and root directories.
397          - Bug in `close_data_socket()' introduced by previous change fixed.
398          - `command_pasv()' changed to set timeout on socket we are listening
399            on and code fixed to don't close socket twice on error.
400          - `serr()' changed to clear `errno'.
401          - `data_socket()' changed to clear `errno' before `bind()'.
402          - `session()' changed to clear `errno' before processing session.
403          - `close_data_socket()' fixed to close both active and passive sockets
404          - Initialize info->data_socket to -1 in `daemon()'
405          - Initialize `fname' to empty string  in `exec_command()'
406
4072001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
410        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
411        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
412        sys/Makefile.am, vm/Makefile.am:
413        Apply include_*HEADERS instead of H_FILES.
414        * include/Makefile.am: Remove.
415        * Makefile.am: Add handling of *.h files.
416        * configure.in: Remove include/Makefile.
417
4182001-01-25      Eric Norum <eric.norum@usask.ca>
419
420        * lib/tftpDriver.c: Reduce first timeout interval.  This
421        improves throughput on systems which are dropping packets. 
422        Only the first timeout is reduced.  This keeps the number
423        of extra packets down on networks that are very busy and
424        dropping lots of packets.
425
4262001-01-24      Sergei Organov <osv@javad.ru>
427
428        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
429        as listed below:
430          - Timeouts on sockets implemented. 'idle' field added to
431            configuration. No timeout by default to keep backward compatibility.
432            Note: SITE IDLE command not implemented yet.
433          - Basic global access control implemented. 'access' field added to
434            configuration. No access limitations by default to keep backward
435            compatibility.
436          - Anchor data socket for active mode (using self IP and port 20.)
437          - Fixed default data port support (still not tested).
438          - Don't allow IP address different from originating host in
439            PORT command to improve security.
440          - Fixed bug in MDTM command.
441          - Check for correctness of parsing of argument in command_port().
442          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
443            'NAME' is not a directory.
444          - Command parsing a little bit improved: command names are now
445            converted to upper-case to be more compatible with RFC (command
446            names are not case-sensitive.)
447          - Reformat comments so that they have RTEMS look-and-feel.
448          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
449          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
450          - Passive mode implemented, PASV command added.
451          - Default port for data connection could be used (untested, can't find
452            ftp client that doesn't send PORT command)
453          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
454          - Reply codes reviewed and fixed.
455
4562001-01-12      Sergei Organov <osv@javad.ru>
457
458        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
459        as listed below:
460            - use pool of pre-created threads to handle sessions instead of
461              creating/deleting threads on the fly
462            - LIST output is now similar to what "/bin/ls -al" would output,
463              thus FTP clients such Netscape are happy with it.
464            - LIST NAME now works (both for files and directories)
465            - added support for NLST, CDUP, and MDTM FTP commands to make
466              more FTP clients happy
467            - keep track of CWD for every session separately
468            - ability to specify root directory name for FTPD in configuration
469              table. FTPD will then create illusion for FTP clients that this
470              is actually root directory.
471            - ignore options sent in commands, thus LIST -al FILE works and
472              doesn't try to list "-al" directory.
473            - buffers are allocated on stack instead of heap where possible to
474              eliminate malloc/free calls (avoid possible heap fragmentation
475              troubles).
476            - drop using of task notepad to pass parameters - use function
477              arguments instead
478            - use snprintf() instead of sprintf() as the latter is unsafe
479            - use of PF_INET in socket() instead of AF_INET
480
481            Here are ftp clients I've tried new FTPD with (all of them
482            running on Debian GNU/Linux 2.2):
483
484                 Lftp 2.1.10
485                 NcFTP 2.4.3
486                 Netscape 4.75
487                 ftp
488                 mc 4.5.49
489
4902001-01-02      Joel Sherrill <joel@OARcorp.com>
491
492        * CHANGELOG: Removed.
493        * README: Merged CHANGELOG contents as initial changes.
494
4952000-12-14      Eric Norum <eric.norum@usask.ca>
496
497        * lib/tftpDriver.c: Added write capability.
498
4992000-12-08      Joel Sherrill <joel@OARcorp.com>
500
501        * libc/linkaddr.c: Initialized variable to remove warning.
502        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
503        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
504        that were not used because the code using them was commented out.
505        Removed totally unused variables.
506        * modem/pppcompress.c: Added parentheses to avoid warnings.
507        * pppd/pppmain.c: Removed numerous warnings.
508
5092000-11-30      Joel Sherrill <joel@OARcorp.com>
510
511        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
512        that is an RTEMS specific header file.
513
5142000-11-30      Joel Sherrill <joel@OARcorp.com>
515
516        * sys/ttycom.h: Moved to lib/include/sys.
517        * Makefile.am: Modified to reflect above.
518
5192000-11-27      Joel Sherrill <joel@OARcorp.com>
520
521        * libc/res_init.c: Fix typo - adding missing # on include.
522
5232000-11-25      Eric Norum <eric.norum@usask.ca>
524
525        * libc/res_init.c: Move include to avoid compiler dumping core.
526
5272000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
528
529        * wrapup/Makefile.am: Added modem subdir.
530        * configure.in, Makefile.am: Added modem subdir.
531        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
532        * pppd/Makefile.am: Added pppmain.c (which needs work).
533        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
534        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
535        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
536        Actually main.c and ppp_tty.c should be scratched. The modem
537        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
538
5392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
542
5432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
546
5472000-10-30      Joel Sherrill <joel@OARcorp.com>
548
549        * POSIX include files merged into newlib.  This resulted in
550        some definitions moving to other files and thus some secondary
551        effects in RTEMS source code.
552        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
553        with newlib's <machine/types.h>.
554        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
555        of struct itimerval in <sys/time.h>.
556
5572000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
560        Switch to GNU canonicalization.
561
5622000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
563
564        * lib/tftpDriver.c: add comments to handlers struct function pointers.
565        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
566        pointer has been checked against NULL.
567
5682000-10-18       Chris Johns <ccj@acm.org>
569
570        * pppd/ipxcp.c: Fixed a typo.
571
5722000-09-28      Joel Sherrill <joel@OARcorp.com>
573
574        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
575        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
576        * rtems_webserver/sock.c: Added file missed in merger.
577
5782000-09-22      Joel Sherrill <joel@OARcorp.com>
579
580        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
581        rtems_webserver/webmain.c: machine/types.h  should not have
582        included rtems.h.  It is now including precisely the
583        least amount of low level, yet portable .h files to get
584        the basic RTEMS types defined.  This rippled into other
585        files since rtems_bsdnet_internal.h used machine/types.h to include
586        rtems.h.
587
5882000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * ChangeLog: Cleanup.
591
5922000-09-05      Joel Sherrill <joel@OARcorp.com>
593
594        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
595        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
596        and to work with the converted flags.
597
5982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
601        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
602        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
603        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
604
6052000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
606
607        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
608        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
609
6102000-08-31      Joel Sherrill <joel@OARcorp.com>
611
612        * Merged version 2.1 of GoAhead webserver.  This update
613        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
614        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
615        um.c, um.h: New files.
616        * wbase64.c: Removed.
617        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
618        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
619        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
620        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
621
6222000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * netinet/tcp_input.c: Spelling corrections.
625
6262000-08-30      Joel Sherrill <joel@OARcorp.com>
627
628        * rtems_webserver/license.txt: New file.
629
6302000-08-10      Joel Sherrill <joel@OARcorp.com>
631
632        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.