source: rtems/cpukit/libnetworking/ChangeLog @ df25c998

4.104.114.84.95
Last change on this file since df25c998 was df25c998, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/01 at 19:36:23

2001-10-11 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Add autom4te.cache for autoconf > 2.52.
  • configure.in: Remove.
  • configure.ac: New file, generated from configure.in by autoupdate.
  • Property mode set to 100644
File size: 14.6 KB
Line 
12001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
4        * configure.in: Remove.
5        * configure.ac: New file, generated from configure.in by autoupdate.
6
72001-09-27      Eric Norum <eric.norum@usask.ca>
8
9        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
10        filesystem.
11
122001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
15        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
16        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
17        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
18        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
19        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
20        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
21        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
22        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
23        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
24        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
25        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
26
272001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
30
312001-09-19      Eric Norum <eric.norum@usask.ca>
32
33        * lib/tftpDriver.c: Add some debugging capability.
34
352001-09-19      Chris Johns <ccj@acm.org>
36
37        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
38        rtems/rtems_bsdnet_internal.h Added support for populating the
39        initial "root" filesystem with information obtained via the DHCP
40        response.
41
422001-08-16      Mike Siers <mikes@poliac.com>
43
44        * pppd/STATUS: Updated by Joel based upon email from Mike.
45        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
46        functionality that has not even been compiled under RTEMS yet.
47
482001-08-16      Joel Sherrill <joel@OARcorp.com>
49
50        * pppd/example/Makefile: Removed.
51        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
52        avoid bootstrap -c clobbering it.
53
542001-08-16      Mike Siers <mikes@poliac.com>
55
56        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
57        application.  Mike's notes on the modifications:
58           - renamed error() function because of namespace problems
59           - removed calls to the exit() funciton
60           - removed extra files from the pppd source directory
61           - defined pppd task constant values in rtemspppd.h
62           - modifyied example code to get actual tick per second value
63           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
64           directory
65        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
66        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
67        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
68        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
69        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
70        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
71        New files.
72        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
73        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
74        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
75        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
76        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
77        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
78        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
79
802001-08-16      Joel Sherrill <joel@OARcorp.com>
81
82        * rtems_telnetd/.cvsignore: New file.
83
842001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
85
86        * Makefile.am, configure.in, rtems_servers/Makefile.am,
87        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
88        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
89        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
90        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
91          - pty and telnetd have a new subdir rtems_telnetd to avoid
92            the side effect when ftpd change.
93          - the tcp/ip stats have been implemented into icmds.c and
94            started when telnetd daemon is started.
95        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
96        * rtems_telnetd: New directory.
97        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
98        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
99        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
100
1012001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * rtems_servers/Makefile.am: Deleted blank lines.
104
1052001-06-14      Joel Sherrill <joel@OARcorp.com>
106
107        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
108        so the network stack to address network depenendency.
109        * rtems_servers/Makefile.am: Modified to reflect above.
110
1112001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
114
1152001-04-24      Eric Norum <eric.norum@usask.ca>
116
117        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
118        synchronization a little more robust -- no NTP daemon yet, but
119        at least it trys a little harder when the primary NTP server is down.
120
1212001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
122
123        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
124        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
125        Polish comments and other strings into English
126        * pppd/STATUS: updated to reflect the changes
127
1282001-04-20      Jake Janovetz <janovetz@uiuc.edu>
129
130        * rtems_servers/ftpd.c: Correct argument so hooks work again.
131
1322001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
133
134        * include/.cvsignore: Remove dangling file.
135
1362001-01-31        Sergei Organov <osv@javad.ru>
137
138        * rtems_servers/ftp.d: Following changes:
139          - Hacks with current dir and root dir removed in favor of new libio
140            support for task-local current and root directories.
141          - Bug in `close_data_socket()' introduced by previous change fixed.
142          - `command_pasv()' changed to set timeout on socket we are listening
143            on and code fixed to don't close socket twice on error.
144          - `serr()' changed to clear `errno'.
145          - `data_socket()' changed to clear `errno' before `bind()'.
146          - `session()' changed to clear `errno' before processing session.
147          - `close_data_socket()' fixed to close both active and passive sockets
148          - Initialize info->data_socket to -1 in `daemon()'
149          - Initialize `fname' to empty string  in `exec_command()'
150
1512001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
154        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
155        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
156        sys/Makefile.am, vm/Makefile.am:
157        Apply include_*HEADERS instead of H_FILES.
158        * include/Makefile.am: Remove.
159        * Makefile.am: Add handling of *.h files.
160        * configure.in: Remove include/Makefile.
161
1622001-01-25      Eric Norum <eric.norum@usask.ca>
163
164        * lib/tftpDriver.c: Reduce first timeout interval.  This
165        improves throughput on systems which are dropping packets. 
166        Only the first timeout is reduced.  This keeps the number
167        of extra packets down on networks that are very busy and
168        dropping lots of packets.
169
1702001-01-24      Sergei Organov <osv@javad.ru>
171
172        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
173        as listed below:
174          - Timeouts on sockets implemented. 'idle' field added to
175            configuration. No timeout by default to keep backward compatibility.
176            Note: SITE IDLE command not implemented yet.
177          - Basic global access control implemented. 'access' field added to
178            configuration. No access limitations by default to keep backward
179            compatibility.
180          - Anchor data socket for active mode (using self IP and port 20.)
181          - Fixed default data port support (still not tested).
182          - Don't allow IP address different from originating host in
183            PORT command to improve security.
184          - Fixed bug in MDTM command.
185          - Check for correctness of parsing of argument in command_port().
186          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
187            'NAME' is not a directory.
188          - Command parsing a little bit improved: command names are now
189            converted to upper-case to be more compatible with RFC (command
190            names are not case-sensitive.)
191          - Reformat comments so that they have RTEMS look-and-feel.
192          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
193          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
194          - Passive mode implemented, PASV command added.
195          - Default port for data connection could be used (untested, can't find
196            ftp client that doesn't send PORT command)
197          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
198          - Reply codes reviewed and fixed.
199
2002001-01-12      Sergei Organov <osv@javad.ru>
201
202        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
203        as listed below:
204            - use pool of pre-created threads to handle sessions instead of
205              creating/deleting threads on the fly
206            - LIST output is now similar to what "/bin/ls -al" would output,
207              thus FTP clients such Netscape are happy with it.
208            - LIST NAME now works (both for files and directories)
209            - added support for NLST, CDUP, and MDTM FTP commands to make
210              more FTP clients happy
211            - keep track of CWD for every session separately
212            - ability to specify root directory name for FTPD in configuration
213              table. FTPD will then create illusion for FTP clients that this
214              is actually root directory.
215            - ignore options sent in commands, thus LIST -al FILE works and
216              doesn't try to list "-al" directory.
217            - buffers are allocated on stack instead of heap where possible to
218              eliminate malloc/free calls (avoid possible heap fragmentation
219              troubles).
220            - drop using of task notepad to pass parameters - use function
221              arguments instead
222            - use snprintf() instead of sprintf() as the latter is unsafe
223            - use of PF_INET in socket() instead of AF_INET
224
225            Here are ftp clients I've tried new FTPD with (all of them
226            running on Debian GNU/Linux 2.2):
227
228                 Lftp 2.1.10
229                 NcFTP 2.4.3
230                 Netscape 4.75
231                 ftp
232                 mc 4.5.49
233
2342001-01-02      Joel Sherrill <joel@OARcorp.com>
235
236        * CHANGELOG: Removed.
237        * README: Merged CHANGELOG contents as initial changes.
238
2392000-12-14      Eric Norum <eric.norum@usask.ca>
240
241        * lib/tftpDriver.c: Added write capability.
242
2432000-12-08      Joel Sherrill <joel@OARcorp.com>
244
245        * libc/linkaddr.c: Initialized variable to remove warning.
246        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
247        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
248        that were not used because the code using them was commented out.
249        Removed totally unused variables.
250        * modem/pppcompress.c: Added parentheses to avoid warnings.
251        * pppd/pppmain.c: Removed numerous warnings.
252
2532000-11-30      Joel Sherrill <joel@OARcorp.com>
254
255        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
256        that is an RTEMS specific header file.
257
2582000-11-30      Joel Sherrill <joel@OARcorp.com>
259
260        * sys/ttycom.h: Moved to lib/include/sys.
261        * Makefile.am: Modified to reflect above.
262
2632000-11-27      Joel Sherrill <joel@OARcorp.com>
264
265        * libc/res_init.c: Fix typo - adding missing # on include.
266
2672000-11-25      Eric Norum <eric.norum@usask.ca>
268
269        * libc/res_init.c: Move include to avoid compiler dumping core.
270
2712000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
272
273        * wrapup/Makefile.am: Added modem subdir.
274        * configure.in, Makefile.am: Added modem subdir.
275        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
276        * pppd/Makefile.am: Added pppmain.c (which needs work).
277        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
278        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
279        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
280        Actually main.c and ppp_tty.c should be scratched. The modem
281        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
282
2832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
286
2872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
290
2912000-10-30      Joel Sherrill <joel@OARcorp.com>
292
293        * POSIX include files merged into newlib.  This resulted in
294        some definitions moving to other files and thus some secondary
295        effects in RTEMS source code.
296        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
297        with newlib's <machine/types.h>.
298        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
299        of struct itimerval in <sys/time.h>.
300
3012000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
304        Switch to GNU canonicalization.
305
3062000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
307
308        * lib/tftpDriver.c: add comments to handlers struct function pointers.
309        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
310        pointer has been checked against NULL.
311
3122000-10-18       Chris Johns <ccj@acm.org>
313
314        * pppd/ipxcp.c: Fixed a typo.
315
3162000-09-28      Joel Sherrill <joel@OARcorp.com>
317
318        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
319        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
320        * rtems_webserver/sock.c: Added file missed in merger.
321
3222000-09-22      Joel Sherrill <joel@OARcorp.com>
323
324        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
325        rtems_webserver/webmain.c: machine/types.h  should not have
326        included rtems.h.  It is now including precisely the
327        least amount of low level, yet portable .h files to get
328        the basic RTEMS types defined.  This rippled into other
329        files since rtems_bsdnet_internal.h used machine/types.h to include
330        rtems.h.
331
3322000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * ChangeLog: Cleanup.
335
3362000-09-05      Joel Sherrill <joel@OARcorp.com>
337
338        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
339        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
340        and to work with the converted flags.
341
3422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
345        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
346        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
347        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
348
3492000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
350
351        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
352        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
353
3542000-08-31      Joel Sherrill <joel@OARcorp.com>
355
356        * Merged version 2.1 of GoAhead webserver.  This update
357        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
358        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
359        um.c, um.h: New files.
360        * wbase64.c: Removed.
361        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
362        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
363        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
364        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
365
3662000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * netinet/tcp_input.c: Spelling corrections.
369
3702000-08-30      Joel Sherrill <joel@OARcorp.com>
371
372        * rtems_webserver/license.txt: New file.
373
3742000-08-10      Joel Sherrill <joel@OARcorp.com>
375
376        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.