- Sep 16, 2001
-
-
rswindell authored
Eliminated race condition at end of ctrl_thread if xfer_thread is still running caused protection faults.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Nodes are re-run automatically and configuration reloaded in sbbsctrl after wizard runs successfully. Wizard loads at more appropriate time during "first run".
-
rswindell authored
-
rswindell authored
-
rswindell authored
- was allowing output buffer to fill completely instead of only half-way like VXD method. Added log output when output buffers are full (on 9x and NT based OSes).
-
rswindell authored
-
rswindell authored
-
- Sep 13, 2001
- Sep 08, 2001
-
-
rswindell authored
-
- Sep 07, 2001
-
-
rswindell authored
Failed login delay now occurs BEFORE response to client (per RFC2577).
-
rswindell authored
-
rswindell authored
-
rswindell authored
Now restricts PORT command to ports >=1024 as recommended by RFC2577 to eliminate FTP proxy bounce attack to well known ports (e.g. SMTP). Now delays 5 seconds on failed password attempt (as recommended by RFC2577). Updated lprintfs.
-
rswindell authored
Also handles resetting daily user stats if online during date change.
-
- Sep 06, 2001
-
-
rswindell authored
-
- Sep 05, 2001
- Sep 04, 2001
- Aug 29, 2001
-
-
rswindell authored
-
rswindell authored
Move internal sysop page (random tones) from getkey() to inkey() and replaced the short tones in msgabort() (every 100th call).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Changed strip_ctrl() and strip_exascii() to return the modified string.
-
rswindell authored
Changed strip_ctrl() to JUST strip control chars and created prep_file_desc() to do what strip_ctrl used to (much more than just strip ctrl chars). Updated crc32() to auto-detect ASCIIZ string length if no length is specified. Updated various string loops to check for NULL rather than using strlen().
-
rswindell authored
-
rswindell authored
Added 32-bit CRCs for version and copyright strings to defeat the lame-o hex0rs.
-