summaryrefslogtreecommitdiff
path: root/session.h
Commit message (Expand)AuthorAgeFilesLines
* Set tcp priority as follows:Matt Johnston2014-07-161-1/+5
* Fix auth timeout regressionMatt Johnston2014-07-091-5/+5
* Make -K keepalive behave like OpenSSH's ServerAliveIntervalMatt Johnston2014-07-091-5/+8
* Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston2014-03-131-3/+4
* requirenext doesn't need two valuesMatt Johnston2014-01-231-3/+2
* DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by defaultMatt Johnston2014-01-171-0/+2
* use oldstyle commentsMatt Johnston2013-11-141-1/+1
* curve25519Matt Johnston2013-11-081-0/+1
* merge in HEADMatt Johnston2013-05-211-16/+16
|\
| * requirenext fixup for firstkexfollowsMatt Johnston2013-04-141-2/+3
| * Take transmit and receive keys into use separatelyMatt Johnston2013-04-041-0/+1
| * merge kexguess branchMatt Johnston2013-04-031-6/+2
| |\
| | * Don't usually need to recalculate dh_e for the repeated kexdh_init packetMatt Johnston2013-04-031-0/+1
| | * merge from head roundtrip changesMatt Johnston2013-04-011-4/+0
| | |\
| | * \ mergeMatt Johnston2013-03-311-2/+5
| | |\ \
| | * | | Get rid of client/server specific buf_match_algo, use singleMatt Johnston2013-03-301-7/+0
| | * | | Add kexguess2 behaviourMatt Johnston2013-03-291-0/+1
| | * | | first_kex_packet_follows working, needs tidyingMatt Johnston2013-03-291-0/+2
| * | | | Run the cleanup handler also when we close due to TCP connection being closedMatt Johnston2013-04-011-2/+2
| | |_|/ | |/| |
| * | | Don't bother waiting for a ssh-connection service reply - the serverMatt Johnston2013-03-311-4/+0
| | |/ | |/|
| * | send out our kexinit packet before blocking to read the SSH version stringMatt Johnston2013-03-311-2/+5
| |/
* | ecc kind of works, needs fixing/testingMatt Johnston2013-04-071-1/+1
* | More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston2013-03-291-3/+3
* | more bits on ecc branchMatt Johnston2013-03-271-1/+1
* | refactor kexdh code a bit, start working on ecdh etcMatt Johnston2013-03-261-5/+5
|/
* Add ~. and ~^Z handling to exit/suspend dbclientMatt Johnston2013-03-231-0/+3
* Make hmac-sha2-256 and hmac-sha2-512 workMatt Johnston2013-03-211-1/+1
* Fix "-m none" case and ugly typoMatt Johnston2013-03-201-2/+2
* - Only request "none" cipher after auth has succeededMatt Johnston2012-05-171-0/+3
* Rename HAVE_FORK to USE_VFORKMatt Johnston2012-04-091-1/+1
* check for fork() and not __uClinux__Mike Frysinger2012-04-081-1/+1
* Add noreturn and format attribute hints for some functions.Matt Johnston2011-04-071-1/+2
* - Disable compression for non-final multihopsMatt Johnston2009-09-111-0/+3
* Move remotehost into svr_ses structure since we can't look it upMatt Johnston2009-09-051-0/+3
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-5/+3
* propagate from branch 'au.asn.ucc.matt.dropbear' (head bbe4e11695a7b22bd89a72...Matt Johnston2009-07-291-0/+4
|\
| * - For uclinux, only cleanup on exit for the main process. This avoidsMatt Johnston2009-07-091-0/+4
* | New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston2009-07-061-1/+1
* | Talking to the agent works now. Can't interpret the pubkeys.Matt Johnston2009-07-011-11/+0
* | Make it compile, update for changes in channel structure.Matt Johnston2009-07-011-0/+11
|/
* - Get rid of decryptreadbuf, just decrypt in-place with readbufMatt Johnston2009-03-011-29/+22
* Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston2008-11-071-2/+6
* - Add Counter Mode supportMatt Johnston2008-09-291-2/+14
* Add support for zlib@openssh.com delayed compression.Matt Johnston2008-09-291-0/+2
* - "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston2008-09-151-0/+1
* - Add run_shell_command() function to run a "sh -c" command, handlingMatt Johnston2008-09-151-0/+1
* - Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston2008-09-151-3/+4
* - Add -K keepalive flag for dropbear and dbclientMatt Johnston2007-08-081-2/+7
* Prevent invalid packets being sent during key-exchange, instead queueMatt Johnston2007-07-271-0/+10
* Fix for -pedantic -ansi compilation, change // to /**/, plus some signednessMatt Johnston2007-02-161-4/+2