summaryrefslogtreecommitdiffhomepage
path: root/common-session.c
AgeCommit message (Expand)Author
2014-07-16Set tcp priority as follows:Matt Johnston
2014-07-09Fix auth timeout regressionMatt Johnston
2014-07-09Make -K keepalive behave like OpenSSH's ServerAliveIntervalMatt Johnston
2014-03-15Experiment of always writing data if available. Might waste a writev() withMatt Johnston
2014-03-13Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston
2014-03-13Fix typoMatt Johnston
2014-03-13Use AUTH_TIMEOUT only before authdone != 1.Yousong Zhou
2014-02-17Read (and enqueue) packets from interactive input even whenMatt Johnston
2014-02-12cleanup before clearing keysMatt Johnston
2014-01-23requirenext doesn't need two valuesMatt Johnston
2013-11-14rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2013-05-21merge in HEADMatt Johnston
2013-04-14requirenext fixup for firstkexfollowsMatt Johnston
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
2013-04-03Just put the version string on the queue, don't use atomicioMatt Johnston
2013-04-01Run the cleanup handler also when we close due to TCP connection being closedMatt Johnston
2013-03-31send out our kexinit packet before blocking to read the SSH version stringMatt Johnston
2013-03-19Android returns NULL for pw_crypt, set it to something elseMatt Johnston
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