Extensive changes that _should_ fix the socket buffering problems,
[u/mdw/putty] / rlogin.c
2001-08-25 simonExtensive changes that _should_ fix the socket bufferin...
2001-07-31 simonYet another possible segfault path in the backends...
2001-05-13 simonPlacate gcc's `-Wall' warnings.
2001-05-09 simon`realhost', passed back from all the backend init funct...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-03-13 simonDave Hinton's modifications to the network layer interf...
2001-02-05 simonVarious bug/warning fixes from Jacob
2001-02-01 simonYet another attempt at OOB handling in the network...
2001-02-01 simonIgnore the zero byte at the start of the rlogin main...
2001-02-01 simonFix an always-false comparison (don't compare a char...
2001-01-29 simonPrevent duplicate sk_close() calls on the same socket...
2001-01-26 simonEnsure all backends _remember_ the connection has close...
2001-01-24 simonRethink the whole line discipline architecture. Instead...
2001-01-24 simonImprove socket error handling so that a socket error...
2001-01-22 simonClean up a couple of trivial compiler warnings.
2001-01-19 simonExperimental Rlogin support, thanks to Delian Delchev...