summaryrefslogtreecommitdiffhomepage
path: root/common-session.c
AgeCommit message (Expand)Author
2012-05-09Return immediate success for blank passwords if allowedMatt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2009-03-17- Add the signal pipe to maxfdMatt Johnston
2009-03-01- Get rid of decryptreadbuf, just decrypt in-place with readbufMatt Johnston
2009-02-26disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'Matt Johnston
2009-02-26- Try to write out as much as we canMatt Johnston
2008-11-07Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston
2008-09-29- Add Counter Mode supportMatt Johnston
2008-09-15- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston
2008-09-15- Add run_shell_command() function to run a "sh -c" command, handlingMatt Johnston
2008-09-15- Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston
2007-08-08- Add -K keepalive flag for dropbear and dbclientMatt Johnston
2007-07-27Prevent invalid packets being sent during key-exchange, instead queueMatt Johnston
2007-07-24Rearrange the channel buffer sizes into three neat use-editable values inMatt Johnston
2007-02-09Improve behaviour when flushing out after a process has exited.Matt Johnston
2006-12-05Tidy up behaviour when select() is interrupted. We follow normalMatt Johnston
2006-07-27Just use the normal "remote closed" handler when reading ident stingsMatt Johnston
2006-03-04Exit with a message if the ssh protocol version is incompatibleMatt Johnston
2005-09-05merge of da30137eaac417f50a323f9ddd29999ec21261e0Matt Johnston
2005-09-05* use own assertions which should get logged properlyMatt Johnston
2005-09-05common session initialiser doesn't need to callMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-11-03Initialise the outgoing packet queueMatt Johnston
2004-08-26- added circular buffering for channelsMatt Johnston
2004-08-24Nasty.Matt Johnston
2004-08-24Allow leading lines before the ident banner when connectingMatt Johnston
2004-08-01added window-size change handlingMatt Johnston
2004-07-28Client mostly works up to password authMatt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-07-26snapshot of stuffMatt Johnston
2004-07-20switching to global varsMatt Johnston
2004-06-23merge of abac2150ee4f4031a98016241fbd136d24fed127Matt Johnston
2004-06-22- Port restriction code back inMatt Johnston
2004-06-01Sorted out the first channel init issues.Matt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston