]> asedeno.scripts.mit.edu Git - PuTTY.git/history - rlogin.c
Fix an always-false comparison (don't compare a char to 0x80!)
[PuTTY.git] / rlogin.c
2001-02-01 Simon TathamFix an always-false comparison (don't compare a char...
2001-01-29 Simon TathamPrevent duplicate sk_close() calls on the same socket...
2001-01-26 Simon TathamEnsure all backends _remember_ the connection has close...
2001-01-24 Simon TathamRethink the whole line discipline architecture. Instead...
2001-01-24 Simon TathamImprove socket error handling so that a socket error...
2001-01-22 Simon TathamClean up a couple of trivial compiler warnings.
2001-01-19 Simon TathamExperimental Rlogin support, thanks to Delian Delchev...