summaryrefslogtreecommitdiff
path: root/session.h
Commit message (Expand)AuthorAgeFilesLines
* fix empty C prototypesFrancois Perrad2016-01-011-10/+10
* A few minor style fixesMatt Johnston2015-12-151-1/+1
* Client: kill proxy command when exiting application.Konstantin Tokarev2015-12-031-1/+3
* fix build when ENABLE_CLI_INTERACT_AUTH is disabledMike Frysinger2015-10-211-2/+1
* Fix problem where auth timeout wasn't checked when waiting for identMatt Johnston2015-08-031-5/+5
* Turn sshsession's remoteident attribute into char *Ga?l PORTAY2015-05-021-1/+1
* Turn cleantext()'s dirtytext argument into char *Ga?l PORTAY2015-05-021-1/+1
* Make main socket nonblocking. Limit writequeue size.Matt Johnston2015-03-201-0/+1
* Fix pubkey auth after change to reuse ses.readbuf as ses.payloadMatt Johnston2015-03-011-1/+4
* A bit of a bodge to avoid memcpy if zlib is disabledMatt Johnston2015-03-011-0/+1
* merge from defaultMatt Johnston2015-02-281-6/+6
|\
| * Add more ATTRIB_NORETURN annotations, from Thorsten HorstmannMatt Johnston2015-02-241-3/+3
| * DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann2015-02-241-3/+3
* | Move generic network routines to netio.cMatt Johnston2015-02-201-0/+1
* | In theory TFO should work. Needs platform cleanup and testingMatt Johnston2015-02-191-1/+1
* | async connections workingMatt Johnston2015-02-181-0/+1
* | work in progress for async connectMatt Johnston2015-02-181-0/+2
|/
* Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston2014-08-191-1/+1
* Don't send SSH_MSG_UNIMPLEMENTED for keepalive responsesMatt Johnston2014-08-131-0/+1
* Make sure the check_close() handler runs when a server child process exitsMatt Johnston2014-07-281-0/+1
* 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-3/+2
| |\
| | * Run the cleanup handler also when we close due to TCP connection being closedMatt Johnston2013-04-011-2/+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
| |\ \ | | |/
| | * Don't bother waiting for a ssh-connection service reply - the serverMatt Johnston2013-03-311-4/+0
| * | mergeMatt Johnston2013-03-311-2/+5
| |\ \ | | |/
| | * send out our kexinit packet before blocking to read the SSH version stringMatt 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
| |/
* | 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 succeededinsecure-nocryptoMatt Johnston2012-05-171-0/+3
* Rename HAVE_FORK to USE_VFORKMatt Johnston2012-04-091-1/+1