source: rtems/c/src/libnetworking/ChangeLog @ 1ef8e3d4

4.104.114.84.95
Last change on this file since 1ef8e3d4 was 1ef8e3d4, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 13:31:56

2001-09-27 Eric Norum <eric.norum@…>

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