source: rtems/c/src/libnetworking/ChangeLog @ 74e2998

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 25.6 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-06-13      Joel Sherrill <joel@OARcorp.com>
6
7        * pppd/chat.c: Removed warnings.
8
92003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        PR 397/pppd
12        * pppd/fsm.c: Make peer_mru global again.
13
142003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * pppd/magic.c: Remove *rand48.
17        * pppd/chap.c: Remove prototypes of *rand48.
18
192003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * pppd/utils.c: Remove strlcpy, strlcat.
22
232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Remove AC_CONFIG_AUX_DIR.
26
272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
30
312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: AC_PREREQ(2.57).
34
352003-02-06      Joel Sherrill <joel@OARcorp.com>
36
37        * pppd/chat.c: Convert routines with common names to static. This
38        included get_char(), put_char(), and character() among others.
39
402003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43        * pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44          Eliminate *_O_FILES.
45        * rtems_servers/Makefile.am: Ditto.
46        * rtems_webserver/Makefile.am: Ditto.
47        * rtems_telnetd/Makefile.am: Ditto.
48
492002-11-04      Joel Sherrill <joel@OARcorp.com>
50
51        * pppd/auth.c, rtems_webserver/uemf.h: Removed warnings.
52
532002-10-31      Joel Sherrill <joel@OARcorp.com>
54
55        * rtems_webserver/socket.c, rtems_webserver/uemf.h: Removed
56        warnings.
57
582002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * .cvsignore: Reformat.
61        Add autom4te*cache.
62        Remove autom4te.cache.
63
642002-09-07      Joel Sherrill <joel@OARcorp.com>
65
66        * pppd/ipcp.c, rtems_servers/ftpd.c: Add include files to resolve
67        warnings.
68
692002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * rtems_webserver/md5.h: Add missing newline.
72
732002-08-31      Joel Sherrill <joel@OARcorp.com>
74
75        * rtems_webserver/webmain.c: Commented out rootWeb to eliminate warning.
76
772002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * rtems_servers/ftpd.c: Remove unused variable buf.
80        * pppd/md5.c: #include <string.h> to make gcc31 happy.
81        * rtems_telnetd/telnetd.c: #include <string.h> to make gcc31 happy.
82        * rtems_webserver/webmain.c: Remove unused variable dir, cp.
83
842002-08-12      Joel Sherrill <joel@OARcorp.com>
85
86        * pppd/utils.c: Include i960 in varargs conditional to avoid error.
87
882002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * pppd/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * rtems_servers/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * rtems_telnetd/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * rtems_webserver/Makefile.am: Use .$(OBJEXT) instead of .o.
94        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
95
962002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * pppd/chap.c, pppd/fsm.c, pppd/fsm.h, pppd/upap.c: Per PR255
99        fix prototype mismatches.
100
1012002-07-01      Joel Sherrill <joel@OARcorp.com>
102
103        * rtems_webserver/misc.c: Per PR236 eliminate definition of strnlen().
104
1052002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * wrapup/Makefile.am: Build libnetapps.a.
108        Don't preinstall libnetapps.a
109
1102002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Remove headers. Remove CHANGELOG.
113        * configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
114
1152002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        Move networking libraries to c/src/exec/libnetworking
118        * configure.ac: Reflect Moval.
119        * Makefile.am: Reflect Moval.
120        * wrapup/Makefile.am: Reflect Moval.
121
1222002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
125
1262002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
129        * rtems/mkrootfs.h: Ditto.
130        * rtems/Makefile.am: Reflect changes above.
131
1322002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * sys/ioctl.h: Remove.
135        * sys/sockio.h: Remove.
136        * sys/filio.h: Remove.
137        * sys/Makefile.am: Reflect changes above.
138
1392001-05-14      Joel Sherrill <joel@OARcorp.com>
140
141        * ChangeLog: Corrected -- entry should have been in libchip.
142 
1432002-05-01      Eric Norum <eric.norum@usask.ca>
144
145        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
146        to satisfy gcc 3.1 and newer.
147
1482002-04-26      Eric Norum <eric.norum@usask.ca>
149
150        * netinet/in_cksum_i386.c: Add volatile so the more agressive
151        optimization in gcc 3.1 does not reorder things.
152
1532002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * pppd/utils.c: Adapt to gcc-3.x.
156
1572002-04-11      Chris Johns <ccj@acm.org>
158
159        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
160        the drv_ctrl driver control block field to the ifconfig network driver
161        structure. This field is needed by the i82586 driver which was ported
162        from NetBSD as it had better hardware abstraction.
163
1642002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * ChangeLog: Fix dates.
167
1682002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * libc/rcmd.c: Replace __rtems w/ __rtems__.
171
1722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac:
175        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
176        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
177        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
186        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
187        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
188        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
189        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
190        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
191        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
192        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
193        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
194
1952002-03-27      Thomas.Doerfler@imd-systems.de
196
197        * PR144
198        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
199        0 when called for the first time. This is done when trying to clear
200        the variable "dhcp_hostname".
201
2022002-03-27      Ilya Alexeev <ilya@continuum.ru>
203
204        * PR162
205        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
206        variables must not be used in a device write routines.  Now
207        ppp_softc structure have own character for writing to device
208        (sc_outchar).  I think that converting local variables to static
209        is not a right solution, because problems will occur in the case
210        of two or more ppp instances.
211        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
212        u_long, otherwise in the case of the big output packet endless
213        loop may occur.
214
2152002-03-21      Ilya Alexeev <ilya@continuum.ru>
216
217        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
218        PPPD connections.
219
2202001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
221
222        * PR158
223        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
224        commenting out the parts that deal with signals.  This enables
225        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
226        The 'server-side' parts of this file which deal with authentication
227        are disabled since they are not needed.
228
2292002-02-27      Ilya Alexeev <ilya@continuum.ru>
230
231        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
232        pppd/sys-rtems.c: Add server with pap-authorization
233        capabilities as well as eliminate some warnings.
234
2352002-02-27      Eric Norum <eric.norum@usask.ca>
236
237        * net/radix.c: Properly handle fetching the default route when there
238        is no route.  This was a bug in the original FreeBSD code and this
239        fix is from an updated version of their code.
240
2412002-02-01      Mike Siers <mikes@poliac.com>
242
243        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
244        the link down too fast.
245        NOTE: Mike reports successfully running at 56K baud on a direct link.
246
2472002-01-31      Mike Siers <mikes@poliac.com>
248
249        * pppd/rtemsdialer.h: New file missed in previous commit.
250
2512002-01-31      Mike Siers <mikes@poliac.com>
252
253        * Nice Update of PPPD support which eliminates the
254        requiremetn that drivers be in the termios TASK_DRIVEN mode.
255        Mike did significant testing and reports that it seems to be
256        more stable and handle larger packets better.  This patch
257        replaces the termios tasks with more general pppd network
258        driver tasks.  The functions pppinput() and pppstart() get
259        called from the interrupt service routine.
260        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
261        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
262        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
263        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
264        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
265        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
266        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
267        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
268        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
269        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
270        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
271        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
272        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
273        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
274        pppd/upap.h, pppd/utils.c, pppd/example/README,
275        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
276        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
277        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
278        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
279        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
280
2812002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * rtems_telnetd/pty.c: Move config.h to were it belongs.
284        Remove printf (Reported by Till Straumann
285        <strauman@SLAC.Stanford.EDU>).
286
2872002-02-16      Eric Norum <eric.norum@usask.ca>
288
289        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
290
2912002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * pppd/sys-rtems.c: Remove unused variable status from
294        dodefaultroute.
295
2962002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
299        <rtems/seterr.h>.
300
301
3022001-12-18      Eric Norum <eric.norum@usask.ca>
303
304        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
305        (path names with a / at the end) while disallowing open() operations
306        on TFTP `directories'.
307
3082001-12-07      Eric Norum <eric.norum@usask.ca>
309
310        * lib/tftpDriver.c: Restore write capability.
311
3122001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * arpa/Makefile.am: Remove stray lines.
315
3162001-10-18      Eric Norum <eric.norum@usask.ca>
317
318        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
319        open() operations within the TFTP file system.
320
3212001-10-12      Mike Siers <mikes@poliac.com>
322
323        * Update to stable working state.  Congratulations Mike! :)
324        * modem_example: Directory removed.
325        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
326        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
327        modem_example/pppcompress.c: Files removed.
328        * pppd/example/pppd.options: New file.
329        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
330        pppd/pppd.h, pppd/rtemsmain.c: Updated.
331
3322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
335        * configure.in: Remove.
336        * configure.ac: New file, generated from configure.in by autoupdate.
337
3382001-09-27      Eric Norum <eric.norum@usask.ca>
339
340        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
341        filesystem.
342
3432001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
346        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
347        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
348        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
349        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
350        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
351        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
352        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
353        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
354        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
355        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
356        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
357
3582001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
361
3622001-09-19      Eric Norum <eric.norum@usask.ca>
363
364        * lib/tftpDriver.c: Add some debugging capability.
365
3662001-09-19      Chris Johns <ccj@acm.org>
367
368        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
369        rtems/rtems_bsdnet_internal.h Added support for populating the
370        initial "root" filesystem with information obtained via the DHCP
371        response.
372
3732001-08-16      Mike Siers <mikes@poliac.com>
374
375        * pppd/STATUS: Updated by Joel based upon email from Mike.
376        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
377        functionality that has not even been compiled under RTEMS yet.
378
3792001-08-16      Joel Sherrill <joel@OARcorp.com>
380
381        * pppd/example/Makefile: Removed.
382        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
383        avoid bootstrap -c clobbering it.
384
3852001-08-16      Mike Siers <mikes@poliac.com>
386
387        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
388        application.  Mike's notes on the modifications:
389           - renamed error() function because of namespace problems
390           - removed calls to the exit() funciton
391           - removed extra files from the pppd source directory
392           - defined pppd task constant values in rtemspppd.h
393           - modifyied example code to get actual tick per second value
394           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
395           directory
396        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
397        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
398        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
399        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
400        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
401        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
402        New files.
403        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
404        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
405        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
406        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
407        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
408        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
409        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
410
4112001-08-16      Joel Sherrill <joel@OARcorp.com>
412
413        * rtems_telnetd/.cvsignore: New file.
414
4152001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
416
417        * Makefile.am, configure.in, rtems_servers/Makefile.am,
418        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
419        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
420        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
421        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
422          - pty and telnetd have a new subdir rtems_telnetd to avoid
423            the side effect when ftpd change.
424          - the tcp/ip stats have been implemented into icmds.c and
425            started when telnetd daemon is started.
426        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
427        * rtems_telnetd: New directory.
428        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
429        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
430        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
431
4322001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * rtems_servers/Makefile.am: Deleted blank lines.
435
4362001-06-14      Joel Sherrill <joel@OARcorp.com>
437
438        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
439        so the network stack to address network depenendency.
440        * rtems_servers/Makefile.am: Modified to reflect above.
441
4422001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
445
4462001-04-24      Eric Norum <eric.norum@usask.ca>
447
448        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
449        synchronization a little more robust -- no NTP daemon yet, but
450        at least it trys a little harder when the primary NTP server is down.
451
4522001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
453
454        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
455        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
456        Polish comments and other strings into English
457        * pppd/STATUS: updated to reflect the changes
458
4592001-04-20      Jake Janovetz <janovetz@uiuc.edu>
460
461        * rtems_servers/ftpd.c: Correct argument so hooks work again.
462
4632001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
464
465        * include/.cvsignore: Remove dangling file.
466
4672001-01-31        Sergei Organov <osv@javad.ru>
468
469        * rtems_servers/ftp.d: Following changes:
470          - Hacks with current dir and root dir removed in favor of new libio
471            support for task-local current and root directories.
472          - Bug in `close_data_socket()' introduced by previous change fixed.
473          - `command_pasv()' changed to set timeout on socket we are listening
474            on and code fixed to don't close socket twice on error.
475          - `serr()' changed to clear `errno'.
476          - `data_socket()' changed to clear `errno' before `bind()'.
477          - `session()' changed to clear `errno' before processing session.
478          - `close_data_socket()' fixed to close both active and passive sockets
479          - Initialize info->data_socket to -1 in `daemon()'
480          - Initialize `fname' to empty string  in `exec_command()'
481
4822001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
485        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
486        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
487        sys/Makefile.am, vm/Makefile.am:
488        Apply include_*HEADERS instead of H_FILES.
489        * include/Makefile.am: Remove.
490        * Makefile.am: Add handling of *.h files.
491        * configure.in: Remove include/Makefile.
492
4932001-01-25      Eric Norum <eric.norum@usask.ca>
494
495        * lib/tftpDriver.c: Reduce first timeout interval.  This
496        improves throughput on systems which are dropping packets. 
497        Only the first timeout is reduced.  This keeps the number
498        of extra packets down on networks that are very busy and
499        dropping lots of packets.
500
5012001-01-24      Sergei Organov <osv@javad.ru>
502
503        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
504        as listed below:
505          - Timeouts on sockets implemented. 'idle' field added to
506            configuration. No timeout by default to keep backward compatibility.
507            Note: SITE IDLE command not implemented yet.
508          - Basic global access control implemented. 'access' field added to
509            configuration. No access limitations by default to keep backward
510            compatibility.
511          - Anchor data socket for active mode (using self IP and port 20.)
512          - Fixed default data port support (still not tested).
513          - Don't allow IP address different from originating host in
514            PORT command to improve security.
515          - Fixed bug in MDTM command.
516          - Check for correctness of parsing of argument in command_port().
517          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
518            'NAME' is not a directory.
519          - Command parsing a little bit improved: command names are now
520            converted to upper-case to be more compatible with RFC (command
521            names are not case-sensitive.)
522          - Reformat comments so that they have RTEMS look-and-feel.
523          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
524          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
525          - Passive mode implemented, PASV command added.
526          - Default port for data connection could be used (untested, can't find
527            ftp client that doesn't send PORT command)
528          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
529          - Reply codes reviewed and fixed.
530
5312001-01-12      Sergei Organov <osv@javad.ru>
532
533        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
534        as listed below:
535            - use pool of pre-created threads to handle sessions instead of
536              creating/deleting threads on the fly
537            - LIST output is now similar to what "/bin/ls -al" would output,
538              thus FTP clients such Netscape are happy with it.
539            - LIST NAME now works (both for files and directories)
540            - added support for NLST, CDUP, and MDTM FTP commands to make
541              more FTP clients happy
542            - keep track of CWD for every session separately
543            - ability to specify root directory name for FTPD in configuration
544              table. FTPD will then create illusion for FTP clients that this
545              is actually root directory.
546            - ignore options sent in commands, thus LIST -al FILE works and
547              doesn't try to list "-al" directory.
548            - buffers are allocated on stack instead of heap where possible to
549              eliminate malloc/free calls (avoid possible heap fragmentation
550              troubles).
551            - drop using of task notepad to pass parameters - use function
552              arguments instead
553            - use snprintf() instead of sprintf() as the latter is unsafe
554            - use of PF_INET in socket() instead of AF_INET
555
556            Here are ftp clients I've tried new FTPD with (all of them
557            running on Debian GNU/Linux 2.2):
558
559                 Lftp 2.1.10
560                 NcFTP 2.4.3
561                 Netscape 4.75
562                 ftp
563                 mc 4.5.49
564
5652001-01-02      Joel Sherrill <joel@OARcorp.com>
566
567        * CHANGELOG: Removed.
568        * README: Merged CHANGELOG contents as initial changes.
569
5702000-12-14      Eric Norum <eric.norum@usask.ca>
571
572        * lib/tftpDriver.c: Added write capability.
573
5742000-12-08      Joel Sherrill <joel@OARcorp.com>
575
576        * libc/linkaddr.c: Initialized variable to remove warning.
577        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
578        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
579        that were not used because the code using them was commented out.
580        Removed totally unused variables.
581        * modem/pppcompress.c: Added parentheses to avoid warnings.
582        * pppd/pppmain.c: Removed numerous warnings.
583
5842000-11-30      Joel Sherrill <joel@OARcorp.com>
585
586        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
587        that is an RTEMS specific header file.
588
5892000-11-30      Joel Sherrill <joel@OARcorp.com>
590
591        * sys/ttycom.h: Moved to lib/include/sys.
592        * Makefile.am: Modified to reflect above.
593
5942000-11-27      Joel Sherrill <joel@OARcorp.com>
595
596        * libc/res_init.c: Fix typo - adding missing # on include.
597
5982000-11-25      Eric Norum <eric.norum@usask.ca>
599
600        * libc/res_init.c: Move include to avoid compiler dumping core.
601
6022000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
603
604        * wrapup/Makefile.am: Added modem subdir.
605        * configure.in, Makefile.am: Added modem subdir.
606        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
607        * pppd/Makefile.am: Added pppmain.c (which needs work).
608        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
609        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
610        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
611        Actually main.c and ppp_tty.c should be scratched. The modem
612        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
613
6142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
617
6182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
621
6222000-10-30      Joel Sherrill <joel@OARcorp.com>
623
624        * POSIX include files merged into newlib.  This resulted in
625        some definitions moving to other files and thus some secondary
626        effects in RTEMS source code.
627        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
628        with newlib's <machine/types.h>.
629        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
630        of struct itimerval in <sys/time.h>.
631
6322000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
635        Switch to GNU canonicalization.
636
6372000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
638
639        * lib/tftpDriver.c: add comments to handlers struct function pointers.
640        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
641        pointer has been checked against NULL.
642
6432000-10-18       Chris Johns <ccj@acm.org>
644
645        * pppd/ipxcp.c: Fixed a typo.
646
6472000-09-28      Joel Sherrill <joel@OARcorp.com>
648
649        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
650        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
651        * rtems_webserver/sock.c: Added file missed in merger.
652
6532000-09-22      Joel Sherrill <joel@OARcorp.com>
654
655        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
656        rtems_webserver/webmain.c: machine/types.h  should not have
657        included rtems.h.  It is now including precisely the
658        least amount of low level, yet portable .h files to get
659        the basic RTEMS types defined.  This rippled into other
660        files since rtems_bsdnet_internal.h used machine/types.h to include
661        rtems.h.
662
6632000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * ChangeLog: Cleanup.
666
6672000-09-05      Joel Sherrill <joel@OARcorp.com>
668
669        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
670        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
671        and to work with the converted flags.
672
6732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
676        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
677        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
678        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
679
6802000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
681
682        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
683        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
684
6852000-08-31      Joel Sherrill <joel@OARcorp.com>
686
687        * Merged version 2.1 of GoAhead webserver.  This update
688        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
689        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
690        um.c, um.h: New files.
691        * wbase64.c: Removed.
692        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
693        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
694        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
695        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
696
6972000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * netinet/tcp_input.c: Spelling corrections.
700
7012000-08-30      Joel Sherrill <joel@OARcorp.com>
702
703        * rtems_webserver/license.txt: New file.
704
7052000-08-10      Joel Sherrill <joel@OARcorp.com>
706
707        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.