- Oct 15, 2004
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
specified e-mail address.
-
rswindell authored
(e.g. "user@addr") into an SMB net_type (or NET_NONE for local e-mail).
-
deuce authored
-
deuce authored
Prompts the SysOp for system password. If a valid username is sent and IP is not in rlogin.can and the local username wasn't the correct password, prompt for password.
-
deuce authored
Decrufting. Fix send_headers() to return if using HTTP/0.9 Added a few comments.
-
deuce authored
-
deuce authored
-
deuce authored
from NetBSDs compat library. Also, it's not new if the If-Modified-Since and Last-Modified times are equal.
-
rswindell authored
Speed options. The NAWS option is particularlly nice as we don't need ANSI cursor posistion reports to auto-detect screen size. If the user's account is configured for auto-screen length detection and using a telnet client that supports NAWS, the screen length will be dynamically updated (!).
-
- Oct 14, 2004
-
-
rswindell authored
tracks state of local *and* remote option modes to prevent redundant requests and responses, etc. Should be very robust now.
-
deuce authored
Use sizeof() instead of explicit sizes where appropriate Expand buffers to MAX_REQUEST_LINE+1 to allow for the terminator Made char buf[] a magic bumber size since it has nothing to do with headers and is in facta binary buffer, not a string buffer.
-
deuce authored
snprintf() behaviour!
-
rswindell authored
-
rswindell authored
(getting tired of typing "memset(var,0,sizeof(var))").
-
rswindell authored
Bugfix: flagging a node for "re-run" (e.g. when saving changes in SCFG) recycles the server , rather than just reloading the .cnf files. This fixes the problem with JS events not running (even crashing) after a rerun/reload without recycle.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
* using scfg.data_dir before calling load_cfg() * using stftime(%G), which isn't supported by MSVC * using too small a buffer for the time portion of the log string * thread leak: http_logging_thread() would wait forever on log_sem (never terminate) Fixed bug in read_mime_types(): * wasn't resetting mime_count (e.g. after recycle) Added missing socket descriptor to many lprintf() calls. Fixed bug regarding checking recycle semaphore file (websrvr.rec) date/time (wasn't initializing the "initialized" timestamp variable).
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
.cols and .rows, not .charwidth and .charheight (Sheesh!)
-
deuce authored
Add reinclusion protection to vidmodes.h
-
deuce authored
I was diving into.
-
rswindell authored
-
rswindell authored
-
rswindell authored
requests to allow differentiation between received responses (ACK/NAK) and remote option requests. This solves the problem with Kermit-95 waiting forever for a response (ACK or NAK) to its initial option requests (i.e. "Negotiate About Window Size" and "New Environment Option").
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
truncate (e.g. avoids segfaults w/call of truncsp("")).
-
- Oct 13, 2004