- Sep 30, 2005
- Sep 29, 2005
-
-
rswindell authored
Don't directly access the index (.sid) file stream, reading a record at time with no locking. Instead, read all the relevant index records in one safe locked operating (using loadmail()) - this should fix the multi-server heavy traffic mail.sid corruption bug.
-
rswindell authored
-
deuce authored
-
rswindell authored
in dumpindex().
-
deuce authored
of the host. (ie: index.cgi) This would allow index.cgi to be (say) viewcvs.cgi and URLs such as: http://cvs.synchro.net/src/sbbs3/websrvr.c To work.
-
- Sep 28, 2005
-
-
deuce authored
to webctrl.ini
-
deuce authored
Now reads EVERY matching key with keys at the beginning of the file being overriden by later keys. [*.cgi] Realm=CGI Scripts [*.*] ARS=LEVEL 90 Would have both applied to *.cgi and level 90 applied to everything regardless of order in the .ini file whereas: [*.cgi] Realm=CGI Scripts ARS=Level 50 [*.*] ARS=Level90 Would behave differently than: [*.*] ARS=Level 90 [*.cgi] Realm=CGI Scripts ARS=Level 50 In the former, the ARS=Level 50 line would be overridden by the ARS=Level 90
-
deuce authored
on a per-dir or per-filespec basis. Allowed keys are: ErrorDirectory - Changes the dir error pages are served from CGIDirectory - Changes the CGIDorectory value ARS - ARS required for this resource (Overrides access.ars) Realm - Authentication realm name to send to remote Filespecs are the section name and the first match wins. So: [*.cgi] Realm=CGI Scripts [*.*] ARS=Level 90 Would mean that for CGI scripts, the ARS would not apply. And: [*.*] ARS Level 90 [*.cgi] Realm=CGI Scripts Would never set the Realm name.
-
rswindell authored
section) or per service, using the LogLevel key (default value: LOG_DEBUG). This commit requires an xpdev/ini_file.* update.
-
- Sep 27, 2005
-
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
execution while using chunked transfer coding. Assumes that JS_DestroyIdArray(session->js_cx, heads); actually removes everything from the array.
-
deuce authored
the SSJS script is sent immediately, and the keep-alvie session is maintained. chunked mode is ONLY sent to HTTP/1.1 clients, and is preferred over fast mode. This means fast mode is now only usefull for HTTP/1.0 and HTTP/0.9 requests. Still need to do chunked support for CGI scripts though.
-
- Sep 26, 2005
-
-
deuce authored
BCC only currently... need to look into MSVC methods to handle this properly.
-
- Sep 25, 2005
-
-
rswindell authored
-
deuce authored
pthread + signals doesn't work correctly. Loop on the select forever erm... forever. ie: select() forever forever now.
-
deuce authored
startup iser (often root)
-
rswindell authored
processes environment block when adding new environment strings, otherwise, existing values (for say "SBBSNODE") would not be over-ridden.
-
rswindell authored
-
deuce authored
If SBBSDIR is defined (ie: Using GNUmakefile install) add $(SBBSDIR)/exec to the search path.
-
- Sep 24, 2005
-
-
rswindell authored
will be closed (terminating TCP session). Duh.
-
- Sep 23, 2005
-
-
deuce authored
-
- Sep 20, 2005
- Sep 19, 2005
- Sep 18, 2005
- Sep 17, 2005
- Sep 16, 2005
-
-
rswindell authored
-