sperber
eb20aec688
Clean up logging in ftpd:
...
- hold relevant data in new SERVER-STATE fluid
- specify log destination as a port, not a file
2003-01-28 10:49:45 +00:00
sperber
b239184a38
- removed some leftover debugging output
...
- simplified exception handling (and probably fixed some bugs)
- banners are now lists of lines
- rewrote bogus reply output code
2003-01-23 09:38:20 +00:00
sperber
ec42abd6db
Factor PARSE-PORT-ARG out of FTPD into FTP-LIBRARY (in preparation of
...
passive mode support in FTP).
2003-01-16 13:09:14 +00:00
sperber
3be94a89e4
Split out FTP-LIBRARY from FTPD; it contains data-shuffling procedures
...
which are useful for the client as well.
2003-01-16 10:34:39 +00:00
sperber
186e9de56c
Streamline structure declarations
...
- remove some more uses of Olin records
- remove uses of BIG-SCHEME/BIG-UTIL
- subset all uses of SRFI 1, 13, 14
2003-01-07 12:16:33 +00:00
mainzelm
f0dbc7acba
Add missing parameter to format in maybe-open-logfile.
2002-12-20 07:53:43 +00:00
mainzelm
6156c77161
Put port for logging into session.
2002-12-19 17:11:38 +00:00
mainzelm
63ca4e7c09
Use fork-thread to start new threads to inherit syslog resource.
2002-12-19 16:33:13 +00:00
mainzelm
34a2ace724
+ Temporary fix in this-host-address: close the socket obtained from
...
port->socket.
+ read-crlf-line doesn't accept a timeout and it would be nonsense in
copy-ascii-port->port anyway.
2002-12-11 10:05:50 +00:00
sperber
4bf3bcb238
Clean up ftpd:
...
- open fewer structures
- clarify relationship between OPTIONS and SESSION
- use an ordinary fluid for OPTIONS
- pass FTPD-OPTIONS record into FTPD instead of some random arguments
- ...
2002-11-29 14:27:52 +00:00
interp
bdf62cbf05
make options LOGFILE and DNS-LOOKUP? thread-safe
2002-09-28 12:38:57 +00:00
sperber
aeeeea79c1
Add copyright notice.
2002-08-27 09:03:22 +00:00
sperber
05f6e48d8a
Fix some logging nits.
2002-08-26 14:13:04 +00:00
interp
514d61b986
moving proc socket-address->string from ftpd internal to sunet-utilities exports
2002-08-24 16:43:26 +00:00
interp
a2c39de2b9
adding dns-lookup to ftpd logging
2002-08-22 17:12:08 +00:00
sperber
27ff0f4326
Cleaned up a bunch of log messages.
2002-06-27 08:27:18 +00:00
sperber
d7a148a2a5
Turn off port buffering, thereby making Microsoft Windows Internet
...
Explorer work.
2002-06-27 08:11:48 +00:00
sperber
3a166202d8
Moved from top-level directory.
2002-06-08 15:07:01 +00:00