- Jun 04, 2004
-
-
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
-
-
deuce authored
-
deuce authored
-
deuce authored
events, allow click as long as press and release are on the same char.
-
deuce authored
\x01 is displayed as a reversed A.
-
deuce authored
-
deuce authored
display of control-chars (ie: Up/Down arrows)
-
deuce authored
-
deuce authored
-
deuce authored
"ALL DESCRIPTIONS ARE GUESSES. I DON'T KNOW ANYONE WHO KNOWS EXACTLY WHAT THESE FUNCTIONS DO!" Right, like I'm going to support this?
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
- May 31, 2004
- May 30, 2004