- Jun 04, 2004
-
-
rswindell authored
Increased maximum error message length to 1024 bytes.
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
(Broken on Borland)
-
deuce authored
Synchronet. Uses the new RLogin-based authentication. Currently doesn't support a whole whack of things, and the ANSI support is probobly broken (Just guessing, but it IS an initial revision that I wrote while depriving myself of sleep)
-
deuce authored
1) RLogin connections are accepted from any IP 2) If the IP is not in the rlogin.can, the 2nd user name is tested against the users password. If it matches, the user is auto-logged on. 3) Currently, the case where the name exists but the password doesn't match isn't what I'd like it to be... ideally, it should go straight to the password prompt. It currently assums a new user... mostly because I wanted to keep this change easy to back out of anyone hates me.
-
rswindell authored
-
rswindell authored
Added style argument to iniAddSection().
-
rswindell authored
-
- Jun 03, 2004
-
-
rswindell authored
was calling free() instead of strFreeList().
-
rswindell authored
iniSet functions will now use a default (minimalizstic) style if a NULL style pointer is passed.
-
rswindell authored
-
deuce authored
doing nothing.
-
deuce authored
that would conflict.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
- Jun 02, 2004
-
-
deuce authored
OSs. Change flock() error condition to errno=EWOULDBLOCK rather than errno!=EOPNOTSUPP Therefore, any error that's not because of an existing lock is not a lock error.
-
deuce authored
For unix, use setvbuf to turn off stdout and stderr buffers For unix, set con_fp to stdout instead of stderr (Why was it stderr? This would result in all output being logged! Did nobody notice this?) For unix, don't use TTY functions on non-tty For unix, support stdio even if it's not a tty This should fix the problems people are having with sbj and sbl from CVS builds LET ME KNOW!
-
deuce authored
-
- Jun 01, 2004