]> asedeno.scripts.mit.edu Git - PuTTY.git/history - rlogin.c
Move MODULE files out of individual project directories into a
[PuTTY.git] / rlogin.c
2002-03-23 Simon TathamAttempt to ensure that everything passed to connection_...
2002-03-23 Simon TathamJustin Bradford's proxy support patch. Currently suppor...
2002-03-01 Simon Tathamfrom_backend() should always be called with len > 0...
2001-12-29 Simon TathamAdd a new back-end function to return the exit code...
2001-11-29 Simon TathamConfigurable TCP_NODELAY option on network connections
2001-09-25 Simon TathamAnother potential segfault fixed. Thanks RDB :-)
2001-09-07 Simon TathamRobert de Bath's asynchronous-connect patch. Helps...
2001-08-27 Simon TathamAdd a couple of missing return values
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-07-31 Simon TathamYet another possible segfault path in the backends...
2001-05-13 Simon TathamPlacate gcc's `-Wall' warnings.
2001-05-09 Simon Tatham`realhost', passed back from all the backend init funct...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-03-13 Simon TathamDave Hinton's modifications to the network layer interf...
2001-02-05 Simon TathamVarious bug/warning fixes from Jacob
2001-02-01 Simon TathamYet another attempt at OOB handling in the network...
2001-02-01 Simon TathamIgnore the zero byte at the start of the rlogin main...
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...