summaryrefslogtreecommitdiffhomepage
path: root/session.h
AgeCommit message (Expand)Author
2014-01-23requirenext doesn't need two valuesMatt Johnston
2014-01-17DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by defaultMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2013-11-08curve25519Matt 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-04Take transmit and receive keys into use separatelyMatt Johnston
2013-04-03merge kexguess branchMatt Johnston
2013-04-03Don't usually need to recalculate dh_e for the repeated kexdh_init packetMatt Johnston
2013-04-01Run the cleanup handler also when we close due to TCP connection being closedMatt Johnston
2013-04-01merge from head roundtrip changesMatt Johnston
2013-03-31Don't bother waiting for a ssh-connection service reply - the serverMatt Johnston
2013-03-31mergeMatt Johnston
2013-03-31send out our kexinit packet before blocking to read the SSH version stringMatt Johnston
2013-03-30Get rid of client/server specific buf_match_algo, use singleMatt Johnston
2013-03-29Add kexguess2 behaviourMatt Johnston
2013-03-29first_kex_packet_follows working, needs tidyingMatt Johnston
2013-03-29More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston
2013-03-27more bits on ecc branchMatt Johnston
2013-03-26refactor kexdh code a bit, start working on ecdh etcMatt Johnston
2013-03-23Add ~. and ~^Z handling to exit/suspend dbclientMatt Johnston
2013-03-21Make hmac-sha2-256 and hmac-sha2-512 workMatt Johnston
2013-03-20Fix "-m none" case and ugly typoMatt Johnston
2012-05-17- Only request "none" cipher after auth has succeededMatt Johnston
2012-04-09Rename HAVE_FORK to USE_VFORKMatt Johnston
2012-04-08check for fork() and not __uClinux__Mike Frysinger
2011-04-07Add noreturn and format attribute hints for some functions.Matt Johnston
2009-09-11- Disable compression for non-final multihopsMatt Johnston
2009-09-05Move remotehost into svr_ses structure since we can't look it upMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2009-07-29propagate from branch 'au.asn.ucc.matt.dropbear' (head bbe4e11695a7b22bd89a72...Matt Johnston
2009-07-09- For uclinux, only cleanup on exit for the main process. This avoidsMatt Johnston
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
2009-07-01Talking to the agent works now. Can't interpret the pubkeys.Matt Johnston
2009-07-01Make it compile, update for changes in channel structure.Matt Johnston
2009-03-01- Get rid of decryptreadbuf, just decrypt in-place with readbufMatt 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-29Add support for zlib@openssh.com delayed compression.Matt 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-02-16Fix for -pedantic -ansi compilation, change // to /**/, plus some signednessMatt Johnston
2007-02-09Improve behaviour when flushing out after a process has exited.Matt Johnston
2005-09-20added keyboard-interactive client supportMatt Johnston
2005-07-08rename PubkeyList to SignKeyList for clarityMatt Johnston
2005-03-02* Reset the non-blocking status of stdout and stderr as well on exitMatt Johnston