log common-channel.c @ 560:52d7301e46bd agent-client

age author description
2008-11-07 Matt Johnston Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
2008-11-02 Matt Johnston Don't use // style comments
2008-09-23 Matt Johnston Don't send anything in response to a SSH_MSG_CHANNEL_REQUEST if we have
2008-02-21 Matt Johnston Don't return until the shell has quit. This will ensure that an exit status
2007-07-25 Matt Johnston Add -W <windowsize> argument and document it.
2007-07-24 Matt Johnston Rearrange the channel buffer sizes into three neat use-editable values in
2007-02-22 Matt Johnston Fix a stupid bug s/readfd/errfd/ affecting channel close on child exit DROPBEAR_0.49
2007-02-16 Matt Johnston Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness
2007-02-12 Matt Johnston - Fix bug in child-exit handling where the wrong pid was being matched. channel-fix
2007-02-09 Matt Johnston Improve behaviour when flushing out after a process has exited. channel-fix
2007-02-06 Matt Johnston merge of '73fe066c5d9e2395354ba74756124d45c978a04d' channel-fix
2007-02-06 Matt Johnston disapproval of revision '1dfbc5ef92391d01b576c8506061927869a89887' channel-fix
2007-02-03 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head b1dd3b94e60a07a176dba2b035ac79968595990a) channel-fix
2007-02-03 Matt Johnston merge of '7ac513addd924cd0391e7db26c067024c3c257f6' channel-fix
2007-02-03 Matt Johnston merge of '1dfbc5ef92391d01b576c8506061927869a89887' channel-fix
2007-02-03 Matt Johnston merge of '5fdf69ca60d1683cdd9f4c2595134bed26394834'
2007-02-03 Matt Johnston merge of '1250b8af44b62d8f4fe0f8d9fc7e7a1cc34e7e1c'
2007-02-03 Matt Johnston disapproval of revision '1250b8af44b62d8f4fe0f8d9fc7e7a1cc34e7e1c' channel-fix
2007-02-03 Matt Johnston disapproval of revision '2186a678a5f79ef432f6593a10e3e13df2a313d5'
2007-02-03 Matt Johnston disapproval of revision '5fdf69ca60d1683cdd9f4c2595134bed26394834' channel-fix
2007-02-03 Matt Johnston disapproval of revision '332f709a4cb39cde4cedab7c3be89e05f3023067'
2006-12-05 Matt Johnston Add some code for testing whether a writefd is closed (by read()ing from it) channel-fix
2006-12-05 Matt Johnston - Add some extra tracing. channel-fix
2006-10-11 Matt Johnston Remove accidentally removed block (making sure to close the channel). channel-fix
2006-10-09 Matt Johnston Passes most test cases now channel-fix
2006-10-07 Matt Johnston Rearranged (and hopefully simplified) channel close/eof handling channel-fix
2006-10-02 Matt Johnston Rearranged some more bits, marked some areas that need work. channel-fix
2006-10-01 Matt Johnston just shuffle some variables names about, a brief comment channel-fix
2006-06-11 Matt Johnston fix accidentally changed == vs != operators
2006-06-11 Matt Johnston progress towards exiting on writefd closure rather than
2006-06-10 Matt Johnston merge of 332f709a4cb39cde4cedab7c3be89e05f3023067
2006-06-10 Matt Johnston disapproval of revision 'a4c1a9be4db326f8f7adcf30f876fadedf87b203'
2006-03-28 Matt Johnston smaller yet again ucc-axis-hack
2006-03-27 matt-ucc *hack hack hack* ucc-axis-hack
2006-03-25 Matt Johnston Some cleanups/fixes for various TRACE statements
2006-03-08 Matt Johnston merge of 4cbdd6e0a0d8c061075b9ed7609a06c4547f67d3
2006-03-08 Matt Johnston Stomp on some minor warnings
2006-01-25 Matt Johnston Check that the output circular buffer is actually empty before
2005-12-06 Matt Johnston * common-channel.c: get rid of the read()-from-writefd code
2005-10-20 Matt Johnston * rename infd/outfd to writefd/readfd, to avoid confusion
2005-09-05 Matt Johnston * ensure that we only handle open confirmation/failure
2005-09-05 Matt Johnston * use own assertions which should get logged properly
2005-07-08 Matt Johnston * close a file descriptor after we've shutdown() both sides, to avoid a leak
2005-05-04 Matt Johnston compile fix when TRACE debugging is enabled
2005-03-13 Matt Johnston * fix longstanding bug with connections being closed on failure to
2005-01-02 Matt Johnston Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
2004-12-22 Matt Johnston Rearrange preprocessor parts so that compilation with various options
2004-08-27 Matt Johnston merge of 50be59810e462f9f44f55e421227d6aa0b31982b
2004-08-26 Matt Johnston - added circular buffering for channels
2004-08-24 Matt Johnston Nasty.
2004-08-12 Matt Johnston Merging in the changes from 0.41-0.43 main Dropbear tree
2004-08-10 Matt Johnston just checkpointing
2004-07-30 Matt Johnston we're nearly there yet
2004-06-03 Matt Johnston Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)
2004-06-03 Matt Johnston - Reworked non-channel fd handling to listener.c
2004-06-02 Matt Johnston Chantype handling is sorted
2004-06-01 Matt Johnston Sorted out the first channel init issues.
2004-06-01 Matt Johnston Makefile.in contains updated files required