6f9f67f484complete revision of the PLT-dns-resolver. it nearly fully implements the rfc1035: - resolver-side recursion - cache - following types: a, ns, cname, hinfo, mx, ptr, soa, txt - in-addr.arpa (get hostname by ip) each dns-lookup returns a dns-message record.
cresh
2002-04-15 14:16:02 +0000
9b916db28eadjusted dns module to the new dns.scm
cresh
2002-04-15 13:53:47 +0000
a9033bfc76Added docu on CGI server and CGI scripts package.
interp
2002-04-14 17:04:26 +0000
af97738352added export of HTTP-SYSLOG to HTTPD-CORE
interp
2002-04-14 17:01:19 +0000
c83ffe0ad4added HTTP-SYSLOG call when a reply-code is not handled.
interp
2002-04-14 16:58:49 +0000
15d1ab7b23* Changed calls to HTTP-LOG to calls to HTTP-SYSLOG (spec of httpd changed) * Corrected test for NPH- scripts (prefix) (formerly -NPH scripts (suffix)) according to the CGI/1.1 spec.
interp
2002-04-14 16:57:38 +0000
d42e360dfdcomment supplemented with minor notice
interp
2002-04-14 16:55:00 +0000
d03627531aremoving leading space from refer and browser-field in CLF-Logfile
interp
2002-04-06 16:23:07 +0000
9d496f8d6fTry to stick to specification of NETRC:PARSE: always return a netrc-record.
interp
2002-04-04 23:22:28 +0000
e961d4f595Try not to loose on empty / wrong lines in .netrc (Skip them silently instead until we have a error checking system on netrc files.)
interp
2002-04-04 22:39:15 +0000
b40a663cf1include documentation on NETTIME-package
interp
2002-04-04 16:53:02 +0000
b6b1d8eff9added description of FTP:QUOT and FTP:APPEND
interp
2002-04-04 15:28:45 +0000
827ac14d13added export of http-syslog / http-log
interp
2002-04-04 07:38:46 +0000
d0efc1f470Don't lose initial "/" in path-list until handler is invoked.
interp
2002-04-02 20:25:11 +0000
aa1785587binsert leading blank in MAIL-HELP's details
interp
2002-04-02 20:18:40 +0000
437ff2dd56added docu on SMTP
interp
2002-04-02 20:16:47 +0000
3a14b095e2added forgotten init-line for *HTTP-SYSLOG?* in INIT-HTTP-SYSLOG!
interp
2002-04-02 12:01:55 +0000
75970e8842* insert missing *http-log?* variable * minor format changing to CLF-log entries
interp
2002-04-02 11:34:53 +0000
ea3615a633explain usage of httpd-options-transformers.
interp
2002-04-02 09:44:14 +0000
86a71b09a2* made SENDMAIL work (really?)
interp
2002-03-31 13:27:04 +0000
c5ea2c24b7* removed deprecated string-match (replaced by (rx (posix-string ...))) * removed `QUIT-bug': we could not handle server responses after the QUIT command that do not have a space after the `+OK'; now we can.
interp
2002-03-29 17:47:24 +0000
dcdb7e4371Remove superfluous display of condition.
sperber
2002-02-20 13:55:19 +0000
40e026a889Terminate directory output by CRLF.
sperber
2002-02-20 13:40:27 +0000
8c04b1b95eNew LS-CRLF? fluid controls whether LS terminates lines with CRLF.
sperber
2002-02-20 13:40:09 +0000
d79f2cb360removing byte file from repository
interp
2002-02-12 13:06:36 +0000
7e78d0f8a8* Created LaTeX style documentation. All documentation in plain text files were now moved to this LaTeX doc (man.tex). Currently, not everything is documented.
interp
2002-02-12 11:50:54 +0000
216c0d124d* minor changes in comments
interp
2002-02-12 11:47:54 +0000
2b75e4feee* minor changes in the comments * transfer mode: 'ascii and 'text denote the same * readding date->string call to the log-call in ftp:connect * changed calls to netrc:lookup-{login, password} in ftp:login as the netrc module works now properly * correcting minor bug in ftp:build-command-string
interp
2002-02-12 11:47:13 +0000
5be3a20f9bReally minor format changes. Unimportant.
interp
2002-02-12 11:37:28 +0000
ebbbe7192fFirst stab at DNS client, based on the code from PLT.
sperber
2002-01-25 16:50:23 +0000
49de023eb7Typo fix in log message.
sperber
2002-01-11 13:18:34 +0000
f5cd1798d3THREAD-FORK doesn't take an additional second argument (yet).
sperber
2002-01-08 15:02:39 +0000
0c7e75a2b5+ Use fork-thread + Replaced host-name-or-empty by host-name-of-ip
mainzelm
2002-01-08 14:02:39 +0000
f6d210ea86Fixes for the reader.
mainzelm
2002-01-08 12:53:27 +0000
f9dc21c767netrc:parse handles following conditions correctly by returning a default netrc-record: * the specified file does not exist * the file does exist but does not have the correct permissions In both cases a warning is printed on (current-error-port) So, netrc:parse always returns a usable record. If you want to catch the errors use netrc:try-parse
interp
2001-12-27 16:45:32 +0000
89bb20c63e* in netrc.scm: - changes to make Eric's code fit our desires: . functional concept (netrc:parse returns a record that has to be carried with) . usual errors (no such file, no such machine) are caught and handled adequately (nevertheless the user can get the errors, if he wants to) . netrc:parse works when no ~/.netrc file exists . default-values (file-name, login, password) can be set while calling netrc:parse . netrc:lookup, netrc:lookup-password, netrc:lookup-login return default-values by default (can be switched off) - removed bug in netrc:lookup
interp
2001-12-18 18:08:08 +0000
75633864c3Changes from V200-alpha3 of PLT.
mainzelm
2001-12-14 14:09:35 +0000
29161884e9Changed the Copyright for Eric's files to BSD style.
mainzelm
2001-11-15 11:12:24 +0000
a76848a6c6* let ftpd generate more useful output on error conditions * include format-net package in ftpd package
interp
2001-11-13 13:50:24 +0000
70306ad10eAdded port from PLT's xml library.
mainzelm
2001-10-29 08:48:42 +0000
e90c8b14c3Don't loose if the remote host has no DNS entry.
mainzelm
2001-10-29 08:39:15 +0000
aa2f04195e+ Moved http-error from the forked process into the server process. + Set stdin and stdout to the current-in/output-port after forking.
mainzelm
2001-10-24 11:02:46 +0000
612ca1e0adMoved to new package layout.
mainzelm
2001-10-08 17:37:30 +0000
c4778aa49cFixed broken usage of string-join.
mainzelm
2001-10-08 17:33:13 +0000
af7288f535Revert to old bufpol name.
mainzelm
2001-10-08 17:32:49 +0000
4063467f96* Files made fit for scsh 0.6 * Added further features from Eric Marsden:
ready-for-scsh-0_6
interp
2001-09-12 18:53:50 +0000
66907428e0Minor change in ls-path.
interp
2001-09-10 12:26:40 +0000
3c200d4db9even less STAT-calls (removed STAT-calls when called with RECURSIVE)
interp
2001-09-07 16:38:38 +0000
5973322619RECURSIVE - flag works now (removed bug from previous revision).
interp
2001-09-07 15:23:08 +0000
69271875a9COLUMNS - flag works now (removed bug from previous revision).
interp
2001-09-07 15:22:02 +0000
a9a269043fchanges made to * avoid too many STAT-calls * show executable-flag (*) for regular files
interp
2001-09-07 15:08:37 +0000
669e5ab4a8contents of CONDITIONALS.SCM are not used any more contents of TOOTHLESS.SCM can be found in modules.scm
interp
2001-08-20 11:33:04 +0000
6c702e9a03sunet can be used with scsh 0.6 now (hopefully). explicitly named every interface moved TOOTHLESS.SCM to MODULES.SCM removed macros from CONDITIONALS.SCM (UNLESS, WHEN, ?, SWITCH, SWITCHQ) thereby removed conditionals.scm and the modules SWITCH-SYNTAX and CONDHAX.
interp
2001-08-20 11:31:03 +0000
3cc5d8c837Changed syslog-levels for following facilities: changes concerning CONNECTIONS and the PUT (STOR) command are logged as NOTICE GET (RETR) command and all other commands are logged as INFO every thing else is logged as DEBUG
interp
2001-07-24 17:11:42 +0000
cd5e03ec9aPARSE-URI modified: search-part is now correctly recognized, no matter frag is given or not
interp
2001-07-16 11:31:41 +0000
a90dfae496* finished adding syslogs to ftpd * trim-spaces doesn't throw exception on emtpy strings any more * spawn-thunk in FTPD moved to new procedure * always catching SOCKET->STRING errors * log-calls don't produce extra calculations anymore * consequently logging reply codes : ----------------------------------------------------------------------
interp
2001-07-13 17:21:39 +0000