Commit Graph

195 Commits

Author SHA1 Message Date
mainzelm 6d09299c5d Added on-interrupt. 2002-05-08 12:04:56 +00:00
mainzelm 18c056e01e Added logfile rotation on SIGUSR1. 2002-05-08 12:04:41 +00:00
cresh 5c72a6dad2 revised concurrent-lookup 2002-05-07 09:48:53 +00:00
cresh a766574fd1 added concurrent-lookup, made some minor changes 2002-05-06 17:15:22 +00:00
cresh 831555ba83 added UDP transportation, made changes in the interface 2002-05-05 18:37:50 +00:00
interp 87e3cb0c84 * removed introduced bug in ESCAPE-URI, happened by removing stringhax.scm
(string-reduce was not fold-right but fold-left)
2002-04-26 10:55:28 +00:00
interp 09dfa74792 minor changes 2002-04-26 08:35:58 +00:00
interp 74961f8bd4 *** empty log message *** 2002-04-25 16:30:14 +00:00
interp de5c5dab30 * this is the source to the ftp-obsolete package
(note a map to ftp:error? is missing as it was not exported up to now)
2002-04-25 09:54:07 +00:00
interp c5eeb471f8 * changed names in ftp client from ftp:... to ftp-...
* added ftp-obsolete package, maps the obsolete names to the new
* added ftp-error? as an exported procedure
2002-04-25 09:52:42 +00:00
interp 2fccbe9b3e * removed global cgi-default-bin-path - now optional parameter
to cgi-handler defaulting to previous value
* remove initialise-request-invariant-cgi-env - now part of
  cgi-handler (is called on procedure call).
  side effect: every cgi-handler has completely its own environment
* docu accordingly updated
* [no change to ftpd.scm; only blank line inserted]
2002-04-25 09:35:18 +00:00
interp 49ac945af4 minor insert 2002-04-25 09:23:55 +00:00
interp d61d187510 * added description of ROOTED-FILE-OR-DIRECTORY-HANDLER
* removed chapter 2.6 (Losing on NextStep)
2002-04-25 09:17:33 +00:00
interp d8025632f7 * adapted to new httpd interface (httpd-options) 2002-04-25 08:10:38 +00:00
cresh 5c424ac160 added dns-inverse-query 2002-04-23 21:42:41 +00:00
interp 1689c545c8 * removed STRING-HAX library from sunet. (now using SRFI 13 & 14 from
scsh)
2002-04-21 18:55:18 +00:00
interp ef253e072a * small update regarding file names in logfile 2002-04-21 17:54:34 +00:00
interp a7e16bed27 * spaces in files are converted to _ (underscore) in logfile (as wuftpd does) 2002-04-21 17:52:46 +00:00
interp 241e5c7a2a removed ping-statement... (sorry) 2002-04-19 15:56:24 +00:00
interp fb0833078b * added file logging like wu-ftpd does 2002-04-19 15:50:06 +00:00
cresh 48a0a95a4a added better multiple answers processing and rr-data-types 2002-04-17 12:12:58 +00:00
cresh 6f9f67f484 complete 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.
2002-04-15 14:16:02 +00:00
cresh 9b916db28e adjusted dns module to the new dns.scm 2002-04-15 13:53:47 +00:00
interp a9033bfc76 Added docu on CGI server and CGI scripts package. 2002-04-14 17:04:26 +00:00
interp af97738352 added export of HTTP-SYSLOG to HTTPD-CORE 2002-04-14 17:01:19 +00:00
interp c83ffe0ad4 added HTTP-SYSLOG call when a reply-code is not handled. 2002-04-14 16:58:49 +00:00
interp 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.
2002-04-14 16:57:38 +00:00
interp d42e360dfd comment supplemented with minor notice 2002-04-14 16:55:00 +00:00
interp d03627531a removing leading space from refer and browser-field in CLF-Logfile 2002-04-06 16:23:07 +00:00
interp 9d496f8d6f Try to stick to specification of NETRC:PARSE: always return a netrc-record. 2002-04-04 23:22:28 +00:00
interp e961d4f595 Try not to loose on empty / wrong lines in .netrc (Skip them silently
instead until we have a error checking system on netrc files.)
2002-04-04 22:39:15 +00:00
interp b40a663cf1 include documentation on NETTIME-package 2002-04-04 16:53:02 +00:00
interp b6b1d8eff9 added description of FTP:QUOT and FTP:APPEND 2002-04-04 15:28:45 +00:00
interp 827ac14d13 added export of http-syslog / http-log 2002-04-04 07:38:46 +00:00
interp 703ccf316e updated default values table of httpd options 2002-04-04 07:29:35 +00:00
interp cbf3819648 Removed a4wide 2002-04-04 07:28:38 +00:00
interp a006bd01b0 got rid of nearly all overfull hboxes by using package a4wide 2002-04-03 19:15:52 +00:00
interp 3ce4729a91 subtle change in description of httpd (forking a thread) 2002-04-03 18:06:43 +00:00
interp c816310cea changed default options (server-admin, logfile) 2002-04-03 18:02:58 +00:00
interp d0efc1f470 Don't lose initial "/" in path-list until handler is invoked. 2002-04-02 20:25:11 +00:00
interp aa1785587b insert leading blank in MAIL-HELP's details 2002-04-02 20:18:40 +00:00
interp 437ff2dd56 added docu on SMTP 2002-04-02 20:16:47 +00:00
interp 3a14b095e2 added forgotten init-line for *HTTP-SYSLOG?* in INIT-HTTP-SYSLOG! 2002-04-02 12:01:55 +00:00
interp 75970e8842 * insert missing *http-log?* variable
* minor format changing to CLF-log entries
2002-04-02 11:34:53 +00:00
interp ea3615a633 explain usage of httpd-options-transformers. 2002-04-02 09:44:14 +00:00
interp 86a71b09a2 * made SENDMAIL work (really?) 2002-03-31 13:27:04 +00:00
interp 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.
2002-03-29 17:47:24 +00:00
interp 51baa52dc9 minor corrections 2002-03-29 16:46:20 +00:00
interp f7e43506bb make safe-second really safe (don't loose on an empty list) 2002-03-29 16:44:04 +00:00
interp 4c90514e9c Let the 'Overview'-section appear in the table of contents. 2002-03-29 16:43:11 +00:00